Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

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

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/Smarty/templates/admin/develop/upload_csv.tpl

    r12157 r15078  
    66 */ 
    77*}--> 
    8 <!--¢§CONTENTS--> 
     8<!--CONTENTS--> 
    99<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1010    <tr> 
     
    1212        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1313            <tr> 
    14                 <!--¢§SUB NAVI--> 
     14                <!--SUB NAVI--> 
    1515                <td class="fs12n"></td> 
    16                 <!--¢¥SUB NAVI--> 
     16                <!--SUB NAVI--> 
    1717            </tr><tr><td height="25"></td></tr> 
    1818        </table> 
    1919         
    20         <!--¢§MAIN CONTENTS--> 
     20        <!--MAIN CONTENTS--> 
    2121        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    2222            <tr> 
    23                 <td class="fs14n"><strong>¢£CSV¥¢¥Ã¥×¥í¡¼¥É</strong></td> 
     23                <td class="fs14n"><strong>■CSVアップロード</strong></td> 
    2424            </tr> 
    2525            <tr><td height="10"></td></tr> 
    2626        </table> 
    2727         
    28         <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é--> 
     28        <!--▼登録テーブルここから--> 
    2929        <form name="form1" id="form1" method="post" action="" enctype="multipart/form-data"> 
    3030        <input type="hidden" name="mode" value="csv_upload"> 
    3131        <table width="740" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc"> 
    3232            <tr class="fs12n"> 
    33                 <td bgcolor="#f0f0f0" width="110">CSV¥Õ¥¡¥¤¥ë</td> 
     33                <td bgcolor="#f0f0f0" width="110">CSVファイル</td> 
    3434                <td bgcolor="#ffffff" width="607"> 
    3535                <span class="red12"><!--{$arrErr.csv_file}--></span> 
    36                 <input type="file" name="csv_file" size="60" class="box60" /><span class="red10"> (1¹ÔÌÜ¥¿¥¤¥È¥ë¹Ô)</span></td> 
     36                <input type="file" name="csv_file" size="60" class="box60" /><span class="red10"> (1行目タイトル行)</span></td> 
    3737            </tr> 
    3838            <tr class="fs12n"> 
    39                 <td bgcolor="#f0f0f0" width="110">ÅÐÏ¿¾ðÊó</td> 
     39                <td bgcolor="#f0f0f0" width="110">登録情報</td> 
    4040                <td bgcolor="#ffffff" width="607"> 
    4141                <!--{foreach name=title key=key item=item from=$arrTitle}--> 
    42                 <!--{$smarty.foreach.title.iteration}-->¹àÌÜ¡§<!--{$item}--><br> 
     42                <!--{$smarty.foreach.title.iteration}-->項目:<!--{$item}--><br> 
    4343                <!--{/foreach}--> 
    4444                </td> 
    4545            </tr> 
    4646        </table> 
    47         <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç--> 
     47        <!--▲登録テーブルここまで--> 
    4848         
    4949        <br /> 
    50         <input type="submit" name="subm" value="¤³¤ÎÆâÍƤÇÅÐÏ¿¤¹¤ë" /> 
     50        <input type="submit" name="subm" value="この内容で登録する" /> 
    5151                 
    52         <!--¢¥MAIN CONTENTS--> 
     52        <!--MAIN CONTENTS--> 
    5353        <table width="740" border="0" cellspacing="0" cellpadding="5" summary=" "> 
    5454            </tr><tr><td height="25"></td></tr> 
     
    6262            <span class="red12"><!--{$item}--> 
    6363            <!--{if $key != 'blank'}--> 
    64             [ÃÍ¡§<!--{$arrParam[$key]}-->] 
     64            [値:<!--{$arrParam[$key]}-->] 
    6565            <!--{/if}--> 
    6666            <br></span> 
     
    8282</table> 
    8383 
    84 <!--¢¥CONTENTS--> 
     84<!--CONTENTS--> 
Note: See TracChangeset for help on using the changeset viewer.