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

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