Ignore:
Timestamp:
2007/12/02 23:54:14 (19 years ago)
Author:
adachi
Message:

インストールログ修正

Location:
branches/feature-module-update/data/Smarty/templates/default/admin/ownersstore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/admin/ownersstore/log.tpl

    r16663 r16868  
    4747                                <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    4848                                <td bgcolor="#cccccc"> 
    49                                  
     49 
    5050                                <!--コンテンツタイトルここから--> 
    5151                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    6666                                </table> 
    6767                                <!--コンテンツタイトルここまで--> 
    68                                  
    69                                 <!--入力項目ここから--> 
    70                                 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    71                                     <tr> 
    72                                         <td bgcolor="#f2f1ec" width="160" class="fs12n"> 
    73                                             <p>インストールログ</p> 
     68                                <table width="678" border="0" cellspacing="1" cellpadding="4" summary=" "> 
     69                                    <tr bgcolor="#f2f1ec" align="center" class="fs12n"> 
     70                                        <td width="">モジュール名</td> 
     71                                        <td width="100">ステータス</td> 
     72                                        <td width="100">日時</td> 
     73                                        <td width="">詳細</td> 
     74                                        <!--{*<td width="">復元</td>*}--> 
     75                                    </tr> 
     76                                <!--{foreach from=$arrInstallLogs item=log name=log_loop}--> 
     77                                    <tr bgcolor="#ffffff" class="fs12"> 
     78                                        <td align="center"><!--{$log.module_name|escape}--></td> 
     79                                        <td align="center"><!--{if $log.error_flg}-->失敗<!--{else}-->成功<!--{/if}--></td> 
     80                                        <td><!--{$log.update_date|sfDispDBDate|escape}--></td> 
     81                                        <td align="center"> 
     82                                            <a href="<!--{$smarty.const.URL_DIR}-->admin/ownersstore/log.php?mode=detail&log_id=<!--{$log.log_id}-->"> 
     83                                            詳細</a> 
    7484                                        </td> 
    75                                         <td bgcolor="#ffffff" width="518" class="fs10n"> 
    76                                             <textarea name="" 
    77                                                       cols="60" 
    78                                                       rows="8" 
    79                                                       class="area70" 
    80                                                       maxlength="" 
    81                                                       style=""><!--{$log|escape}--></textarea> 
    82                                         </td> 
     85                                        <!--{*<td align="center"><!--{$log.log_id}--></td>*}--> 
    8386                                    </tr> 
     87                                <!--{/foreach}--> 
    8488                                </table> 
    85                                 <!--入力項目ここまで--> 
    86                                  
    8789                                </td> 
    8890                                <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
Note: See TracChangeset for help on using the changeset viewer.