Ignore:
Timestamp:
2011/01/18 21:41:26 (13 years ago)
Author:
kotani
Message:

#748 モバイル/スマートフォンのデザイン管理機能:モバイルデザイン対応

File:
1 edited

Legend:

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

    r19805 r19961  
    2323*}--> 
    2424<body bgcolor="#ffffff" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af"> 
     25    <a name="top" id="top"></a> 
    2526<!--{* Moba8リクエスト用 *}--> 
    2627<!--{if "sfRequestMoba8"|function_exists === TRUE}--> 
     
    2829<!--{/if}--> 
    2930 
     31<!--{* ▼HeaderHeaderTop COLUMN *}--> 
     32<!--{if $arrPageLayout.HeaderTopNavi|@count > 0}--> 
     33    <!--{* ▼上ナビ *}--> 
     34    <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}--> 
     35        <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> --> 
     36        <!--{if $HeaderTopNaviItem.php_path != ""}--> 
     37            <!--{include_php file=$HeaderTopNaviItem.php_path}--> 
     38        <!--{else}--> 
     39            <!--{include file=$HeaderTopNaviItem.tpl_path}--> 
     40        <!--{/if}--> 
     41        <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> --> 
     42    <!--{/foreach}--> 
     43    <!--{* ▲上ナビ *}--> 
     44<!--{/if}--> 
     45<!--{* ▲HeaderHeaderTop COLUMN *}--> 
     46 
     47<!--{* ▼HEADER *}--> 
     48<!--{include file= $header_tpl}--> 
     49<!--{* ▲HEADER *}--> 
     50 
     51<!--{* ▼TOP COLUMN *}--> 
     52<!--{if $arrPageLayout.TopNavi|@count > 0}--> 
     53    <!--{* ▼上ナビ *}--> 
     54    <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}--> 
     55        <!-- ▼<!--{$TopNaviItem.bloc_name}--> --> 
     56        <!--{if $TopNaviItem.php_path != ""}--> 
     57            <!--{include_php file=$TopNaviItem.php_path}--> 
     58        <!--{else}--> 
     59            <!--{include file=$TopNaviItem.tpl_path}--> 
     60        <!--{/if}--> 
     61        <!-- ▲<!--{$TopNaviItem.bloc_name}--> --> 
     62    <!--{/foreach}--> 
     63    <!--{* ▲上ナビ *}--> 
     64<!--{/if}--> 
     65<!--{* ▲TOP COLUMN *}--> 
     66 
     67<!--{* ▼メイン上部 *}--> 
     68<!--{if $arrPageLayout.MainHead|@count > 0}--> 
     69    <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}--> 
     70        <!-- ▼<!--{$MainHeadItem.bloc_name}--> --> 
     71        <!--{if $MainHeadItem.php_path != ""}--> 
     72           <!--{include_php file=$MainHeadItem.php_path}--> 
     73        <!--{else}--> 
     74            <!--{include file=$MainHeadItem.tpl_path}--> 
     75        <!--{/if}--> 
     76        <!-- ▲<!--{$MainHeadItem.bloc_name}--> --> 
     77    <!--{/foreach}--> 
     78<!--{/if}--> 
     79<!--{* ▲メイン上部 *}--> 
     80 
    3081<!--▼MAIN--> 
    3182<!--{include file=$tpl_mainpage}--> 
    3283<!--▲MAIN--> 
     84 
     85<!--{* ▼メイン下部 *}--> 
     86<!--{if $arrPageLayout.MainFoot|@count > 0}--> 
     87    <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}--> 
     88        <!-- ▼<!--{$MainFootItem.bloc_name}--> --> 
     89        <!--{if $MainFootItem.php_path != ""}--> 
     90            <!--{include_php file=$MainFootItem.php_path}--> 
     91        <!--{else}--> 
     92            <!--{include file=$MainFootItem.tpl_path}--> 
     93        <!--{/if}--> 
     94        <!-- ▲<!--{$MainFootItem.bloc_name}--> --> 
     95    <!--{/foreach}--> 
     96    <!--{/if}--> 
     97<!--{* ▲メイン下部 *}--> 
     98 
     99<!--{* ▼BOTTOM COLUMN*}--> 
     100<!--{if $arrPageLayout.BottomNavi|@count > 0}--> 
     101    <!--{* ▼下ナビ *}--> 
     102    <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}--> 
     103        <!-- ▼<!--{$BottomNaviItem.bloc_name}--> --> 
     104        <!--{if $BottomNaviItem.php_path != ""}--> 
     105            <!--{include_php file=$BottomNaviItem.php_path}--> 
     106        <!--{else}--> 
     107            <!--{include file=$BottomNaviItem.tpl_path}--> 
     108        <!--{/if}--> 
     109        <!-- ▲<!--{$BottomNaviItem.bloc_name}--> --> 
     110    <!--{/foreach}--> 
     111    <!--{* ▲下ナビ *}--> 
     112<!--{/if}--> 
     113<!--{* ▲BOTTOM COLUMN*}--> 
     114 
     115<!--{* ▼FOOTER *}--> 
     116<!--{include file=$footer_tpl}--> 
     117<!--{* ▲FOOTER *}--> 
     118 
     119<!--{* ▼FooterBottom COLUMN *}--> 
     120<!--{if $arrPageLayout.FooterBottomNavi|@count > 0}--> 
     121    <!--{* ▼上ナビ *}--> 
     122    <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}--> 
     123        <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> --> 
     124        <!--{if $FooterBottomNaviItem.php_path != ""}--> 
     125            <!--{include_php file=$FooterBottomNaviItem.php_path}--> 
     126        <!--{else}--> 
     127            <!--{include file=$FooterBottomNaviItem.tpl_path}--> 
     128        <!--{/if}--> 
     129        <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> --> 
     130    <!--{/foreach}--> 
     131    <!--{* ▲上ナビ *}--> 
     132<!--{/if}--> 
     133<!--{* ▲FooterBottom COLUMN *}--> 
    33134</body> 
Note: See TracChangeset for help on using the changeset viewer.