source: branches/version-2_5-dev/data/Smarty/templates/mobile/site_main.tpl @ 20116

Revision 20116, 4.9 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<body bgcolor="#ffffff" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af">
25    <a name="top" id="top"></a>
26<!--{* Moba8リクエスト用 *}-->
27<!--{if "sfRequestMoba8"|function_exists === TRUE}-->
28<!--{include file=`$smarty.const.MODULE_REALDIR`mdl_moba8/request_moba8.tpl}-->
29<!--{/if}-->
30
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
81<!--▼MAIN-->
82<!--{include file=$tpl_mainpage}-->
83<!--▲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 *}-->
134</body>
Note: See TracBrowser for help on using the repository browser.