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/mail/htmlmail_select.tpl

    r12157 r15078  
    66 */ 
    77*}--> 
    8 <!--¡¡--> 
     8<!-- --> 
    99<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    1010<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 
     
    3434//--> 
    3535</script> 
    36 <title>EC¥µ¥¤¥È´ÉÍý¼Ô¥Ú¡¼¥¸</title> 
     36<title>ECサイト管理者ページ</title> 
    3737</head> 
    3838 
     
    4343</noscript> 
    4444 
    45 <!--¢§CONTENTS--> 
     45<!--CONTENTS--> 
    4646<div align="center"> 
    47 ¡¡ 
    48 <!--¢§¸¡º÷¥Õ¥©¡¼¥à--> 
     47  
     48<!--▼検索フォーム--> 
    4949<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 
    5050<input name="mode" type="hidden" value="search"> 
     
    5252<table bgcolor="#cccccc" width="420" border="0" cellspacing="1" cellpadding="5" summary=" "> 
    5353    <tr class="fs12n"> 
    54         <td bgcolor="#f0f0f0" width="100">¥«¥Æ¥´¥ê</td> 
     54        <td bgcolor="#f0f0f0" width="100">カテゴリ</td> 
    5555        <td bgcolor="#ffffff" width="287"><select name="search_category_id"> 
    56         <option value="" selected="selected">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
     56        <option value="" selected="selected">選択してください</option> 
    5757        <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}--> 
    5858        </select> 
     
    6060    </tr> 
    6161    <tr class="fs12n"> 
    62         <td bgcolor="#f0f0f0">¾¦ÉÊ̾</td> 
     62        <td bgcolor="#f0f0f0">商品名</td> 
    6363        <td bgcolor="#ffffff"><input type="text" name="search_name" value="<!--{$arrForm.search_name}-->" size="35" class="box35" /></td> 
    6464    </tr> 
    6565</table> 
    6666<br /> 
    67 <input type="submit" name="subm" value="¸¡º÷¤ò³«»Ï" /> 
     67<input type="submit" name="subm" value="検索を開始" /> 
    6868<br /> 
    6969<br /> 
    7070 
    71     <!--¢§¸¡º÷·ë²Ìɽ¼¨--> 
     71    <!--▼検索結果表示--> 
    7272    <!--{if $tpl_linemax}--> 
    7373    <table width="420" border="0" cellspacing="0" cellpadding="0" summary=" " bgcolor="#FFFFFF"> 
    7474        <tr class="fs12"> 
    75             <td align="left"><!--{$tpl_linemax}-->·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£    </td> 
     75            <td align="left"><!--{$tpl_linemax}-->件が該当しました。 </td> 
    7676        </tr> 
    7777        <tr class="fs12"> 
    7878            <td align="center"> 
    79             <!--¢§¥Ú¡¼¥¸¥Ê¥Ó--> 
     79            <!--▼ページナビ--> 
    8080            <!--{$tpl_strnavi}--> 
    81             <!--¢¥¥Ú¡¼¥¸¥Ê¥Ó--> 
     81            <!--▲ページナビ--> 
    8282            </td> 
    8383        </tr> 
     
    8585    </table> 
    8686         
    87     <!--¢§¸¡º÷¸åɽ¼¨Éôʬ--> 
     87    <!--▼検索後表示部分--> 
    8888    <table width="420" border="0" cellspacing="1" cellpadding="5" bgcolor="#cccccc"> 
    8989        <tr bgcolor="#f0f0f0" align="center" class="fs12"> 
    90             <td>¾¦ÉʲèÁü</td> 
    91             <td>¾¦ÉÊÈÖ¹æ</td> 
    92             <td>¾¦ÉÊ̾</td> 
    93             <td>·èÄê</td> 
     90            <td>商品画像</td> 
     91            <td>商品番号</td> 
     92            <td>商品名</td> 
     93            <td>決定</td> 
    9494        </tr> 
    9595        <!--{section name=cnt loop=$arrProducts}--> 
    96         <!--¢§¾¦ÉÊ<!--{$smarty.section.cnt.iteration}-->--> 
     96        <!--▼商品<!--{$smarty.section.cnt.iteration}-->--> 
    9797        <tr bgcolor="#FFFFFF" class="fs12n"> 
    9898            <td width="90" align="center"> 
     
    106106            <td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td> 
    107107            <td><!--{$arrProducts[cnt].name|escape}--></td> 
    108             <td align="center"><a href="" onClick="return func_submit(<!--{$arrProducts[cnt].product_id}-->)">·èÄê</a></td> 
     108            <td align="center"><a href="" onClick="return func_submit(<!--{$arrProducts[cnt].product_id}-->)">決定</a></td> 
    109109        </tr> 
    110         <!--¢¥¾¦ÉÊ<!--{$smarty.section.cnt.iteration}-->--> 
     110        <!--▲商品<!--{$smarty.section.cnt.iteration}-->--> 
    111111        <!--{sectionelse}--> 
    112112        <tr bgcolor="#FFFFFF" class="fs10n"> 
    113             <td colspan="4">¾¦Éʤ¬ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó</td> 
     113            <td colspan="4">商品が登録されていません</td> 
    114114        </tr>    
    115115        <!--{/section}--> 
     
    117117    </table> 
    118118    <!--{/if}--> 
    119     <!--¢¥¸¡º÷·ë²Ìɽ¼¨--> 
     119    <!--▲検索結果表示--> 
    120120<table> 
    121121    <tr><td height="20"></td></tr> 
     
    124124 
    125125</div> 
    126 <!--¢¥CONTENTS--> 
     126<!--CONTENTS--> 
    127127</body> 
    128128</html> 
Note: See TracChangeset for help on using the changeset viewer.