source: trunk/data/Smarty/templates/default/admin/order/mail.tpl @ 18758

Revision 18758, 8.5 KB checked in by kajiwara, 14 years ago (diff)

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

  • 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-2010 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<input type="hidden" name="mode" value="confirm">
28<input type="hidden" name="order_id" value="<!--{$tpl_order_id}-->">
29<!--{foreach key=key item=item from=$arrSearchHidden}-->
30    <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
31<!--{/foreach}-->
32    <tr valign="top">
33        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402">
34            <!--▼SUB NAVI-->
35            <!--{include file=$tpl_subnavi}-->
36            <!--▲SUB NAVI-->
37        </td>
38        <td class="mainbg" >
39        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
40            <!--メインエリア-->
41            <tr>
42                <td align="center">
43                <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
44
45                    <tr><td height="14"></td></tr>
46                    <tr>
47                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
48                    </tr>
49                    <tr>
50                        <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
51                        <td bgcolor="#cccccc">
52                       
53                        <!--登録テーブルここから-->
54                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
55                            <tr>
56                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
57                            </tr>
58                            <tr>
59                                <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>
60                                <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->メール配信</span></td>
61                                <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
62                            </tr>
63                            <tr>
64                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
65                            </tr>
66                            <tr>
67                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
68                            </tr>
69                        </table>
70                       
71                        <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" ">
72                            <tr align="center">
73                                <td bgcolor="#f2f1ec" width="140" class="fs12n">処理日</td>
74                                <td bgcolor="#f2f1ec" width="300" class="fs12n">通知メール</td>
75                                <td bgcolor="#f2f1ec" width="300" class="fs12n">件名</td>
76                            </tr>
77                            <!--{section name=cnt loop=$arrMailHistory}-->
78                            <tr align="center">
79                                <td bgcolor="#ffffff" width="140" class="fs12n"><!--{$arrMailHistory[cnt].send_date|sfDispDBDate|escape}--></td>
80                                <!--{assign var=key value="`$arrMailHistory[cnt].template_id`"}-->
81                                <td bgcolor="#ffffff" width="300" class="fs12n"><!--{$arrMAILTEMPLATE[$key]|escape}--></td>
82                                <td bgcolor="#ffffff" width="300" class="fs12n"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./mail_view.php?send_id=<!--{$arrMailHistory[cnt].send_id}-->','mail_view','650','800'); return false;"><!--{$arrMailHistory[cnt].subject|escape}--></a></td>
83                            </tr>
84                            <!--{/section}-->
85                        </table>
86
87                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
88                            <tr><td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr>
89                        </table>
90
91                        <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
92                            <tr>
93                                <td bgcolor="#f2f1ec" width="160" class="fs12n">テンプレート<span class="red"> *</span></td>
94                                <td bgcolor="#ffffff" width="557" class="fs10n">
95                                <!--{assign var=key value="template_id"}-->
96                                <span class="red12"><!--{$arrErr[$key]}--></span>
97                                <select name="template_id" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" onchange="fnModeSubmit('change', '', '');">
98                                <option value="" selected="selected">選択してください</option>
99                                <!--{html_options options=$arrMAILTEMPLATE selected=$arrForm[$key].value|escape}-->
100                                </select>
101                                </td>
102                            </tr>
103                            <tr>
104                                <td bgcolor="#f2f1ec" width="160" class="fs12n">メールタイトル<span class="red"> *</span></td>
105                                <td bgcolor="#ffffff" width="557" class="fs10n">
106                                <!--{assign var=key value="subject"}-->
107                                <span class="red12"><!--{$arrErr[$key]}--></span>
108                                <input type="text" name="<!--{$arrForm[$key].keyname}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="30" class="box30" /></td>
109                                </td>
110                            </tr>
111                            <tr>
112                                <td bgcolor="#f2f1ec" width="160" class="fs12">ヘッダー</td>
113                                <td bgcolor="#ffffff" width="557" class="fs10">
114                                <!--{assign var=key value="header"}-->
115                                <span class="red12"><!--{$arrErr[$key]}--></span>
116                                <textarea  name="<!--{$arrForm[$key].keyname}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" cols="75" rows="12" class="area75"><!--{$arrForm[$key].value|escape}--></textarea></td>
117                            </tr>
118                            <tr class="fs12n">
119                                <td bgcolor="#ffffff" colspan="2" align="center" height="40">動的データ挿入部分</td>
120                            </tr>
121                            <tr>
122                                <td bgcolor="#f2f1ec" width="160" class="fs12">フッター</td>
123                                <td bgcolor="#ffffff" width="557" class="fs10">
124                                <!--{assign var=key value="footer"}-->
125                                <span class="red12"><!--{$arrErr[$key]}--></span>
126                                <textarea  name="<!--{$arrForm[$key].keyname}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" cols="75" rows="12" class="area75"><!--{$arrForm[$key].value|escape}--></textarea></td>
127                            </tr>
128                        </table>
129
130                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
131                            <tr>
132                                <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
133                                <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
134                                <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
135                            </tr>
136                            <tr>
137                                <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
138                                <td bgcolor="#e9e7de" align="center">
139                                <table border="0" cellspacing="0" cellpadding="0" summary=" ">
140                                    <tr>
141                                        <td>
142                                            <input type="button" name="back" value="検索結果へ戻る" onclick="fnChangeAction('<!--{$smarty.const.URL_SEARCH_ORDER}-->'); fnModeSubmit('search','',''); return false;" />
143                                            <input type="submit" name="subm" value="送信内容を確認"/>
144                                        </td>
145                                    </tr>
146                                </table>
147                                </td>
148                                <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
149                            </tr>
150                            <tr>
151                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
152                            </tr>
153                        </table>
154
155                        <!--登録テーブルここまで-->
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
164                </table>
165                </td>
166            </tr>
167            <!--メインエリア-->
168        </table>
169        </td>
170    </tr>
171</form>
172</table>
173<!--★★メインコンテンツ★★-->     
Note: See TracBrowser for help on using the repository browser.