source: branches/feature-module-update/data/Smarty/templates/default/admin/mail/input.tpl @ 16582

Revision 16582, 9.4 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--★★メインコンテンツ★★-->
25<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
26<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
27<!--{foreach key=key item=val from=$arrHidden}-->   
28    <input type="hidden" name="<!--{$key}-->" value="<!--{$val|escape}-->">
29<!--{/foreach}-->
30    <tr valign="top">
31        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402">
32            <!--▼SUB NAVI-->
33            <!--{include file=$tpl_subnavi}-->
34            <!--▲SUB NAVI-->
35        </td>
36        <td class="mainbg">
37            <!--▼登録テーブルここから-->
38            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
39                <!--メインエリア-->
40                <tr>
41                    <td align="center">
42                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
43                            <tr><td height="14"></td></tr>
44                            <tr>
45                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
46                            </tr>
47                            <tr>
48                                <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
49                                <td bgcolor="#cccccc">
50                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
51                                    <tr>
52                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
53                                    </tr>
54                                    <tr>
55                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
56                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->配信設定:配信内容設定</span></td>
57                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
58                                    </tr>
59                                    <tr>
60                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
61                                    </tr>
62                                    <tr>
63                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
64                                    </tr>
65                                </table>
66
67                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
68                                    <tr class="fs12n">
69                                        <td bgcolor="#f2f1ec" width="200">テンプレート選択<span class="red"> *</span></td>
70                                        <td bgcolor="#ffffff" width="507">
71                                        <!--{if $arrErr.template_id}--><span class="red12"><!--{$arrErr.template_id}--></span><!--{/if}-->
72                                        <select name="template_id" onchange="return fnInsertValAndSubmit( document.form1, 'mode', 'template', '' ) " style="<!--{$arrErr.template_id|sfGetErrorColor}-->">
73                                        <option value="" selected="selected">選択してください</option>
74                                        <!--{html_options options=$arrTemplate selected=$list_data.template_id}-->
75                                        </select>
76                                        </td>
77                                   
78                                    <!--{* バッチモードの場合のみ表示 *}-->
79                                    <!--{if $smarty.const.MELMAGA_BATCH_MODE}-->
80                                    <tr class="fs12n">
81                                        <td bgcolor="#f2f1ec">配信時間設定<span class="red"> *</span></td>
82                                        <td bgcolor="#ffffff">
83                                        <!--{if $arrErr.send_year || $arrErr.send_month || $arrErr.send_day || $arrErr.send_hour || $arrErr.send_minutes}--><span class="red12"><!--{$arrErr.send_year}--><!--{$arrErr.send_month}--><!--{$arrErr.send_day}--><!--{$arrErr.send_hour}--><!--{$arrErr.send_minutes}--></span><br><!--{/if}-->
84                                        <select name="send_year" style="<!--{$arrErr.send_year|sfGetErrorColor}-->">
85                                        <!--{html_options options=$arrYear selected=$arrNowDate.year}-->
86                                        </select>年
87                                        <select name="send_month" style="<!--{$arrErr.send_month|sfGetErrorColor}-->">
88                                        <!--{html_options options=$objDate->getMonth() selected=$arrNowDate.month}-->
89                                        </select>月
90                                        <select name="send_day" style="<!--{$arrErr.send_day|sfGetErrorColor}-->">
91                                        <!--{html_options options=$objDate->getDay() selected=$arrNowDate.day}-->
92                                        </select>日
93                                        <select name="send_hour" style="<!--{$arrErr.send_hour|sfGetErrorColor}-->">
94                                        <!--{html_options options=$objDate->getHour() selected=$arrNowDate.hour}-->
95                                        </select>時
96                                        <select name="send_minutes" style="<!--{$arrErr.send_minutes|sfGetErrorColor}-->">
97                                        <!--{html_options options=$objDate->getMinutesInterval() selected=$arrNowDate.minutes}-->
98                                        </select>分</td>
99                                    </tr>
100                                    <!--{/if}-->
101                                </table>
102
103                                <!--{if $list_data.template_id}-->
104                                    <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
105                                        <tr><td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr>
106                                    </table>
107   
108   
109                                    <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
110                                        <tr>
111                                            <td bgcolor="#f2f1ec" class="fs12n">Subject<span class="red"> *</span></td>
112                                            <td bgcolor="#ffffff" class="fs12n">
113                                            <!--{if $arrErr.subject}--><span class="red12"><!--{$arrErr.subject}--></span><!--{/if}-->
114                                            <input type="text" name="subject" size="65" class="box65" <!--{if $arrErr.subject}--><!--{sfSetErrorStyle}--><!--{/if}--> value="<!--{$list_data.subject|escape}-->" />
115                                            </td>
116                                        </tr>
117                                        <tr>
118                                            <td bgcolor="#f2f1ec" colspan="2" class="fs12n">本文<span class="red"> *</span>(名前差し込み時は {name} といれてください)</td>
119                                        </tr>
120                                        <tr>
121                                            <td bgcolor="#ffffff" colspan="2" class="fs12n">
122                                            <!--{if $arrErr.body}--><span class="red12"><!--{$arrErr.body}--></span><!--{/if}-->
123                                            <textarea name="body" cols="90" rows="40" class="area90" <!--{if $arrErr.body}--><!--{sfSetErrorStyle}--><!--{/if}-->><!--{$list_data.body|escape}--></textarea>
124                                            </td>
125                                        </tr>
126                                    </table>
127                                <!--{/if}-->
128
129                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
130                                    <tr>
131                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
132                                        <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
133                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
134                                    </tr>
135                                    <tr>
136                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
137                                        <td bgcolor="#e9e7de" align="center">
138                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
139                                            <tr>
140                                                <td>
141                                                    <input type="hidden" name="mode" value="template">
142                                                    <input type="hidden" name="mail_method" value="<!--{$list_data.mail_method}-->">
143
144                                                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_search_back_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_search_back.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_search_back.jpg" width="123" height="24" alt="検索画面に戻る" border="0" name="subm02" onClick="return fnInsertValAndSubmit( document.form1, 'mode', 'back', '' )">
145                                                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_confirm_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_confirm.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_confirm.jpg" width="123" height="24" alt="確認ページへ" border="0" name="subm03" onClick="return fnInsertValAndSubmit( document.form1, 'mode', 'regist_confirm', '' )" >
146                                                </td>
147                                            </tr>
148                                        </table>
149                                        </td>
150                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
151                                    </tr>
152                                    <tr>
153                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
154                                    </tr>
155                                </table>
156                                </td>
157                                <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
158                            </tr>
159                            <tr>
160                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
161                            </tr>
162                            <tr><td height="30"></td></tr>
163                        </table>
164                    </td>
165                </tr>
166                <!--メインエリア-->
167            </table>
168            <!--▲登録テーブルここまで-->
169        </td>
170    </tr>
171</form>
172</table>
173<!--★★メインコンテンツ★★-->
Note: See TracBrowser for help on using the repository browser.