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=""> |
---|
11 | <input type="hidden" name="mode" value="edit"> |
---|
12 | <input type="hidden" name="deliv_id" value="<!--{$tpl_deliv_id}-->"> |
---|
13 | <tr valign="top"> |
---|
14 | <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402"> |
---|
15 | <!--▼SUB NAVI--> |
---|
16 | <!--{include file=$tpl_subnavi}--> |
---|
17 | <!--▲SUB NAVI--> |
---|
18 | </td> |
---|
19 | <td class="mainbg"> |
---|
20 | <!--▼登録テーブルここから--> |
---|
21 | <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
22 | <!--メインエリア--> |
---|
23 | <tr> |
---|
24 | <td align="center"> |
---|
25 | <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
26 | <tr><td height="14"></td></tr> |
---|
27 | <tr> |
---|
28 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td> |
---|
29 | </tr> |
---|
30 | <tr> |
---|
31 | <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> |
---|
32 | <td bgcolor="#cccccc"> |
---|
33 | <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
34 | <tr> |
---|
35 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> |
---|
36 | </tr> |
---|
37 | <tr> |
---|
38 | <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> |
---|
39 | <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->配送業者登録</span></td> |
---|
40 | <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> |
---|
41 | </tr> |
---|
42 | <tr> |
---|
43 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td> |
---|
44 | </tr> |
---|
45 | <tr> |
---|
46 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> |
---|
47 | </tr> |
---|
48 | </table> |
---|
49 | |
---|
50 | <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> |
---|
51 | <tr class="fs12n"> |
---|
52 | <td width="100" bgcolor="#f2f1ec">配送業者名<span class="red"> *</span></td> |
---|
53 | <td width="617" bgcolor="#ffffff" colspan="3"> |
---|
54 | <!--{assign var=key value="name"}--> |
---|
55 | <span class="red12"><!--{$arrErr[$key]}--></span> |
---|
56 | <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> |
---|
57 | </tr> |
---|
58 | <tr class="fs12n"> |
---|
59 | <td width="100" bgcolor="#f2f1ec">名称<span class="red"> *</span></td> |
---|
60 | <td width="617" bgcolor="#ffffff" colspan="3"> |
---|
61 | <!--{assign var=key value="service_name"}--> |
---|
62 | <span class="red12"><!--{$arrErr[$key]}--></span> |
---|
63 | <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> |
---|
64 | </tr> |
---|
65 | <tr class="fs12n"> |
---|
66 | <td width="100" bgcolor="#f2f1ec">伝票No.URL</td> |
---|
67 | <td width="617" bgcolor="#ffffff" colspan="3"> |
---|
68 | <!--{assign var=key value="confirm_url"}--> |
---|
69 | <span class="red12"><!--{$arrErr[$key]}--></span> |
---|
70 | <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> |
---|
71 | </tr> |
---|
72 | <!--{section name=cnt loop=$smarty.const.DELIVTIME_MAX}--> |
---|
73 | <!--{assign var=type value="`$smarty.section.cnt.index%2`"}--> |
---|
74 | <!--{assign var=keyno value="`$smarty.section.cnt.iteration`"}--> |
---|
75 | <!--{assign var=key value="deliv_time`$smarty.section.cnt.iteration`"}--> |
---|
76 | <!--{assign var=key_next value="deliv_time`$smarty.section.cnt.iteration+1`"}--> |
---|
77 | <!--{if $type == 0}--> |
---|
78 | <!--{if $arrErr[$key] != "" || $arrErr[$key_next] != ""}--> |
---|
79 | <tr class="fs12n"> |
---|
80 | <td bgcolor="#ffffff" colspan="4"><span class="red12"><!--{$arrErr[$key]}--><!--{$arrErr[$key_next]}--></span></td> |
---|
81 | </tr> |
---|
82 | <!--{/if}--> |
---|
83 | <tr class="fs12n"> |
---|
84 | <td width="100" bgcolor="#f2f1ec">配送時間<!--{$keyno}--></td> |
---|
85 | <!--{if $smarty.section.cnt.last}--> |
---|
86 | <!--{assign var=colspan value="3"}--> |
---|
87 | <!--{else}--> |
---|
88 | <!--{assign var=colspan value="1"}--> |
---|
89 | <!--{/if}--> |
---|
90 | <td width="247" bgcolor="#ffffff" colspan="<!--{$colspan}-->"> |
---|
91 | <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> |
---|
92 | <!--{else}--> |
---|
93 | <td width="100" bgcolor="#f2f1ec">配送時間<!--{$keyno}--></td> |
---|
94 | <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> |
---|
95 | </tr> |
---|
96 | <!--{/if}--> |
---|
97 | <!--{/section}--> |
---|
98 | |
---|
99 | </table> |
---|
100 | |
---|
101 | <!--{if $smarty.const.INPUT_DELIV_FEE}--> |
---|
102 | <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
103 | <tr> |
---|
104 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> |
---|
105 | </tr> |
---|
106 | <tr> |
---|
107 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> |
---|
108 | </tr> |
---|
109 | <tr> |
---|
110 | <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> |
---|
111 | <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->配送料登録</span></td> |
---|
112 | <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> |
---|
113 | </tr> |
---|
114 | <tr> |
---|
115 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td> |
---|
116 | </tr> |
---|
117 | <tr> |
---|
118 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> |
---|
119 | </tr> |
---|
120 | </table> |
---|
121 | <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> |
---|
122 | <tr class="fs12n"> |
---|
123 | <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> |
---|
124 | </tr> |
---|
125 | <!--{section name=cnt loop=$smarty.const.DELIVFEE_MAX}--> |
---|
126 | <!--{assign var=type value="`$smarty.section.cnt.index%2`"}--> |
---|
127 | <!--{assign var=keyno value="`$smarty.section.cnt.iteration`"}--> |
---|
128 | <!--{assign var=key value="fee`$smarty.section.cnt.iteration`"}--> |
---|
129 | <!--{assign var=key_next value="fee`$smarty.section.cnt.iteration+1`"}--> |
---|
130 | |
---|
131 | <!--{if $type == 0}--> |
---|
132 | <!--{if $arrErr[$key] != "" || $arrErr[$key_next] != ""}--> |
---|
133 | <tr class="fs12n"> |
---|
134 | <td bgcolor="#ffffff" colspan="4"><span class="red12"><!--{$arrErr[$key]}--><!--{$arrErr[$key_next]}--></span></td> |
---|
135 | </tr> |
---|
136 | <!--{/if}--> |
---|
137 | <tr class="fs12n"> |
---|
138 | <td width="100" bgcolor="#f2f1ec"><!--{$arrPref[$keyno]}--></td> |
---|
139 | <!--{if $smarty.section.cnt.last}--> |
---|
140 | <!--{assign var=colspan value="3"}--> |
---|
141 | <!--{else}--> |
---|
142 | <!--{assign var=colspan value="1"}--> |
---|
143 | <!--{/if}--> |
---|
144 | <td width="247" bgcolor="#ffffff" colspan="<!--{$colspan}-->"> |
---|
145 | <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> |
---|
146 | <!--{else}--> |
---|
147 | <td width="100" bgcolor="#f2f1ec"><!--{$arrPref[$keyno]}--></td> |
---|
148 | <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> |
---|
149 | </tr> |
---|
150 | <!--{/if}--> |
---|
151 | <!--{/section}--> |
---|
152 | </table> |
---|
153 | <!--{/if}--> |
---|
154 | |
---|
155 | <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
156 | <tr> |
---|
157 | <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> |
---|
158 | <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td> |
---|
159 | <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> |
---|
160 | </tr> |
---|
161 | <tr> |
---|
162 | <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> |
---|
163 | <td bgcolor="#e9e7de" align="center"> |
---|
164 | <table border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
165 | <tr> |
---|
166 | <td> |
---|
167 | <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> |
---|
168 | <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" > |
---|
169 | </td> |
---|
170 | </tr> |
---|
171 | </table> |
---|
172 | </td> |
---|
173 | <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> |
---|
174 | </tr> |
---|
175 | <tr> |
---|
176 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td> |
---|
177 | </tr> |
---|
178 | </table> |
---|
179 | </td> |
---|
180 | <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> |
---|
181 | </tr> |
---|
182 | <tr> |
---|
183 | <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td> |
---|
184 | </tr> |
---|
185 | <tr><td height="30"></td></tr> |
---|
186 | </table> |
---|
187 | </td> |
---|
188 | </tr> |
---|
189 | <!--メインエリア--> |
---|
190 | </table> |
---|
191 | <!--▲登録テーブルここまで--> |
---|
192 | </td> |
---|
193 | </tr> |
---|
194 | </form> |
---|
195 | </table> |
---|
196 | <!--★★メインコンテンツ★★--> |
---|