source: branches/version-2_11-dev/data/Smarty/templates/sphone/site_main.tpl @ 21086

Revision 21086, 6.6 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版メインテンプレート不要タグ削除対応

  • 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 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<body>
23<div data-role="page" data-keep-native=".data-role-none" data-theme="f">
24
25<a name="top" id="top"></a>
26
27<!--{* ▼HeaderHeaderTop COLUMN*}-->
28    <!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
29        <div class="header_utility">
30            <!--{* ▼上ナビ *}-->
31            <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
32                <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
33                <!--{if $HeaderTopNaviItem.php_path != ""}-->
34                    <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
35                <!--{else}-->
36                    <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
37                <!--{/if}-->
38                <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
39            <!--{/foreach}-->
40            <!--{* ▲上ナビ *}-->
41        </div>
42    <!--{/if}-->
43<!--{* ▲HeaderHeaderTop COLUMN*}-->
44<!--{* ▼HEADER *}-->
45<!--{if $arrPageLayout.header_chk != 2}-->
46        <!--{include file= $header_tpl}-->
47<!--{/if}-->
48<!--{* ▲HEADER *}-->
49
50
51<!--{* ▼TOP COLUMN*}-->
52<!--{if $arrPageLayout.TopNavi|@count > 0}-->
53<div class="header_utility">
54    <!--{* ▼上ナビ *}-->
55    <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}-->
56        <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
57        <!--{if $TopNaviItem.php_path != ""}-->
58            <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
59        <!--{else}-->
60            <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
61        <!--{/if}-->
62        <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
63    <!--{/foreach}-->
64    <!--{* ▲上ナビ *}-->
65</div>
66<!--{/if}-->
67<!--{* ▲TOP COLUMN*}-->
68
69<!--{* ▼CENTER COLUMN *}-->
70        <div id="main-content">
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            <!--{* ▼メイン *}-->
86            <!--{include file=$tpl_mainpage}-->
87            <!--{* ▲メイン *}-->
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        </div>
103<!--{* ▲CENTER COLUMN *}-->
104
105<!--{* ▼BOTTOM COLUMN*}-->
106        <!--{if $arrPageLayout.BottomNavi|@count > 0}-->
107            <div id="footer_utility">
108                <!--{* ▼下ナビ *}-->
109                <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
110                    <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
111                    <!--{if $BottomNaviItem.php_path != ""}-->
112                        <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
113                    <!--{else}-->
114                        <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
115                    <!--{/if}-->
116                    <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
117                <!--{/foreach}-->
118                <!--{* ▲下ナビ *}-->
119            </div>
120        <!--{/if}-->
121<!--{* ▲BOTTOM COLUMN*}-->
122
123
124<!--{* ▼FOOTER *}-->
125<!--{if $arrPageLayout.footer_chk != 2}-->
126<!--{include file= './footer.tpl'}-->
127<!--{/if}-->
128<!--{* ▲FOOTER *}-->
129
130 <!--{* ▼FooterBottom COLUMN*}-->
131    <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
132        <div id="footerbottomcolumn">
133            <!--{* ▼上ナビ *}-->
134            <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
135                <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
136                <!--{if $FooterBottomNaviItem.php_path != ""}-->
137                    <!--{include_php file=$FooterBottomNaviItem.php_path items=$FooterBottomNaviItem}-->
138                <!--{else}-->
139                    <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
140                <!--{/if}-->
141                <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
142            <!--{/foreach}-->
143            <!--{* ▲上ナビ *}-->
144        </div>
145    <!--{/if}-->
146<!--{* ▲FooterBottom COLUMN*}-->
147
148</div>
149
150<!-- ▼明細情報 -->
151<div id="windowcolumn" data-role="dialog" data-theme="d">
152 <div data-role="header" data-backbtn="false">
153   
154  <h2>新着情報</h2>
155   
156                </div>
157<div data-role="content">
158  <dl class="view_detail">
159    <dt><a href="#"></a></dt>
160      <dd id="newsComment"></dd>
161       </dl>
162    <p><a href="<!--{$smarty.const.HTTP_URL}-->" class="btn_more" data-rel="back">新着一覧にもどる</a></p>
163</div>
164
165<div data-role="footer"></div>
166
167</div>
168<!-- ▲明細情報 -->
169
170</body>
Note: See TracBrowser for help on using the repository browser.