source: branches/version-2_13_0/data/Smarty/templates/sphone/site_main.tpl @ 22363

Revision 22363, 7.2 KB checked in by Seasoft, 11 years ago (diff)

#2059 (HTML構文誤り for 2.12.4)

  • 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-2013 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
23<body class="<!--{$tpl_page_class_name|h}-->">
24    <div data-role="page" data-keep-native=".data-role-none" data-theme="f">
25
26        <!--{* ▼HeaderHeaderTop COLUMN*}-->
27        <!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
28            <div class="header_utility">
29                <!--{* ▼上ナビ *}-->
30                <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
31                    <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
32                    <!--{if $HeaderTopNaviItem.php_path != ""}-->
33                        <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
34                    <!--{else}-->
35                        <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
36                    <!--{/if}-->
37                    <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
38                <!--{/foreach}-->
39                <!--{* ▲上ナビ *}-->
40            </div>
41        <!--{/if}-->
42        <!--{* ▲HeaderHeaderTop COLUMN*}-->
43
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">
152        <div data-role="header" data-backbtn="true" data-theme="f">
153            <h2>新着情報</h2>
154        </div>
155
156        <div data-role="content" data-theme="d">
157            <dl class="view_detail">
158                <dt><a href="javascript:;" rel="external" target="_blank"></a></dt>
159                <dd id="newsComment"></dd>
160            </dl>
161            <p><a href="<!--{$smarty.const.HTTP_URL}-->" class="btn_more" data-rel="back">新着一覧にもどる</a></p>
162        </div>
163    </div>
164    <!-- ▲明細情報 -->
165
166</body>
Note: See TracBrowser for help on using the repository browser.