source: branches/dev/data/Smarty/templates/admin/mail/input_confirm.tpl @ 17

Revision 17, 6.7 KB checked in by uehara, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 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                                    <!--{if $smarty.const.MELMAGA_BATCH_MODE}-->
53                                    <tr class="fs12n">
54                                        <td bgcolor="#f2f1ec">ÇÛ¿®»þ´ÖÀßÄê<span class="red"> *</span></td>
55                                        <td bgcolor="#ffffff">
56                                        <!--{$list_data.send_year}-->ǯ<!--{$list_data.send_month}-->·î<!--{$list_data.send_day}-->Æü
57                                        <!--{$list_data.send_hour}-->»þ<!--{$list_data.send_minutes}-->ʬ
58                                        </td>
59                                    </tr>
60                                    <!--{/if}-->
61                                    <!--¢§¥¤¥ó¥¯¥ë¡¼¥É¤³¤³¤«¤é-->
62                                    <!--{if $list_data.template_id}-->
63                                    <tr>
64                                        <td bgcolor="#f2f1ec" class="fs12n">Subject<span class="red"> *</span></td>
65                                        <td bgcolor="#ffffff" class="fs12n"><!--{$list_data.subject|escape}--></td>
66                                    </tr>
67                                    <!--{if $list_data.mail_method ne 2}-->
68                                    <tr>
69                                        <td bgcolor="#ffffff" colspan="2" class="fs10n"><a href="#" onClick="return document.form2.submit();">HTML¤Ç³Îǧ</a></td>
70                                    </tr>
71                                    <!--{/if}-->
72                                    <!--{if $smarty.post.template_mode ne "html_template"}-->
73                                    <tr>
74                                        <td bgcolor="#f2f1ec" colspan="2" class="fs10n">ËÜʸ<span class="red"> *</span>¡Ê̾Á°º¹¤·¹þ¤ß»þ¤Ï {name} ¤È¤¤¤ì¤Æ¤¯¤À¤µ¤¤¡Ë</td>
75                                    </tr>
76                                    <tr>
77                                        <td bgcolor="#ffffff" colspan="2" class="fs10n"><!--{$list_data.body|escape|nl2br}--></td>
78                                    </tr>
79                                    <!--{/if}-->
80                                    <!--{/if}-->
81                                    <!--¢¥¥¤¥ó¥¯¥ë¡¼¥É¤³¤³¤Þ¤Ç-->
82                                </table>
83
84                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
85                                    <tr>
86                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
87                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
88                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
89                                    </tr>
90                                    <tr>
91                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
92                                        <td bgcolor="#e9e7de" align="center">
93                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
94                                            <tr>
95                                                <td>
96                                                    <input type="hidden" name="mode" value="template">
97                                                    <input type="button" name="subm02" onClick="return fnInsertValAndSubmit( document.form1, 'mode', 'regist_back', '' )" value="¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê²èÌ̤ØÌá¤ë" />
98                                                    <!--{if $smarty.const.MELMAGA_BATCH_MODE}-->
99                                                    <input type="button" name="subm03" onClick="return fnInsertValAndSubmit( document.form1, 'mode', 'regist_complete', '' )" value="ÇÛ¿®¤òͽÌ󤹤ë" <!--{$list_data.template_id|sfGetEnabled}-->/>
100                                                    <!--{else}-->
101                                                    <input type="button" name="subm03" onClick="return fnInsertValAndSubmit( document.form1, 'mode', 'regist_complete', '' )" value="ÇÛ¿®¤¹¤ë" <!--{$list_data.template_id|sfGetEnabled}-->/>
102                                                    <!--{/if}-->
103                                                    </form>
104                                                    <form name="form2" id="form2" method="post" action="./preview.php" target="_blank">
105                                                    <input type="hidden" name="subject" value="<!--{$list_data.subject|escape}-->">
106                                                    <input type="hidden" name="body" value="<!--{$list_data.body|escape}-->">
107                                                    </form>
108                                                </td>
109                                            </tr>
110                                        </table>
111                                        </td>
112                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
113                                    </tr>
114                                    <tr>
115                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
116                                    </tr>
117                                </table>
118                                </td>
119                                <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>
120                            </tr>
121                            <tr>
122                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
123                            </tr>
124                            <tr><td height="30"></td></tr>
125                        </table>
126                    </td>
127                </tr>
128                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
129            </table>
130            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
131        </td>
132    </tr>
133</table>
134<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.