source: branches/dev/data/Smarty/templates/admin/mail/input.tpl @ 8

Revision 8, 9.0 KB checked in by root, 17 years ago (diff)

new import

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
9<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
10<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
11<!--{foreach key=key item=val from=$arrHidden}-->   
12    <input type="hidden" name="<!--{$key}-->" value="<!--{$val|escape}-->">
13<!--{/foreach}-->
14    <tr valign="top">
15        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
16            <!--¢§SUB NAVI-->
17            <!--{include file=$tpl_subnavi}-->
18            <!--¢¥SUB NAVI-->
19        </td>
20        <td class="mainbg">
21            <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
22            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
23                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
24                <tr>
25                    <td align="center">
26                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
27                            <tr><td height="14"></td></tr>
28                            <tr>
29                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
30                            </tr>
31                            <tr>
32                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
33                                <td bgcolor="#cccccc">
34                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
35                                    <tr>
36                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
37                                    </tr>
38                                    <tr>
39                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
40                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->ÇÛ¿®ÀßÄꡧÇÛ¿®ÆâÍÆÀßÄê</span></td>
41                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
42                                    </tr>
43                                    <tr>
44                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
45                                    </tr>
46                                    <tr>
47                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
48                                    </tr>
49                                </table>
50
51                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
52                                    <tr class="fs12n">
53                                        <td bgcolor="#f2f1ec" width="200">¥Æ¥ó¥×¥ì¡¼¥ÈÁªÂò<span class="red"> *</span></td>
54                                        <td bgcolor="#ffffff" width="507">
55                                        <!--{if $arrErr.template_id}--><span class="red12"><!--{$arrErr.template_id}--></span><!--{/if}-->
56                                        <select name="template_id" onchange="return fnInsertValAndSubmit( document.form1, 'mode', 'template', '' ) " style="<!--{$arrErr.template_id|sfGetErrorColor}-->">
57                                        <option value="" selected="selected">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>
58                                        <!--{html_options options=$arrTemplate selected=$list_data.template_id}-->
59                                        </select>
60                                        </td>
61                                   
62                                    <!--{* ¥Ð¥Ã¥Á¥â¡¼¥É¤Î¾ì¹ç¤Î¤ßɽ¼¨ *}-->
63                                    <!--{if $smarty.const.MELMAGA_BATCH_MODE}-->
64                                    <tr class="fs12n">
65                                        <td bgcolor="#f2f1ec">ÇÛ¿®»þ´ÖÀßÄê<span class="red"> *</span></td>
66                                        <td bgcolor="#ffffff">
67                                        <!--{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}-->
68                                        <select name="send_year" style="<!--{$arrErr.send_year|sfGetErrorColor}-->">
69                                        <!--{html_options options=$arrYear selected=$arrNowDate.year}-->
70                                        </select>ǯ
71                                        <select name="send_month" style="<!--{$arrErr.send_month|sfGetErrorColor}-->">
72                                        <!--{html_options options=$objDate->getMonth() selected=$arrNowDate.month}-->
73                                        </select>·î
74                                        <select name="send_day" style="<!--{$arrErr.send_day|sfGetErrorColor}-->">
75                                        <!--{html_options options=$objDate->getDay() selected=$arrNowDate.day}-->
76                                        </select>Æü
77                                        <select name="send_hour" style="<!--{$arrErr.send_hour|sfGetErrorColor}-->">
78                                        <!--{html_options options=$objDate->getHour() selected=$arrNowDate.hour}-->
79                                        </select>»þ
80                                        <select name="send_minutes" style="<!--{$arrErr.send_minutes|sfGetErrorColor}-->">
81                                        <!--{html_options options=$objDate->getMinutesInterval() selected=$arrNowDate.minutes}-->
82                                        </select>ʬ</td>
83                                    </tr>
84                                    <!--{/if}-->
85                                </table>
86
87                                <!--{if $list_data.template_id}-->
88                                    <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
89                                        <tr><td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr>
90                                    </table>
91   
92   
93                                    <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
94                                        <tr>
95                                            <td bgcolor="#f2f1ec" class="fs12n">Subject<span class="red"> *</span></td>
96                                            <td bgcolor="#ffffff" class="fs12n">
97                                            <!--{if $arrErr.subject}--><span class="red12"><!--{$arrErr.subject}--></span><!--{/if}-->
98                                            <input type="text" name="subject" size="65" class="box65" <!--{if $arrErr.subject}--><!--{sfSetErrorStyle}--><!--{/if}--> value="<!--{$list_data.subject|escape}-->" />
99                                            </td>
100                                        </tr>
101                                        <tr>
102                                            <td bgcolor="#f2f1ec" colspan="2" class="fs12n">ËÜʸ<span class="red"> *</span>¡Ê̾Á°º¹¤·¹þ¤ß»þ¤Ï {name} ¤È¤¤¤ì¤Æ¤¯¤À¤µ¤¤¡Ë</td>
103                                        </tr>
104                                        <tr>
105                                            <td bgcolor="#ffffff" colspan="2" class="fs12n">
106                                            <!--{if $arrErr.body}--><span class="red12"><!--{$arrErr.body}--></span><!--{/if}-->
107                                            <textarea name="body" cols="90" rows="40" class="area90" <!--{if $arrErr.body}--><!--{sfSetErrorStyle}--><!--{/if}-->><!--{$list_data.body|escape}--></textarea>
108                                            </td>
109                                        </tr>
110                                    </table>
111                                <!--{/if}-->
112
113                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
114                                    <tr>
115                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
116                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
117                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
118                                    </tr>
119                                    <tr>
120                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
121                                        <td bgcolor="#e9e7de" align="center">
122                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
123                                            <tr>
124                                                <td>
125                                                    <input type="hidden" name="mode" value="template">
126                                                    <input type="hidden" name="mail_method" value="<!--{$list_data.mail_method}-->">
127
128                                                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_search_back_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_search_back.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_search_back.jpg" width="123" height="24" alt="¸¡º÷²èÌ̤ËÌá¤ë" border="0" name="subm02" onClick="return fnInsertValAndSubmit( document.form1, 'mode', 'back', '' )">
129                                                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_confirm_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_confirm.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_confirm.jpg" width="123" height="24" alt="³Îǧ¥Ú¡¼¥¸¤Ø" border="0" name="subm03" onClick="return fnInsertValAndSubmit( document.form1, 'mode', 'regist_confirm', '' )" >
130                                                </td>
131                                            </tr>
132                                        </table>
133                                        </td>
134                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
135                                    </tr>
136                                    <tr>
137                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
138                                    </tr>
139                                </table>
140                                </td>
141                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
142                            </tr>
143                            <tr>
144                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
145                            </tr>
146                            <tr><td height="30"></td></tr>
147                        </table>
148                    </td>
149                </tr>
150                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
151            </table>
152            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
153        </td>
154    </tr>
155</form>
156</table>
157<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.