source: branches/dev/data/Smarty/templates/admin/basis/delivery_input.tpl @ 17

Revision 17, 11.2 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="">
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="<!--{$smarty.const.URL_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="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
29                            </tr>
30                            <tr>
31                                <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>
32                                <td bgcolor="#cccccc">
33                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
34                                    <tr>
35                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
36                                    </tr>
37                                    <tr>
38                                        <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>
39                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->ÇÛÁ÷¶È¼ÔÅÐÏ¿</span></td>
40                                        <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>
41                                    </tr>
42                                    <tr>
43                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
44                                    </tr>
45                                    <tr>
46                                        <td colspan="3"><img src="<!--{$smarty.const.URL_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">ÅÁɼNo.URL</td>
60                                        <td width="617" bgcolor="#ffffff" colspan="3">
61                                        <!--{assign var=key value="confirm_url"}-->
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                                    <!--{section name=cnt loop=$smarty.const.DELIVTIME_MAX}-->
66                                    <!--{assign var=type value="`$smarty.section.cnt.index%2`"}-->
67                                    <!--{assign var=keyno value="`$smarty.section.cnt.iteration`"}-->
68                                    <!--{assign var=key value="deliv_time`$smarty.section.cnt.iteration`"}-->
69                                    <!--{assign var=key_next value="deliv_time`$smarty.section.cnt.iteration+1`"}-->
70                                    <!--{if $type == 0}-->
71                                        <!--{if $arrErr[$key] != "" || $arrErr[$key_next] != ""}-->
72                                        <tr class="fs12n">
73                                            <td bgcolor="#ffffff" colspan="4"><span class="red12"><!--{$arrErr[$key]}--><!--{$arrErr[$key_next]}--></span></td>
74                                        </tr>       
75                                        <!--{/if}-->
76                                        <tr class="fs12n">
77                                        <td width="100" bgcolor="#f2f1ec">ÇÛÁ÷»þ´Ö<!--{$keyno}--></td>
78                                        <!--{if $smarty.section.cnt.last}-->
79                                        <!--{assign var=colspan value="3"}-->   
80                                        <!--{else}-->
81                                        <!--{assign var=colspan value="1"}-->
82                                        <!--{/if}-->
83                                        <td width="247" bgcolor="#ffffff" colspan="<!--{$colspan}-->">
84                                        <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>
85                                    <!--{else}-->
86                                        <td width="100" bgcolor="#f2f1ec">ÇÛÁ÷»þ´Ö<!--{$keyno}--></td>
87                                        <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>
88                                        </tr>
89                                    <!--{/if}-->
90                                    <!--{/section}-->
91
92                                </table>
93                               
94                                <!--{if $smarty.const.INPUT_DELIV_FEE}-->
95                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
96                                    <tr>
97                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
98                                    </tr>
99                                    <tr>
100                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
101                                    </tr>
102                                    <tr>
103                                        <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>
104                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->ÇÛÁ÷ÎÁÅÐÏ¿</span></td>
105                                        <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>
106                                    </tr>
107                                    <tr>
108                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
109                                    </tr>
110                                    <tr>
111                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
112                                    </tr>
113                                </table>
114                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
115                                    <tr class="fs12n">
116                                        <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>
117                                    </tr>
118                                    <!--{section name=cnt loop=$smarty.const.DELIVFEE_MAX}-->
119                                    <!--{assign var=type value="`$smarty.section.cnt.index%2`"}-->
120                                    <!--{assign var=keyno value="`$smarty.section.cnt.iteration`"}-->
121                                    <!--{assign var=key value="fee`$smarty.section.cnt.iteration`"}-->
122                                    <!--{assign var=key_next value="fee`$smarty.section.cnt.iteration+1`"}-->
123                               
124                                    <!--{if $type == 0}-->
125                                        <!--{if $arrErr[$key] != "" || $arrErr[$key_next] != ""}-->
126                                        <tr class="fs12n">
127                                            <td bgcolor="#ffffff" colspan="4"><span class="red12"><!--{$arrErr[$key]}--><!--{$arrErr[$key_next]}--></span></td>
128                                        </tr>       
129                                        <!--{/if}-->
130                                        <tr class="fs12n">
131                                        <td width="100" bgcolor="#f2f1ec"><!--{$arrPref[$keyno]}--></td>
132                                        <!--{if $smarty.section.cnt.last}-->
133                                        <!--{assign var=colspan value="3"}-->   
134                                        <!--{else}-->
135                                        <!--{assign var=colspan value="1"}-->
136                                        <!--{/if}-->
137                                        <td width="247" bgcolor="#ffffff" colspan="<!--{$colspan}-->">
138                                        <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>
139                                    <!--{else}-->
140                                        <td width="100" bgcolor="#f2f1ec"><!--{$arrPref[$keyno]}--></td>
141                                        <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>
142                                        </tr>
143                                    <!--{/if}-->
144                                    <!--{/section}-->
145                                </table>
146                                <!--{/if}-->
147
148                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
149                                    <tr>
150                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
151                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
152                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
153                                    </tr>
154                                    <tr>
155                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
156                                        <td bgcolor="#e9e7de" align="center">
157                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
158                                            <tr>
159                                                <td>
160                                                    <a href="./delivery.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/btn_back_on.jpg','back');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/btn_back.jpg','back');"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_back.jpg" width="123" height="24" alt="Á°¤Î¥Ú¡¼¥¸¤ËÌá¤ë" border="0" name="back"></a>
161                                                    <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" >
162                                                </td>
163                                            </tr>
164                                        </table>
165                                        </td>
166                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
167                                    </tr>
168                                    <tr>
169                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
170                                    </tr>
171                                </table>
172                                </td>
173                                <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>
174                            </tr>
175                            <tr>
176                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
177                            </tr>
178                            <tr><td height="30"></td></tr>
179                        </table>
180                    </td>
181                </tr>
182                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
183            </table>
184            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
185        </td>
186    </tr>
187</form>
188</table>
189<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.