source: branches/comu-utf8/data/Smarty/templates/admin/mail/htmlmail_confirm.tpl @ 15099

Revision 15099, 8.8 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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<input type="hidden" name="mode" value="complete">
12<!--$arrForm-->
13<!--{foreach key=key item=item from=$arrForm}-->
14    <!--{if $key != "mode"}-->
15    <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
16    <!--{/if}-->
17<!--{/foreach}-->
18
19<!--$arrHidden-->
20<!--{foreach key=key item=item from=$arrHidden}-->
21    <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
22<!--{/foreach}-->
23
24    <tr valign="top">
25        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
26            <!--▼SUB NAVI-->
27            <!--{include file=$tpl_subnavi}-->
28            <!--▲SUB NAVI-->
29        </td>
30        <td class="mainbg">
31            <!--▼登録テーブルここから-->
32            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
33                <!--メインエリア-->
34                <tr>
35                    <td align="center">
36                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
37                            <tr><td height="14"></td></tr>
38                            <tr>
39                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
40                            </tr>
41                            <tr>
42                                <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>
43                                <td bgcolor="#cccccc">
44                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
45                                    <tr>
46                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
47                                    </tr>
48                                    <tr>
49                                        <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>
50                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->HTMLメール作成</span></td>
51                                        <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>
52                                    </tr>
53                                    <tr>
54                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
55                                    </tr>
56                                    <tr>
57                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
58                                    </tr>
59                                </table>
60
61                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
62                                    <tr>
63                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">Subject<span class="red"> *</span></td>
64                                        <td bgcolor="#ffffff" width="547" class="fs12n"><!--{$arrForm.subject|escape}--></td>
65                                    </tr>
66                                    <tr>
67                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">メール担当写真<span class="red"> *</span></td>
68                                        <td bgcolor="#ffffff" width="547">
69                                        <!--{assign var=key value="charge_image"}-->
70                                        <!--{if $arrFile[$key].filepath != ""}-->
71                                        <img src="<!--{$arrFile[$key].filepath}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" />
72                                        <!--{/if}-->
73                                        </td>
74                                    </tr>
75                                    <tr>
76                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">ヘッダーテキスト<span class="red"> *</span></td>
77                                        <td bgcolor="#ffffff" width="547" class="fs12n"><!--{$arrForm.header|escape|nl2br}--></td>
78                                    </tr>
79                                    <tr>
80                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">メイン商品タイトル<span class="red"> *</span></td>
81                                        <td bgcolor="#ffffff" width="547" class="fs12n"><!--{$arrForm.main_title|escape}--></td>
82                                    </tr>
83                                    <tr>
84                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">メイン商品コメント<span class="red"> *</span></td>
85                                        <td bgcolor="#ffffff" width="547" class="fs12n"><!--{$arrForm.main_comment|escape}--></td>
86                                    </tr>
87                                    <tr>
88                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">メイン商品選択<span class="red"> *</span></td>
89                                        <td bgcolor="#ffffff" width="547">
90                                        <img src="<!--{$smarty.const.IMAGE_SAVE_URL|escape}--><!--{$arrFileName[0].main_image}-->" alt="メイン商品画像"><br />
91                                        <input type="text" name="name_main_product" value="<!--{$arrFileName[0].name|escape}-->" disabled="disabled"  size="65" class="box65" style="background:#FFF;border-style:solid;border-color:#FFF;"/>
92                                        </td>
93                                    </tr>
94                                    <tr>
95                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">サブ商品群タイトル<span class="red"> *</span></td>
96                                        <td bgcolor="#ffffff" width="547" class="fs12n"><!--{$arrForm.sub_title|escape}--></td>
97                                    </tr>
98                                    <tr>
99                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">サブ商品群コメント<span class="red"> *</span></td>
100                                        <td bgcolor="#ffffff" width="547" class="fs12n"><!--{$arrForm.sub_comment|escape|nl2br}--></td>
101                                    </tr>
102                                    <!--{foreach key=key item=item from=$arrSub.delete}-->
103                                    <tr class="fs12n">
104                                        <td bgcolor="#f2f1ec" width="160">商品画像(<!--{$key}-->)</td>
105                                        <td bgcolor="#ffffff" width="547">
106                                            <!--{if $arrFileName[$key].main_image != "" && $item != 'on'}-->
107                                            <!--{assign var=image_path value="`$smarty.const.IMAGE_SAVE_URL`/`$arrFileName[$key].main_image`"}-->
108                                            <img src="<!--{$image_path}-->" width="<!--{$smarty.const.SMALL_IMAGE_WIDTH}-->" height="<!--{$smarty.const.SMALL_IMAGE_HEIGHT}-->" alt="商品画像<!--{$smarty.section.cnt.iteration}-->" /><br />
109                                            <input type="text" name="name_sub_product" value="<!--{$arrFileName[$key].name|escape}-->" disabled="disabled"  size="65" class="box65" style="background:#FFF;border-style:solid;border-color:#FFF;"/>
110                                            <!--{else}-->未登録<!--{/if}-->
111                                        </td>
112                                    </tr>
113                                    <!--{/foreach}-->
114                                </table>
115
116                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
117                                    <tr>
118                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
119                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
120                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
121                                    </tr>
122                                    <tr>
123                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
124                                        <td bgcolor="#e9e7de" align="center">
125                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
126                                            <tr>
127                                                <td>
128                                                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_back_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_back.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_back.jpg" width="123" height="24" alt="前のページに戻る" border="0" name="return" onclick="fnModeSubmit('return', '', ''); return false;" >
129                                                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" >
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.