Ignore:
Timestamp:
2007/07/20 15:58:59 (16 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/basis/delivery.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}-->"> 
     
    1313    <tr valign="top"> 
    1414        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> 
    15             <!--¢§SUB NAVI--> 
     15            <!--SUB NAVI--> 
    1616            <!--{include file=$tpl_subnavi}--> 
    17             <!--¢¥SUB NAVI--> 
     17            <!--SUB NAVI--> 
    1818        </td> 
    1919        <td class="mainbg"> 
    20             <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é--> 
     20            <!--▼登録テーブルここから--> 
    2121            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    22                 <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     22                <!--メインエリア--> 
    2323                <tr> 
    2424                    <td align="center"> 
     
    3737                                    <tr> 
    3838                                        <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> 
    39                                         <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->ÇÛÁ÷¶È¼ÔÅÐÏ¿</span></td> 
     39                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->配送業者登録</span></td> 
    4040                                        <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> 
    4141                                    </tr> 
     
    5050                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    5151                                    <tr align="center" bgcolor="#f2f1ec" class="fs12n"> 
    52                                         <td width="223">ÇÛÁ÷¶È¼Ô</td> 
    53                                         <td width="222">̾¾Î</td> 
    54                                         <td width="50">Êѹ¹</td> 
    55                                         <td width="50">ºï½ü</td> 
    56                                         <td width="130">°Üư</td> 
     52                                        <td width="223">配送業者</td> 
     53                                        <td width="222">名称</td> 
     54                                        <td width="50">変更</td> 
     55                                        <td width="50">削除</td> 
     56                                        <td width="130">移動</td> 
    5757                                         
    5858                                    </tr> 
     
    6161                                            <td><!--{$arrDelivList[cnt].name|escape}--></td> 
    6262                                            <td><!--{$arrDelivList[cnt].service_name|escape}--></td> 
    63                                             <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->" onclick="fnChangeAction('./delivery_input.php'); fnModeSubmit('pre_edit', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;">Êѹ¹</a></td> 
     63                                            <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->" onclick="fnChangeAction('./delivery_input.php'); fnModeSubmit('pre_edit', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;">変更</a></td> 
    6464                                             
    65                                             <td align="center"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('delete', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;">ºï½ü</a></td> 
     65                                            <td align="center"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('delete', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;">削除</a></td> 
    6666                                            <td align="center"> 
    6767                                            <!--{if $smarty.section.cnt.iteration != 1}--> 
    68                                             <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('up','deliv_id', '<!--{$arrDelivList[cnt].deliv_id}-->'); return false;">¾å¤Ø</a> 
     68                                            <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('up','deliv_id', '<!--{$arrDelivList[cnt].deliv_id}-->'); return false;">上へ</a> 
    6969                                            <!--{/if}--> 
    7070                                            <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}--> 
    71                                             <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('down','deliv_id', '<!--{$arrDelivList[cnt].deliv_id}-->'); return false;">²¼¤Ø</a> 
     71                                            <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('down','deliv_id', '<!--{$arrDelivList[cnt].deliv_id}-->'); return false;">下へ</a> 
    7272                                            <!--{/if}--> 
    7373                                            </td> 
     
    8787                                        <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    8888                                            <tr> 
    89                                                 <td><input type="button" name="subm2" value="ÇÛÁ÷¶È¼Ô<!--{if $smarty.const.INPUT_DELIV_FEE}-->¡¦ÇÛÁ÷ÎÁ<!--{/if}-->¤òÄɲÃ" onclick="fnChangeAction('./delivery_input.php'); fnModeSubmit('pre_edit','','');" /></td> 
     89                                                <td><input type="button" name="subm2" value="配送業者<!--{if $smarty.const.INPUT_DELIV_FEE}-->・配送料<!--{/if}-->を追加" onclick="fnChangeAction('./delivery_input.php'); fnModeSubmit('pre_edit','','');" /></td> 
    9090                                            </tr> 
    9191                                        </table> 
     
    107107                    </td> 
    108108                </tr> 
    109                 <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     109                <!--メインエリア--> 
    110110            </table> 
    111             <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç--> 
     111            <!--▲登録テーブルここまで--> 
    112112        </td> 
    113113    </tr> 
    114114</form> 
    115115</table> 
    116 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     116<!--★★メインコンテンツ★★--> 
Note: See TracChangeset for help on using the changeset viewer.