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

Revision 21132, 6.6 KB checked in by nanasess, 13 years ago (diff)

#1413 HTML5 構文修正

  • カート, 複数お届け先指定, 購入確認画面での画像リンクは見づらいので廃止
  • 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<!--{* ▼HeaderHeaderTop COLUMN*}-->
26    <!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
27        <div class="header_utility">
28            <!--{* ▼上ナビ *}-->
29            <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
30                <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
31                <!--{if $HeaderTopNaviItem.php_path != ""}-->
32                    <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
33                <!--{else}-->
34                    <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
35                <!--{/if}-->
36                <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
37            <!--{/foreach}-->
38            <!--{* ▲上ナビ *}-->
39        </div>
40    <!--{/if}-->
41<!--{* ▲HeaderHeaderTop COLUMN*}-->
42<!--{* ▼HEADER *}-->
43<!--{if $arrPageLayout.header_chk != 2}-->
44        <!--{include file= $header_tpl}-->
45<!--{/if}-->
46<!--{* ▲HEADER *}-->
47
48
49<!--{* ▼TOP COLUMN*}-->
50<!--{if $arrPageLayout.TopNavi|@count > 0}-->
51<div class="header_utility">
52    <!--{* ▼上ナビ *}-->
53    <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}-->
54        <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
55        <!--{if $TopNaviItem.php_path != ""}-->
56            <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
57        <!--{else}-->
58            <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
59        <!--{/if}-->
60        <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
61    <!--{/foreach}-->
62    <!--{* ▲上ナビ *}-->
63</div>
64<!--{/if}-->
65<!--{* ▲TOP COLUMN*}-->
66
67<!--{* ▼CENTER COLUMN *}-->
68        <div id="main-content">
69            <!--{* ▼メイン上部 *}-->
70            <!--{if $arrPageLayout.MainHead|@count > 0}-->
71                <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
72                    <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
73                    <!--{if $MainHeadItem.php_path != ""}-->
74                        <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
75                    <!--{else}-->
76                        <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
77                    <!--{/if}-->
78                    <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
79                <!--{/foreach}-->
80            <!--{/if}-->
81            <!--{* ▲メイン上部 *}-->
82
83            <!--{* ▼メイン *}-->
84            <!--{include file=$tpl_mainpage}-->
85            <!--{* ▲メイン *}-->
86
87            <!--{* ▼メイン下部 *}-->
88            <!--{if $arrPageLayout.MainFoot|@count > 0}-->
89                <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
90                    <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
91                    <!--{if $MainFootItem.php_path != ""}-->
92                        <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
93                    <!--{else}-->
94                        <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
95                    <!--{/if}-->
96                    <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
97                <!--{/foreach}-->
98            <!--{/if}-->
99            <!--{* ▲メイン下部 *}-->
100        </div>
101<!--{* ▲CENTER COLUMN *}-->
102
103<!--{* ▼BOTTOM COLUMN*}-->
104        <!--{if $arrPageLayout.BottomNavi|@count > 0}-->
105            <div id="footer_utility">
106                <!--{* ▼下ナビ *}-->
107                <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
108                    <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
109                    <!--{if $BottomNaviItem.php_path != ""}-->
110                        <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
111                    <!--{else}-->
112                        <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
113                    <!--{/if}-->
114                    <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
115                <!--{/foreach}-->
116                <!--{* ▲下ナビ *}-->
117            </div>
118        <!--{/if}-->
119<!--{* ▲BOTTOM COLUMN*}-->
120
121
122<!--{* ▼FOOTER *}-->
123<!--{if $arrPageLayout.footer_chk != 2}-->
124<!--{include file= './footer.tpl'}-->
125<!--{/if}-->
126<!--{* ▲FOOTER *}-->
127
128 <!--{* ▼FooterBottom COLUMN*}-->
129    <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
130        <div id="footerbottomcolumn">
131            <!--{* ▼上ナビ *}-->
132            <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
133                <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
134                <!--{if $FooterBottomNaviItem.php_path != ""}-->
135                    <!--{include_php file=$FooterBottomNaviItem.php_path items=$FooterBottomNaviItem}-->
136                <!--{else}-->
137                    <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
138                <!--{/if}-->
139                <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
140            <!--{/foreach}-->
141            <!--{* ▲上ナビ *}-->
142        </div>
143    <!--{/if}-->
144<!--{* ▲FooterBottom COLUMN*}-->
145
146</div>
147
148<!-- ▼明細情報 -->
149<div id="windowcolumn" data-role="dialog">
150 <div data-role="header" data-backbtn="true" data-theme="f">
151   <h2>新着情報</h2>
152 </div>
153
154 <div data-role="content" data-theme="d">
155   <dl class="view_detail">
156     <dt><a href="javascript:;" rel="external" target="_blank"></a></dt>
157       <dd id="newsComment"></dd>
158   </dl>
159     <p><a href="<!--{$smarty.const.HTTP_URL}-->" class="btn_more" data-rel="back">新着一覧にもどる</a></p>
160 </div>
161</div>
162<!-- ▲明細情報 -->
163
164</body>
Note: See TracBrowser for help on using the repository browser.