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

Revision 20930, 5.3 KB checked in by habu, 13 years ago (diff)

fix #1304 - モバイル> リンクにカーソルを合わせると、カーソル背景色と文字色が同一になり見えなくなる(DoCoMo?のみ)

  • 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/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<body bgcolor="#ffffff" text="#555555" link="#3a75af" vlink="#3a75af">
25    <a name="top" id="top"></a>
26<!--{* Moba8リクエスト用 *}-->
27<!--{if "sfRequestMoba8"|function_exists === TRUE}-->
28<!--{include file=`$smarty.const.MODULE_REALDIR`mdl_moba8/request_moba8.tpl}-->
29<!--{/if}-->
30
31<!--{* ▼HeaderHeaderTop COLUMN *}-->
32<!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
33    <!--{* ▼上ナビ *}-->
34    <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
35        <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
36        <!--{if $HeaderTopNaviItem.php_path != ""}-->
37            <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
38        <!--{else}-->
39            <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
40        <!--{/if}-->
41        <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
42    <!--{/foreach}-->
43    <!--{* ▲上ナビ *}-->
44<!--{/if}-->
45<!--{* ▲HeaderHeaderTop COLUMN *}-->
46
47<!--{* ▼HEADER *}-->
48<!--{if $arrPageLayout.header_chk != 2}-->
49<!--{include file= $header_tpl}-->
50<!--{/if}-->
51<!--{* ▲HEADER *}-->
52
53<!--{* ▼TOP COLUMN *}-->
54<!--{if $arrPageLayout.TopNavi|@count > 0}-->
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<!--{/if}-->
67<!--{* ▲TOP COLUMN *}-->
68
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<!--▼MAIN-->
84<!--{include file=$tpl_mainpage}-->
85<!--▲MAIN-->
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
101<!--{* ▼BOTTOM COLUMN*}-->
102<!--{if $arrPageLayout.BottomNavi|@count > 0}-->
103    <!--{* ▼下ナビ *}-->
104    <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
105        <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
106        <!--{if $BottomNaviItem.php_path != ""}-->
107            <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
108        <!--{else}-->
109            <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
110        <!--{/if}-->
111        <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
112    <!--{/foreach}-->
113    <!--{* ▲下ナビ *}-->
114<!--{/if}-->
115<!--{* ▲BOTTOM COLUMN*}-->
116
117<!--{* ▼FOOTER *}-->
118<!--{if $arrPageLayout.footer_chk != 2}-->
119<!--{include file=$footer_tpl}-->
120<!--{/if}-->
121<!--{* ▲FOOTER *}-->
122
123<!--{* ▼FooterBottom COLUMN *}-->
124<!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
125    <!--{* ▼上ナビ *}-->
126    <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
127        <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
128        <!--{if $FooterBottomNaviItem.php_path != ""}-->
129            <!--{include_php file=$FooterBottomNaviItem.php_path items=$BottomNaviItem}-->
130        <!--{else}-->
131            <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
132        <!--{/if}-->
133        <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
134    <!--{/foreach}-->
135    <!--{* ▲上ナビ *}-->
136<!--{/if}-->
137<!--{* ▲FooterBottom COLUMN *}-->
138</body>
Note: See TracBrowser for help on using the repository browser.