source: branches/dev/data/Smarty/templates/admin/products/upload_csv.tpl @ 17

Revision 17, 5.7 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<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" enctype="multipart/form-data" onSubmit="winSubmit('','form1', 'upload', 500, 400)">
10<input type="hidden" name="mode" value="csv_upload">
11<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
12    <tr valign="top">
13        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
14            <!-- ¥µ¥Ö¥Ê¥Ó -->
15            <!--{include file=$tpl_subnavi}-->
16        </td>
17        <td class="mainbg">
18        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
19            <!--¥á¥¤¥ó¥¨¥ê¥¢-->
20            <tr>
21                <td align="center">
22                <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
23                    <tr><td height="14"></td></tr>
24                    <tr>
25                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
26                    </tr>
27                    <tr>
28                        <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>
29                        <td bgcolor="#cccccc">
30                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
31                            <tr>
32                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
33                            </tr>
34                            <tr>
35                                <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>
36                                <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¾¦ÉÊÅÐÏ¿CSV</span></td>
37                                <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>
38                            </tr>
39                            <tr>
40                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
41                            </tr>
42                            <tr>
43                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
44                            </tr>
45                        </table>
46
47                        <!--{if $tpl_errtitle != ""}-->
48                        <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc">
49                        <tr><td bgcolor="#ffffff">
50                            <span class="red12"><!--{$tpl_errtitle}--><br><br></span>
51                            <!--{foreach key=key item=item from=$arrCSVErr}-->
52                            <span class="red12"><!--{$item}-->
53                            <!--{if $key != 'blank'}-->
54                            [ÃÍ¡§<!--{$arrParam[$key]}-->]
55                            <!--{/if}-->
56                            <br></span>
57                            <!--{/foreach}-->
58                        </td></tr>
59                        </table>
60                        <!--{/if}-->
61
62                        <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
63                        <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc">
64                            <tr class="fs12n">
65                                <td bgcolor="#f0f0f0" width="110">CSV¥Õ¥¡¥¤¥ë</td>
66                                <td bgcolor="#ffffff" width="607">
67                                <span class="red12"><!--{$arrErr.csv_file}--></span>
68                                <input type="file" name="csv_file" size="60" class="box60" /><span class="red10"> (1¹ÔÌÜ¥¿¥¤¥È¥ë¹Ô)</span></td>
69                            </tr>
70                            <tr class="fs12n">
71                                <td bgcolor="#f0f0f0" width="110">ÅÐÏ¿¾ðÊó</td>
72                                <td bgcolor="#ffffff" width="607">
73                                <!--{foreach name=title key=key item=item from=$arrTitle}-->
74                                <!--{$smarty.foreach.title.iteration}-->¹àÌÜ¡§<!--{$item}--><br>
75                                <!--{/foreach}-->
76                                </td>
77                            </tr>
78                        </table>
79                        <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
80                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
81                            <tr>
82                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
83                                <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
84                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
85                            </tr>
86                            <tr>
87                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
88                                <td bgcolor="#e9e7de" align="center">
89                                <table border="0" cellspacing="0" cellpadding="0" summary=" ">
90                                    <tr>
91                                    <td>
92                                        <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" >
93                                    </td>
94                                    </tr>
95                                </table>
96                                </td>
97                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
98                            </tr>
99                            <tr>
100                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
101                            </tr>
102                        </table>                                       
103                        </td>
104                        <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>
105                    </tr>                   
106                    <tr>
107                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
108                    </tr>
109                    <tr><td height="30"></td></tr>
110                </table>
111                </td>
112            </tr>
113            <!--¥á¥¤¥ó¥¨¥ê¥¢-->
114        </table>
115        </td>
116    </tr>
117</form>
118</table>
119<!--¢¥CONTENTS-->
Note: See TracBrowser for help on using the repository browser.