Ignore:
Timestamp:
2012/02/19 02:22:11 (12 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/mobile/header.tpl

    r20809 r21537  
    2121 *}--> 
    2222 
    23 <!--▼HEADER--> 
    24 <!--{* ▼HeaderInternal COLUMN*}--> 
    25 <!--{if $arrPageLayout.HeaderInternalNavi|@count > 0}--> 
    26     <!--{* ▼上ナビ *}--> 
    27     <!--{foreach key=HeaderInternalNaviKey item=HeaderInternalNaviItem from=$arrPageLayout.HeaderInternalNavi}--> 
    28         <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> --> 
    29         <!--{if $HeaderInternalNaviItem.php_path != ""}--> 
    30             <!--{include_php file=$HeaderInternalNaviItem.php_path items=$HeaderInternalNaviItem}--> 
    31         <!--{else}--> 
    32             <!--{include file=$HeaderInternalNaviItem.tpl_path items=$HeaderInternalNaviItem}--> 
    33         <!--{/if}--> 
    34         <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> --> 
    35     <!--{/foreach}--> 
    36     <!--{* ▲上ナビ *}--> 
    37 <!--{/if}--> 
    38 <!--{* ▲HeaderInternal COLUMN*}--> 
     23<!--{strip}--> 
     24    <!--▼HEADER--> 
     25    <!--{* ▼HeaderInternal COLUMN*}--> 
     26    <!--{if $arrPageLayout.HeaderInternalNavi|@count > 0}--> 
     27        <!--{* ▼上ナビ *}--> 
     28        <!--{foreach key=HeaderInternalNaviKey item=HeaderInternalNaviItem from=$arrPageLayout.HeaderInternalNavi}--> 
     29            <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> --> 
     30            <!--{if $HeaderInternalNaviItem.php_path != ""}--> 
     31                <!--{include_php file=$HeaderInternalNaviItem.php_path items=$HeaderInternalNaviItem}--> 
     32            <!--{else}--> 
     33                <!--{include file=$HeaderInternalNaviItem.tpl_path items=$HeaderInternalNaviItem}--> 
     34            <!--{/if}--> 
     35            <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> --> 
     36        <!--{/foreach}--> 
     37        <!--{* ▲上ナビ *}--> 
     38    <!--{/if}--> 
     39    <!--{* ▲HeaderInternal COLUMN*}--> 
    3940 
    40 <!--{* ▼タイトル *}--> 
    41 <!--{if $tpl_title != "" || $tpl_subtitle != ""}--> 
    42 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
    43 <tr> 
    44 <td bgcolor="#FFA85C" align="center"><font color="#ffffff"><!--{if $tpl_subtitle != ""}--><!--{$tpl_subtitle|h}--><!--{else}--><!--{$tpl_title|h}--><!--{/if}--></font></td> 
    45 </tr> 
    46 </table> 
    47 <!--{/if}--> 
    48 <!--{* ▲タイトル *}--> 
    49 <!--▲HEADER--> 
     41    <!--{* ▼タイトル *}--> 
     42    <!--{if $tpl_title != "" || $tpl_subtitle != ""}--> 
     43        <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
     44            <tr> 
     45                <td bgcolor="#FFA85C" align="center"><font color="#ffffff"><!--{if $tpl_subtitle != ""}--><!--{$tpl_subtitle|h}--><!--{else}--><!--{$tpl_title|h}--><!--{/if}--></font></td> 
     46            </tr> 
     47        </table> 
     48    <!--{/if}--> 
     49    <!--{* ▲タイトル *}--> 
     50    <!--▲HEADER--> 
     51<!--{/strip}--> 
Note: See TracChangeset for help on using the changeset viewer.