Ignore:
Timestamp:
2011/03/05 12:14:56 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/ownersstore/log_detail.tpl

    r20407 r20513  
    2828<div id="ownersstore" class="contents-main"> 
    2929 
    30   <table class="form"> 
    31     <tr> 
    32       <th>モジュール名</th> 
    33       <td><!--{$arrLogDetail.module_name|h}--></td> 
    34     </tr> 
    35     <tr> 
    36       <th>ステータス</th> 
    37       <td><!--{if $arrLogDetail.error_flg}-->失敗<!--{else}-->成功<!--{/if}--></td> 
    38     </tr> 
    39     <tr> 
    40       <th>日時</th> 
    41       <td><!--{$arrLogDetail.update_date|sfDispDBDate|h}--></td> 
    42     </tr> 
    43     <tr> 
    44       <th>バックアップパス</th> 
    45       <td><!--{$arrLogDetail.buckup_path|wordwrap:100:" 
     30    <table class="form"> 
     31        <tr> 
     32            <th>モジュール名</th> 
     33            <td><!--{$arrLogDetail.module_name|h}--></td> 
     34        </tr> 
     35        <tr> 
     36            <th>ステータス</th> 
     37            <td><!--{if $arrLogDetail.error_flg}-->失敗<!--{else}-->成功<!--{/if}--></td> 
     38        </tr> 
     39        <tr> 
     40            <th>日時</th> 
     41            <td><!--{$arrLogDetail.update_date|sfDispDBDate|h}--></td> 
     42        </tr> 
     43        <tr> 
     44            <th>バックアップパス</th> 
     45            <td><!--{$arrLogDetail.buckup_path|wordwrap:100:" 
    4646":true|h|nl2br}--></td> 
    47     </tr> 
    48     <tr> 
    49       <th>詳細</th> 
    50       <td> 
    51       <!--{$arrLogDetail.error|wordwrap:100:" 
     47        </tr> 
     48        <tr> 
     49            <th>詳細</th> 
     50            <td> 
     51            <!--{$arrLogDetail.error|wordwrap:100:" 
    5252":true|h|nl2br}--> 
    53       <!--{$arrLogDetail.ok|wordwrap:100:" 
     53            <!--{$arrLogDetail.ok|wordwrap:100:" 
    5454":true|h|nl2br}--> 
    55       </td> 
    56     </tr> 
    57   </table> 
    58     <div class="btn"> 
    59         <a class="btn-action" href='./log.php'><span class="btn-prev">一覧へ戻る</span></a> 
    60     </div> 
     55            </td> 
     56        </tr> 
     57    </table> 
     58    <div class="btn"> 
     59        <a class="btn-action" href='./log.php'><span class="btn-prev">一覧へ戻る</span></a> 
     60    </div> 
    6161</div> 
    6262</form> 
Note: See TracChangeset for help on using the changeset viewer.