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

Revision 21533, 6.6 KB checked in by Seasoft, 12 years ago (diff)

#1613 (ソース整形・ソースコメントの改善)

  • スマートホンテンプレート(主にインデント 4TABを徹底)
  • 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
43    <!--{* ▼HEADER *}-->
44    <!--{if $arrPageLayout.header_chk != 2}-->
45        <!--{include file= $header_tpl}-->
46    <!--{/if}-->
47    <!--{* ▲HEADER *}-->
48
49
50    <!--{* ▼TOP COLUMN*}-->
51    <!--{if $arrPageLayout.TopNavi|@count > 0}-->
52        <div class="header_utility">
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 items=$TopNaviItem}-->
58                <!--{else}-->
59                    <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
60                <!--{/if}-->
61                <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
62            <!--{/foreach}-->
63            <!--{* ▲上ナビ *}-->
64        </div>
65    <!--{/if}-->
66    <!--{* ▲TOP COLUMN*}-->
67
68    <!--{* ▼CENTER COLUMN *}-->
69    <div id="main-content">
70        <!--{* ▼メイン上部 *}-->
71        <!--{if $arrPageLayout.MainHead|@count > 0}-->
72            <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
73                <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
74                <!--{if $MainHeadItem.php_path != ""}-->
75                    <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
76                <!--{else}-->
77                    <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
78                <!--{/if}-->
79                <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
80            <!--{/foreach}-->
81        <!--{/if}-->
82        <!--{* ▲メイン上部 *}-->
83
84        <!--{* ▼メイン *}-->
85        <!--{include file=$tpl_mainpage}-->
86        <!--{* ▲メイン *}-->
87
88        <!--{* ▼メイン下部 *}-->
89        <!--{if $arrPageLayout.MainFoot|@count > 0}-->
90            <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
91                <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
92                <!--{if $MainFootItem.php_path != ""}-->
93                    <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
94                <!--{else}-->
95                    <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
96                <!--{/if}-->
97                <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
98            <!--{/foreach}-->
99        <!--{/if}-->
100        <!--{* ▲メイン下部 *}-->
101    </div>
102    <!--{* ▲CENTER COLUMN *}-->
103
104    <!--{* ▼BOTTOM COLUMN*}-->
105    <!--{if $arrPageLayout.BottomNavi|@count > 0}-->
106        <div id="footer_utility">
107            <!--{* ▼下ナビ *}-->
108            <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
109                <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
110                <!--{if $BottomNaviItem.php_path != ""}-->
111                    <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
112                <!--{else}-->
113                    <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
114                <!--{/if}-->
115                <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
116            <!--{/foreach}-->
117            <!--{* ▲下ナビ *}-->
118        </div>
119    <!--{/if}-->
120    <!--{* ▲BOTTOM COLUMN*}-->
121
122
123    <!--{* ▼FOOTER *}-->
124    <!--{if $arrPageLayout.footer_chk != 2}-->
125        <!--{include file= './footer.tpl'}-->
126    <!--{/if}-->
127    <!--{* ▲FOOTER *}-->
128
129    <!--{* ▼FooterBottom COLUMN*}-->
130    <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
131        <div id="footerbottomcolumn">
132            <!--{* ▼上ナビ *}-->
133            <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
134                <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
135                <!--{if $FooterBottomNaviItem.php_path != ""}-->
136                    <!--{include_php file=$FooterBottomNaviItem.php_path items=$FooterBottomNaviItem}-->
137                <!--{else}-->
138                    <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
139                <!--{/if}-->
140                <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
141            <!--{/foreach}-->
142            <!--{* ▲上ナビ *}-->
143        </div>
144    <!--{/if}-->
145    <!--{* ▲FooterBottom COLUMN*}-->
146
147</div>
148
149<!-- ▼明細情報 -->
150<div id="windowcolumn" data-role="dialog">
151    <div data-role="header" data-backbtn="true" data-theme="f">
152        <h2>新着情報</h2>
153    </div>
154
155    <div data-role="content" data-theme="d">
156        <dl class="view_detail">
157            <dt><a href="javascript:;" rel="external" target="_blank"></a></dt>
158            <dd id="newsComment"></dd>
159        </dl>
160        <p><a href="<!--{$smarty.const.HTTP_URL}-->" class="btn_more" data-rel="back">新着一覧にもどる</a></p>
161    </div>
162</div>
163<!-- ▲明細情報 -->
164
165</body>
Note: See TracBrowser for help on using the repository browser.