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

Revision 22206, 6.2 KB checked in by kim, 11 years ago (diff)

#2003 copyrightを2013に更新

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • 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-2013 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
25<!--{strip}-->
26    <body bgcolor="#ffffff" text="#555555" link="#3a75af" vlink="#3a75af">
27        <a name="top" id="top"></a>
28        <!--{* Moba8リクエスト用 *}-->
29        <!--{if "sfRequestMoba8"|function_exists === TRUE}-->
30            <!--{include file=`$smarty.const.MODULE_REALDIR`mdl_moba8/request_moba8.tpl}-->
31        <!--{/if}-->
32
33        <!--{* ▼HeaderHeaderTop COLUMN *}-->
34        <!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
35            <!--{* ▼上ナビ *}-->
36            <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
37                <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
38                <!--{if $HeaderTopNaviItem.php_path != ""}-->
39                    <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
40                <!--{else}-->
41                    <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
42                <!--{/if}-->
43                <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
44            <!--{/foreach}-->
45            <!--{* ▲上ナビ *}-->
46        <!--{/if}-->
47        <!--{* ▲HeaderHeaderTop COLUMN *}-->
48
49        <!--{* ▼HEADER *}-->
50        <!--{if $arrPageLayout.header_chk != 2}-->
51            <!--{include file= $header_tpl}-->
52        <!--{/if}-->
53        <!--{* ▲HEADER *}-->
54
55        <!--{* ▼TOP COLUMN *}-->
56        <!--{if $arrPageLayout.TopNavi|@count > 0}-->
57            <!--{* ▼上ナビ *}-->
58            <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}-->
59                <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
60                <!--{if $TopNaviItem.php_path != ""}-->
61                    <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
62                <!--{else}-->
63                    <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
64                <!--{/if}-->
65                <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
66            <!--{/foreach}-->
67            <!--{* ▲上ナビ *}-->
68        <!--{/if}-->
69        <!--{* ▲TOP COLUMN *}-->
70
71        <!--{* ▼メイン上部 *}-->
72        <!--{if $arrPageLayout.MainHead|@count > 0}-->
73            <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
74                <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
75                <!--{if $MainHeadItem.php_path != ""}-->
76                    <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
77                <!--{else}-->
78                    <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
79                <!--{/if}-->
80                <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
81            <!--{/foreach}-->
82        <!--{/if}-->
83        <!--{* ▲メイン上部 *}-->
84
85        <!--▼MAIN-->
86        <!--{include file=$tpl_mainpage}-->
87        <!--▲MAIN-->
88
89        <!--{* ▼メイン下部 *}-->
90        <!--{if $arrPageLayout.MainFoot|@count > 0}-->
91            <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
92                <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
93                <!--{if $MainFootItem.php_path != ""}-->
94                    <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
95                <!--{else}-->
96                    <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
97                <!--{/if}-->
98                <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
99            <!--{/foreach}-->
100            <!--{/if}-->
101        <!--{* ▲メイン下部 *}-->
102
103        <!--{* ▼BOTTOM COLUMN*}-->
104        <!--{if $arrPageLayout.BottomNavi|@count > 0}-->
105            <!--{* ▼下ナビ *}-->
106            <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
107                <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
108                <!--{if $BottomNaviItem.php_path != ""}-->
109                    <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
110                <!--{else}-->
111                    <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
112                <!--{/if}-->
113                <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
114            <!--{/foreach}-->
115            <!--{* ▲下ナビ *}-->
116        <!--{/if}-->
117        <!--{* ▲BOTTOM COLUMN*}-->
118
119        <!--{* ▼FOOTER *}-->
120        <!--{if $arrPageLayout.footer_chk != 2}-->
121            <!--{include file=$footer_tpl}-->
122        <!--{/if}-->
123        <!--{* ▲FOOTER *}-->
124
125        <!--{* ▼FooterBottom COLUMN *}-->
126        <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
127            <!--{* ▼上ナビ *}-->
128            <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
129                <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
130                <!--{if $FooterBottomNaviItem.php_path != ""}-->
131                    <!--{include_php file=$FooterBottomNaviItem.php_path items=$BottomNaviItem}-->
132                <!--{else}-->
133                    <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
134                <!--{/if}-->
135                <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
136            <!--{/foreach}-->
137            <!--{* ▲上ナビ *}-->
138        <!--{/if}-->
139        <!--{* ▲FooterBottom COLUMN *}-->
140    </body>
141<!--{/strip}-->
Note: See TracBrowser for help on using the repository browser.