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/system/module.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=""> 
     
    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> 
     
    4848                                </table> 
    4949                                 
    50                                 <!--{* °ìÍ÷¤¬Â¸ºß¤¹¤ë¾ì¹ç¤Î¤ßɽ¼¨¤¹¤ë *}--> 
     50                                <!--{* 一覧が存在する場合のみ表示する *}--> 
    5151                                <!--{if count($arrUpdate) > 0 }--> 
    5252                                <table width="678" border="0" cellspacing="1" cellpadding="4" summary=" "> 
    5353                                    <tr bgcolor="#f2f1ec" align="center" class="fs12n"> 
    54                                         <td width="170">µ¡Ç½Ì¾</td> 
    55                                         <td width="300">ÀâÌÀ</td> 
    56                                         <td width="50">¸½¾õ</td>                                         
    57                                         <td width="50">ºÇ¿·</td>                                         
    58                                         <td width="80">¥ê¥ê¡¼¥¹Æü</td> 
    59                                         <td width="50">ÀßÄê</td> 
    60                                         <td width="50">¼Â¹Ô</td> 
     54                                        <td width="170">機能名</td> 
     55                                        <td width="300">説明</td> 
     56                                        <td width="50">現状</td>                                       
     57                                        <td width="50">最新</td>                                       
     58                                        <td width="80">リリース日</td> 
     59                                        <td width="50">設定</td> 
     60                                        <td width="50">実行</td> 
    6161                                    </tr> 
    6262                                    <!--{section name=cnt loop=$arrUpdate}--> 
    6363                                    <tr bgcolor="#ffffff" class="fs12"> 
    6464                                        <td ><!--{$arrUpdate[cnt].module_name}--></td> 
    65                                         <td ><!--{$arrUpdate[cnt].module_explain}-->(<!--{$arrUpdate[cnt].eccube_version}-->°Ê¹ß¤ËÂбþ)</td> 
     65                                        <td ><!--{$arrUpdate[cnt].module_explain}-->(<!--{$arrUpdate[cnt].eccube_version}-->以降に対応)</td> 
    6666                                        <td align="center"><!--{$arrUpdate[cnt].now_version|default:"-"}--></td> 
    6767                                        <td align="center"><!--{$arrUpdate[cnt].latest_version}--></td>      
     
    7070                                        <!--{if $arrUpdate[cnt].now_version == "" || $arrUpdate[cnt].now_version < $arrUpdate[cnt].latest_version}--> 
    7171                                            <!--{if $arrUpdate[cnt].eccube_version <= $smarty.const.ECCUBE_VERSION}--> 
    72                                             <span class="icon_edit"><a href="#" onclick="fnModeSubmit('install','module_id','<!--{$arrUpdate[cnt].module_id}-->');">ŬÍÑ</a></span> 
     72                                            <span class="icon_edit"><a href="#" onclick="fnModeSubmit('install','module_id','<!--{$arrUpdate[cnt].module_id}-->');">適用</a></span> 
    7373                                            <!--{else}--> 
    7474                                            - 
    7575                                            <!--{/if}--> 
    7676                                        <!--{else}--> 
    77                                             <span class="icon_delete"><a href="#" onclick="fnModeSubmit('uninstall','module_id','<!--{$arrUpdate[cnt].module_id}-->');">ºï½ü</a></span> 
     77                                            <span class="icon_delete"><a href="#" onclick="fnModeSubmit('uninstall','module_id','<!--{$arrUpdate[cnt].module_id}-->');">削除</a></span> 
    7878                                        <!--{/if}-->                                     
    7979                                        </td> 
    8080                                        <td align="center"> 
    8181                                        <!--{if $arrUpdate[cnt].now_version != ""}--> 
    82                                             <span class="icon_confirm"><a href="#" onclick="win01('<!--{$smarty.const.URL_DIR}-->load_module.php?module_id=<!--{$arrUpdate[cnt].module_id}-->','module<!--{$arrUpdate[cnt].module_id}-->','<!--{$arrUpdate[cnt].module_x}-->','<!--{$arrUpdate[cnt].module_y}-->'); return false;">¼Â¹Ô</a></span> 
     82                                            <span class="icon_confirm"><a href="#" onclick="win01('<!--{$smarty.const.URL_DIR}-->load_module.php?module_id=<!--{$arrUpdate[cnt].module_id}-->','module<!--{$arrUpdate[cnt].module_id}-->','<!--{$arrUpdate[cnt].module_x}-->','<!--{$arrUpdate[cnt].module_y}-->'); return false;">実行</a></span> 
    8383                                        <!--{else}--> 
    8484                                            - 
     
    9191                                <table width="678" border="0" cellspacing="1" cellpadding="4" summary=" "> 
    9292                                    <tr bgcolor="#ffffff" align="center" class="fs12n"> 
    93                                         <td>¸½ºß¡¢¥â¥¸¥å¡¼¥ë¾ðÊó¤Ï¤´¤¶¤¤¤Þ¤»¤ó¡£</td> 
     93                                        <td>現在、モジュール情報はございません。</td> 
    9494                                    </tr> 
    9595                                </table> 
     
    112112                                        <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    113113                                            <tr> 
    114                                                 <td><input type="submit" name="subm" value="ºÇ¿·¤Î¥¢¥Ã¥×¥Ç¡¼¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë"/></td> 
     114                                                <td><input type="submit" name="subm" value="最新のアップデート情報を取得する"/></td> 
    115115                                            </tr> 
    116116                                        </table> 
     
    133133                                    <tr bgcolor="#ffffff" class="fs12"> 
    134134                                        <td> 
    135                                             ¢§¼Â¹Ô·ë²Ì<br> 
     135                                            ▼実行結果<br> 
    136136                                            <!--{$update_mess}--> 
    137137                                        </td> 
     
    150150                    </td> 
    151151                </tr> 
    152                 <!--¥á¥¤¥ó¥¨¥ê¥¢--> 
     152                <!--メインエリア--> 
    153153            </table> 
    154             <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç--> 
     154            <!--▲登録テーブルここまで--> 
    155155        </td> 
    156156    </tr> 
    157157</form> 
    158158</table> 
    159 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     159<!--★★メインコンテンツ★★--> 
Note: See TracChangeset for help on using the changeset viewer.