Ignore:
Timestamp:
2011/03/05 03:46:06 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r20318 r20510  
    2525 
    2626<table class="form"> 
    27   <tr> 
    28     <th>SQL文</th> 
    29     <td>SELECT <!--{$arrForm.csv_sql|h|nl2br}--></td> 
    30   </tr> 
    31   <tr> 
    32     <th>エラー内容</th> 
    33     <td> 
    34       <!--{if $arrErr}--> 
    35          <!--{foreach key=key item=item from=$arrErr key=key}--> 
    36             <!--{$item}--> 
    37          <!--{/foreach}--> 
    38       <!--{/if}--> 
    39       <!--{if $sqlerr != ""}--> 
    40         <!--{$sqlerr|h|nl2br}--> 
    41       <!--{elseif !$arrErr}--> 
    42         エラーはありません 
    43       <!--{/if}--> 
    44     </td> 
    45   </tr> 
     27    <tr> 
     28        <th>SQL文</th> 
     29        <td>SELECT <!--{$arrForm.csv_sql|h|nl2br}--></td> 
     30    </tr> 
     31    <tr> 
     32        <th>エラー内容</th> 
     33        <td> 
     34            <!--{if $arrErr}--> 
     35                <!--{foreach key=key item=item from=$arrErr key=key}--> 
     36                    <!--{$item}--> 
     37                <!--{/foreach}--> 
     38            <!--{/if}--> 
     39            <!--{if $sqlerr != ""}--> 
     40                <!--{$sqlerr|h|nl2br}--> 
     41            <!--{elseif !$arrErr}--> 
     42                エラーはありません 
     43            <!--{/if}--> 
     44        </td> 
     45    </tr> 
    4646</table> 
    4747 
Note: See TracChangeset for help on using the changeset viewer.