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/site_frame.tpl

    r20809 r21537  
    2222 */ 
    2323*}--> 
    24 <html> 
    25 <head> 
    26 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis"> 
    27 <title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}-->/<!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}-->/<!--{$tpl_title|h}--><!--{/if}--></title> 
    28 <meta name="author" content="<!--{$arrPageLayout.author|h}-->"> 
    29 <meta name="description" content="<!--{$arrPageLayout.description|h}-->"> 
    30 <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->"> 
    31 <!--{* ▼Head COLUMN*}--> 
    32 <!--{if $arrPageLayout.HeadNavi|@count > 0}--> 
    33 <!--{* ▼上ナビ *}--> 
    34 <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}--> 
    35 <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> ここから*}--> 
    36 <!--{if $HeadNaviItem.php_path != ""}--> 
    37 <!--{include_php file=$HeadNaviItem.php_path items=$HeadNaviItem}--> 
    38 <!--{else}--> 
    39 <!--{include file=$HeadNaviItem.tpl_path items=$HeadNaviItem}--> 
    40 <!--{/if}--> 
    41 <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> ここまで*}--> 
    42 <!--{/foreach}--> 
    43 <!--{* ▲上ナビ *}--> 
    44 <!--{/if}--> 
    45 <!--{* ▲Head COLUMN*}--> 
    46 </head> 
    47 <!-- ▼ BODY部 スタート --> 
    48 <!--{include file='./site_main.tpl'}--> 
    49 <!-- ▲ BODY部 エンド --> 
    50 </html> 
     24<!--{strip}--> 
     25    <html> 
     26        <head> 
     27            <meta http-equiv="Content-Type" content="text/html; charset=shift_jis"> 
     28            <title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}-->/<!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}-->/<!--{$tpl_title|h}--><!--{/if}--></title> 
     29            <meta name="author" content="<!--{$arrPageLayout.author|h}-->"> 
     30            <meta name="description" content="<!--{$arrPageLayout.description|h}-->"> 
     31            <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->"> 
     32            <!--{* ▼Head COLUMN *}--> 
     33            <!--{if $arrPageLayout.HeadNavi|@count > 0}--> 
     34                <!--{* ▼上ナビ *}--> 
     35                <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}--> 
     36                    <!-- ▼「<!--{$HeadNaviItem.bloc_name|h}-->」ブロック --> 
     37                    <!--{if $HeadNaviItem.php_path != ""}--> 
     38                        <!--{include_php file=$HeadNaviItem.php_path items=$HeadNaviItem}--> 
     39                    <!--{else}--> 
     40                        <!--{include file=$HeadNaviItem.tpl_path items=$HeadNaviItem}--> 
     41                    <!--{/if}--> 
     42                    <!-- ▲「<!--{$HeadNaviItem.bloc_name|h}-->」ブロック --> 
     43                <!--{/foreach}--> 
     44                <!--{* ▲上ナビ *}--> 
     45            <!--{/if}--> 
     46            <!--{* ▲Head COLUMN *}--> 
     47        </head> 
     48        <!-- ▼ BODY部 スタート --> 
     49        <!--{include file='./site_main.tpl'}--> 
     50        <!-- ▲ BODY部 エンド --> 
     51    </html> 
     52<!--{/strip}--> 
Note: See TracChangeset for help on using the changeset viewer.