source: trunk/data/Smarty/templates/default/admin/basis/delivery_input.tpl @ 18758

Revision 18758, 11.9 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="">
27<input type="hidden" name="mode" value="edit">
28<input type="hidden" name="deliv_id" value="<!--{$tpl_deliv_id}-->">
29    <tr valign="top">
30        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402">
31            <!--▼SUB NAVI-->
32            <!--{include file=$tpl_subnavi}-->
33            <!--▲SUB NAVI-->
34        </td>
35        <td class="mainbg">
36            <!--▼登録テーブルここから-->
37            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
38                <!--メインエリア-->
39                <tr>
40                    <td align="center">
41                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
42                            <tr><td height="14"></td></tr>
43                            <tr>
44                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
45                            </tr>
46                            <tr>
47                                <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
48                                <td bgcolor="#cccccc">
49                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
50                                    <tr>
51                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
52                                    </tr>
53                                    <tr>
54                                        <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>
55                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->配送業者登録</span></td>
56                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
57                                    </tr>
58                                    <tr>
59                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
60                                    </tr>
61                                    <tr>
62                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
63                                    </tr>
64                                </table>
65
66                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
67                                    <tr class="fs12n">
68                                        <td width="100" bgcolor="#f2f1ec">配送業者名<span class="red"> *</span></td>
69                                        <td width="617" bgcolor="#ffffff" colspan="3">
70                                        <!--{assign var=key value="name"}-->
71                                        <span class="red12"><!--{$arrErr[$key]}--></span>
72                                        <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>
73                                    </tr>
74                                    <tr class="fs12n">
75                                        <td width="100" bgcolor="#f2f1ec">名称<span class="red"> *</span></td>
76                                        <td width="617" bgcolor="#ffffff" colspan="3">
77                                        <!--{assign var=key value="service_name"}-->
78                                        <span class="red12"><!--{$arrErr[$key]}--></span>
79                                        <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>
80                                    </tr>
81                                    <tr class="fs12n">
82                                        <td width="100" bgcolor="#f2f1ec">伝票No.URL</td>
83                                        <td width="617" bgcolor="#ffffff" colspan="3">
84                                        <!--{assign var=key value="confirm_url"}-->
85                                        <span class="red12"><!--{$arrErr[$key]}--></span>
86                                        <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>
87                                    </tr>
88                                    <!--{section name=cnt loop=$smarty.const.DELIVTIME_MAX}-->
89                                    <!--{assign var=type value="`$smarty.section.cnt.index%2`"}-->
90                                    <!--{assign var=keyno value="`$smarty.section.cnt.iteration`"}-->
91                                    <!--{assign var=key value="deliv_time`$smarty.section.cnt.iteration`"}-->
92                                    <!--{assign var=key_next value="deliv_time`$smarty.section.cnt.iteration+1`"}-->
93                                    <!--{if $type == 0}-->
94                                        <!--{if $arrErr[$key] != "" || $arrErr[$key_next] != ""}-->
95                                        <tr class="fs12n">
96                                            <td bgcolor="#ffffff" colspan="4"><span class="red12"><!--{$arrErr[$key]}--><!--{$arrErr[$key_next]}--></span></td>
97                                        </tr>       
98                                        <!--{/if}-->
99                                        <tr class="fs12n">
100                                        <td width="100" bgcolor="#f2f1ec">お届け時間<!--{$keyno}--></td>
101                                        <!--{if $smarty.section.cnt.last}-->
102                                        <!--{assign var=colspan value="3"}-->   
103                                        <!--{else}-->
104                                        <!--{assign var=colspan value="1"}-->
105                                        <!--{/if}-->
106                                        <td width="247" bgcolor="#ffffff" colspan="<!--{$colspan}-->">
107                                        <input type="text" name="<!--{$arrForm[$key].keyname}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="20" class="box20" /></td>
108                                    <!--{else}-->
109                                        <td width="100" bgcolor="#f2f1ec">お届け時間<!--{$keyno}--></td>
110                                        <td width="248" bgcolor="#ffffff"><input type="text" name="<!--{$arrForm[$key].keyname}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" size="20" class="box20" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> </td>
111                                        </tr>
112                                    <!--{/if}-->
113                                    <!--{/section}-->
114
115                                </table>
116                               
117                                <!--{if $smarty.const.INPUT_DELIV_FEE}-->
118                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
119                                    <tr>
120                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
121                                    </tr>
122                                    <tr>
123                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
124                                    </tr>
125                                    <tr>
126                                        <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>
127                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->配送料登録</span></td>
128                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
129                                    </tr>
130                                    <tr>
131                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
132                                    </tr>
133                                    <tr>
134                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
135                                    </tr>
136                                </table>
137                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
138                                    <tr class="fs12n">
139                                        <td bgcolor="#ffffff" colspan="4">※全国一律送料 <input type="text" name="fee_all" size="10" class="box10" /> 円に設定する <input type="button" name="renew" value="反映" onclick="fnSetDelivFee(<!--{$smarty.const.DELIVFEE_MAX}-->);" /></td>
140                                    </tr>
141                                    <!--{section name=cnt loop=$smarty.const.DELIVFEE_MAX}-->
142                                    <!--{assign var=type value="`$smarty.section.cnt.index%2`"}-->
143                                    <!--{assign var=keyno value="`$smarty.section.cnt.iteration`"}-->
144                                    <!--{assign var=key value="fee`$smarty.section.cnt.iteration`"}-->
145                                    <!--{assign var=key_next value="fee`$smarty.section.cnt.iteration+1`"}-->
146                               
147                                    <!--{if $type == 0}-->
148                                        <!--{if $arrErr[$key] != "" || $arrErr[$key_next] != ""}-->
149                                        <tr class="fs12n">
150                                            <td bgcolor="#ffffff" colspan="4"><span class="red12"><!--{$arrErr[$key]}--><!--{$arrErr[$key_next]}--></span></td>
151                                        </tr>       
152                                        <!--{/if}-->
153                                        <tr class="fs12n">
154                                        <td width="100" bgcolor="#f2f1ec"><!--{$arrPref[$keyno]}--></td>
155                                        <!--{if $smarty.section.cnt.last}-->
156                                        <!--{assign var=colspan value="3"}-->   
157                                        <!--{else}-->
158                                        <!--{assign var=colspan value="1"}-->
159                                        <!--{/if}-->
160                                        <td width="247" bgcolor="#ffffff" colspan="<!--{$colspan}-->">
161                                        <input type="text" name="<!--{$arrForm[$key].keyname}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" size="20" class="box20" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> 円</td>
162                                    <!--{else}-->
163                                        <td width="100" bgcolor="#f2f1ec"><!--{$arrPref[$keyno]}--></td>
164                                        <td width="248" bgcolor="#ffffff"><input type="text" name="<!--{$arrForm[$key].keyname}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" size="20" class="box20" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> 円</td>
165                                        </tr>
166                                    <!--{/if}-->
167                                    <!--{/section}-->
168                                </table>
169                                <!--{/if}-->
170
171                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
172                                    <tr>
173                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
174                                        <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
175                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
176                                    </tr>
177                                    <tr>
178                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
179                                        <td bgcolor="#e9e7de" align="center">
180                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
181                                            <tr>
182                                                <td>
183                                                    <a href="./delivery.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/contents/btn_back_on.jpg','back');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/contents/btn_back.jpg','back');"><img src="<!--{$TPL_DIR}-->img/contents/btn_back.jpg" width="123" height="24" alt="前のページに戻る" border="0" name="back"></a>
184                                                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" >
185                                                </td>
186                                            </tr>
187                                        </table>
188                                        </td>
189                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
190                                    </tr>
191                                    <tr>
192                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
193                                    </tr>
194                                </table>
195                                </td>
196                                <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
197                            </tr>
198                            <tr>
199                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
200                            </tr>
201                            <tr><td height="30"></td></tr>
202                        </table>
203                    </td>
204                </tr>
205                <!--メインエリア-->
206            </table>
207            <!--▲登録テーブルここまで-->
208        </td>
209    </tr>
210</form>
211</table>
212<!--★★メインコンテンツ★★-->
Note: See TracBrowser for help on using the repository browser.