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/products/category.tpl

    r12157 r15078  
    66 */ 
    77*}--> 
    8 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     8<!--★★メインコンテンツ★★--> 
    99<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1010<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" enctype="multipart/form-data"> 
     
    1414    <tr valign="top"> 
    1515        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 
    16             <!--¢§SUB NAVI--> 
     16            <!--SUB NAVI--> 
    1717            <!--{include file=$tpl_subnavi}--> 
    18             <!--¢¥SUB NAVI--> 
     18            <!--SUB NAVI--> 
    1919        </td> 
    2020        <td class="mainbg" > 
    2121        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    22             <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     22            <!--メインエリア--> 
    2323            <tr> 
    2424                <td align="center"> 
     
    3333                        <td bgcolor="#cccccc"> 
    3434                         
    35                             <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é--> 
     35                            <!--▼登録テーブルここから--> 
    3636                            <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    3737                                <tr> 
     
    4040                                <tr> 
    4141                                    <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> 
    42                                     <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥«¥Æ¥´¥ê¡¼ÀßÄê(ºÇÂç<!--{$smarty.const.LEVEL_MAX}-->³¬ÁؤޤÇ)</span></td> 
     42                                    <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->カテゴリー設定(最大<!--{$smarty.const.LEVEL_MAX}-->階層まで)</span></td> 
    4343                                    <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> 
    4444                                </tr> 
     
    5353                            <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" " bgcolor="#cccccc"> 
    5454                                <tr bgcolor="#ffffff"> 
    55                                     <!--¢§²èÌ̺¸--> 
     55                                    <!--▼画面左--> 
    5656                                    <td width="250" valign="top" class="fs12"> 
    57                                     <a href="<!--{$smarty.server.PHP_SELF|escape}-->">¢§¥Û¡¼¥à</a><br> 
     57                                    <a href="<!--{$smarty.server.PHP_SELF|escape}-->">▼ホーム</a><br> 
    5858                                    <!--{section name=cnt loop=$arrTree}--> 
    5959                                        <!--{assign var=level value="`$arrTree[cnt].level`}--> 
    6060 
    61                                         <!--{* ¾å¤Î³¬ÁØɽ¼¨¤Î»þ¤Ëdiv¤òÊĤ¸¤ë *}--> 
     61                                        <!--{* 上の階層表示の時にdivを閉じる *}--> 
    6262                                        <!--{assign var=close_cnt value="`$before_level-$level+1`}--> 
    6363                                        <!--{if $close_cnt > 0}--> 
     
    6565                                        <!--{/if}--> 
    6666 
    67                                         <!--{* ¥¹¥Ú¡¼¥¹·«¤êÊÖ¤· *}--> 
    68                                         <!--{section name=n loop=$level}-->¡¡¡¡<!--{/section}--> 
     67                                        <!--{* スペース繰り返し *}--> 
     68                                        <!--{section name=n loop=$level}-->  <!--{/section}--> 
    6969                                         
    70                                         <!--{* ¥«¥Æ¥´¥ê̾ɽ¼¨ *}--> 
     70                                        <!--{* カテゴリ名表示 *}--> 
    7171                                        <!--{assign var=disp_name value="`$arrTree[cnt].category_id`.`$arrTree[cnt].category_name`"}--> 
    7272                                        <!--{if $arrTree[cnt].level != $smarty.const.LEVEL_MAX}--> 
     
    9494                                    </td> 
    9595                                     
    96                                     <!--¢§²èÌ̱¦-->              
     96                                    <!--▼画面右-->              
    9797                                    <td width="428" valign="top"> 
    9898                                     
    9999                                    <span class="red12"><!--{$arrErr.category_name}--></span> 
    100100                                    <input type="text" name="category_name" value="<!--{$arrForm.category_name|escape}-->" size="30" class="box30" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> 
    101                                     <input type="submit" name="button" value="ÅÐÏ¿"/><span class="red10"> ¡Ê¾å¸Â<!--{$smarty.const.STEXT_LEN}-->ʸ»ú¡Ë</span> 
     101                                    <input type="submit" name="button" value="登録"/><span class="red10"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    102102                                    <table width="428" border="0" cellspacing="0" cellpadding="0" summary=" ">   
    103103                                        <tr><td height="15"></td></tr> 
     
    108108                                        <tr bgcolor="#f2f1ec" align="center" class="fs12n"> 
    109109                                            <td width="30">ID</td> 
    110                                             <td width="160">¥«¥Æ¥´¥ê̾</td> 
    111                                             <td width="60">ÊÔ½¸</td> 
    112                                             <td width="60">ºï½ü</td> 
    113                                             <td width="60">°ÜÆ°</td> 
     110                                            <td width="160">カテゴリ名</td> 
     111                                            <td width="60">編集</td> 
     112                                            <td width="60">削除</td> 
     113                                            <td width="60">移動</td> 
    114114                                        </tr> 
    115115                                        <!--{section name=cnt loop=$arrList}--> 
     
    124124                                            <td align="center"> 
    125125                                                <!--{if $arrForm.category_id != $arrList[cnt].category_id}--> 
    126                                                 <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('pre_edit', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;" />ÊÔ½¸</a> 
     126                                                <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('pre_edit', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;" />編集</a> 
    127127                                                <!--{else}--> 
    128                                                 ÊÔ½¸Ãæ 
     128                                                編集中 
    129129                                                <!--{/if}--> 
    130130                                            </td> 
    131131                                            <td align="center"> 
    132                                                 <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('delete', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;" />ºï½ü</a> 
     132                                                <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('delete', 'category_id', <!--{$arrList[cnt].category_id}-->); return false;" />削除</a> 
    133133                                            </td> 
    134134                                            <td align="center"> 
    135                                             <!--{* °ÜÆ° *}--> 
     135                                            <!--{* 移動 *}--> 
    136136                                            <!--{if $smarty.section.cnt.iteration != 1}--> 
    137                                             <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('up','category_id', <!--{$arrList[cnt].category_id}-->); return false;">¾å¤Ø</a> 
     137                                            <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('up','category_id', <!--{$arrList[cnt].category_id}-->); return false;">上へ</a> 
    138138                                            <!--{/if}--> 
    139139                                            <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}--> 
    140                                             <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('down','category_id', <!--{$arrList[cnt].category_id}-->); return false;">²¼¤Ø</a> 
     140                                            <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('down','category_id', <!--{$arrList[cnt].category_id}-->); return false;">下へ</a> 
    141141                                            <!--{/if}--> 
    142142                                            </td> 
     
    148148                                    <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    149149                                        <tr> 
    150                                             <td  class="fs12n">¤³¤Î³¬Áؤˤϡ¢¥«¥Æ¥´¥ê¤¬ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£</td> 
     150                                            <td  class="fs12n">この階層には、カテゴリが登録されていません。</td> 
    151151                                        </tr> 
    152152                                    </table> 
     
    155155                                </tr> 
    156156                            </table> 
    157                             <!-- ¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç --> 
     157                            <!-- ▲登録テーブルここまで --> 
    158158 
    159159                        </td> 
     
    168168                </td> 
    169169            </tr> 
    170             <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     170            <!--メインエリア--> 
    171171        </table> 
    172172        </td> 
     
    174174</form> 
    175175</table> 
    176 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->      
     176<!--★★メインコンテンツ★★-->      
Note: See TracChangeset for help on using the changeset viewer.