source: branches/feature-module-update/data/Smarty/templates/admin/develop/upload_csv.tpl @ 15078

Revision 15078, 2.7 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--▼CONTENTS-->
9<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
10    <tr>
11        <td bgcolor="#ffffff" align="center" valign="top" height="200">
12        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" ">
13            <tr>
14                <!--▼SUB NAVI-->
15                <td class="fs12n"></td>
16                <!--▲SUB NAVI-->
17            </tr><tr><td height="25"></td></tr>
18        </table>
19       
20        <!--▼MAIN CONTENTS-->
21        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" ">
22            <tr>
23                <td class="fs14n"><strong>■CSVアップロード</strong></td>
24            </tr>
25            <tr><td height="10"></td></tr>
26        </table>
27       
28        <!--▼登録テーブルここから-->
29        <form name="form1" id="form1" method="post" action="" enctype="multipart/form-data">
30        <input type="hidden" name="mode" value="csv_upload">
31        <table width="740" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc">
32            <tr class="fs12n">
33                <td bgcolor="#f0f0f0" width="110">CSVファイル</td>
34                <td bgcolor="#ffffff" width="607">
35                <span class="red12"><!--{$arrErr.csv_file}--></span>
36                <input type="file" name="csv_file" size="60" class="box60" /><span class="red10"> (1行目タイトル行)</span></td>
37            </tr>
38            <tr class="fs12n">
39                <td bgcolor="#f0f0f0" width="110">登録情報</td>
40                <td bgcolor="#ffffff" width="607">
41                <!--{foreach name=title key=key item=item from=$arrTitle}-->
42                <!--{$smarty.foreach.title.iteration}-->項目:<!--{$item}--><br>
43                <!--{/foreach}-->
44                </td>
45            </tr>
46        </table>
47        <!--▲登録テーブルここまで-->
48       
49        <br />
50        <input type="submit" name="subm" value="この内容で登録する" />
51               
52        <!--▲MAIN CONTENTS-->
53        <table width="740" border="0" cellspacing="0" cellpadding="5" summary=" ">
54            </tr><tr><td height="25"></td></tr>
55        </table>
56       
57        <!--{if $tpl_errtitle != ""}-->
58        <table width="740" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc">
59        <tr><td bgcolor="#ffffff">
60            <span class="red12"><!--{$tpl_errtitle}--><br><br></span>
61            <!--{foreach key=key item=item from=$arrCSVErr}-->
62            <span class="red12"><!--{$item}-->
63            <!--{if $key != 'blank'}-->
64            [値:<!--{$arrParam[$key]}-->]
65            <!--{/if}-->
66            <br></span>
67            <!--{/foreach}-->
68            <pre><!--{$tpl_debug}--></pre>
69        </td></tr>
70        </table>
71        <!--{/if}-->
72       
73        <!--{if $tpl_oktitle != ""}-->
74        <table width="740" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc">
75        <tr class="fs12n"><td bgcolor="#ffffff">
76        <!--{$tpl_oktitle}-->
77        </td></tr>
78        </table>
79        <!--{/if}-->
80           
81        </form>
82</table>
83
84<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.