source: branches/version-2_12-multilang/data/Smarty/templates/default/site_main.tpl @ 21867

Revision 21867, 8.7 KB checked in by nakanishi, 12 years ago (diff)

#1831 Copyright Update

  • 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-2012 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>
24<!--{$GLOBAL_ERR}-->
25<noscript>
26    <p>JavaScript を有効にしてご利用下さい.</p>
27</noscript>
28
29<div class="frame_outer">
30    <a name="top" id="top"></a>
31
32    <!--{* ▼HeaderHeaderTop COLUMN*}-->
33    <!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
34        <div id="headertopcolumn">
35            <!--{* ▼上ナビ *}-->
36            <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
37                <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> -->
38                <!--{if $HeaderTopNaviItem.php_path != ""}-->
39                    <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
40                <!--{else}-->
41                    <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
42                <!--{/if}-->
43                <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> -->
44            <!--{/foreach}-->
45            <!--{* ▲上ナビ *}-->
46        </div>
47    <!--{/if}-->
48    <!--{* ▲HeaderHeaderTop COLUMN*}-->
49    <!--{* ▼HEADER *}-->
50    <!--{if $arrPageLayout.header_chk != 2}-->
51        <!--{include file= $header_tpl}-->
52    <!--{/if}-->
53    <!--{* ▲HEADER *}-->
54
55    <div id="container" class="clearfix">
56
57        <!--{* ▼TOP COLUMN*}-->
58        <!--{if $arrPageLayout.TopNavi|@count > 0}-->
59            <div id="topcolumn">
60                <!--{* ▼上ナビ *}-->
61                <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}-->
62                    <!-- ▼<!--{$TopNaviItem.bloc_name}--> -->
63                    <!--{if $TopNaviItem.php_path != ""}-->
64                        <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
65                    <!--{else}-->
66                        <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
67                    <!--{/if}-->
68                    <!-- ▲<!--{$TopNaviItem.bloc_name}--> -->
69                <!--{/foreach}-->
70                <!--{* ▲上ナビ *}-->
71            </div>
72        <!--{/if}-->
73        <!--{* ▲TOP COLUMN*}-->
74
75        <!--{* ▼LEFT COLUMN *}-->
76        <!--{if $arrPageLayout.LeftNavi|@count > 0}-->
77            <div id="leftcolumn" class="side_column">
78                <!--{* ▼左ナビ *}-->
79                <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}-->
80                    <!-- ▼<!--{$LeftNaviItem.bloc_name}--> -->
81                    <!--{if $LeftNaviItem.php_path != ""}-->
82                        <!--{include_php file=$LeftNaviItem.php_path items=$LeftNaviItem}-->
83                    <!--{else}-->
84                        <!--{include file=$LeftNaviItem.tpl_path items=$LeftNaviItem}-->
85                    <!--{/if}-->
86                    <!-- ▲<!--{$LeftNaviItem.bloc_name}--> -->
87                <!--{/foreach}-->
88                <!--{* ▲左ナビ *}-->
89            </div>
90        <!--{/if}-->
91        <!--{* ▲LEFT COLUMN *}-->
92
93        <!--{* ▼CENTER COLUMN *}-->
94        <div
95            <!--{if $tpl_column_num == 3}-->
96                id="three_maincolumn"
97            <!--{elseif $tpl_column_num == 2}-->
98                <!--{if $arrPageLayout.LeftNavi|@count == 0}-->
99                    id="two_maincolumn_left"
100                <!--{else}-->
101                    id="two_maincolumn_right"
102                <!--{/if}-->
103            <!--{elseif $tpl_column_num == 1}-->
104                id="one_maincolumn"
105            <!--{/if}-->
106            class="main_column"
107        >
108            <!--{* ▼メイン上部 *}-->
109            <!--{if $arrPageLayout.MainHead|@count > 0}-->
110                <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
111                    <!-- ▼<!--{$MainHeadItem.bloc_name}--> -->
112                    <!--{if $MainHeadItem.php_path != ""}-->
113                        <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
114                    <!--{else}-->
115                        <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
116                    <!--{/if}-->
117                    <!-- ▲<!--{$MainHeadItem.bloc_name}--> -->
118                <!--{/foreach}-->
119            <!--{/if}-->
120            <!--{* ▲メイン上部 *}-->
121
122            <!-- ▼メイン -->
123            <!--{include file=$tpl_mainpage}-->
124            <!-- ▲メイン -->
125
126            <!--{* ▼メイン下部 *}-->
127            <!--{if $arrPageLayout.MainFoot|@count > 0}-->
128                <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
129                    <!-- ▼<!--{$MainFootItem.bloc_name}--> -->
130                    <!--{if $MainFootItem.php_path != ""}-->
131                        <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
132                    <!--{else}-->
133                        <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
134                    <!--{/if}-->
135                    <!-- ▲<!--{$MainFootItem.bloc_name}--> -->
136                <!--{/foreach}-->
137            <!--{/if}-->
138            <!--{* ▲メイン下部 *}-->
139        </div>
140        <!--{* ▲CENTER COLUMN *}-->
141
142        <!--{* ▼RIGHT COLUMN *}-->
143        <!--{if $arrPageLayout.RightNavi|@count > 0}-->
144            <div id="rightcolumn" class="side_column">
145                <!--{* ▼右ナビ *}-->
146                <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}-->
147                    <!-- ▼<!--{$RightNaviItem.bloc_name}--> -->
148                    <!--{if $RightNaviItem.php_path != ""}-->
149                        <!--{include_php file=$RightNaviItem.php_path items=$RightNaviItem}-->
150                    <!--{else}-->
151                        <!--{include file=$RightNaviItem.tpl_path items=$RightNaviItem}-->
152                    <!--{/if}-->
153                    <!-- ▲<!--{$RightNaviItem.bloc_name}--> -->
154                <!--{/foreach}-->
155                <!--{* ▲右ナビ *}-->
156            </div>
157        <!--{/if}-->
158        <!--{* ▲RIGHT COLUMN *}-->
159
160        <!--{* ▼BOTTOM COLUMN*}-->
161        <!--{if $arrPageLayout.BottomNavi|@count > 0}-->
162            <div id="bottomcolumn">
163                <!--{* ▼下ナビ *}-->
164                <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
165                    <!-- ▼<!--{$BottomNaviItem.bloc_name}--> -->
166                    <!--{if $BottomNaviItem.php_path != ""}-->
167                        <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
168                    <!--{else}-->
169                        <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
170                    <!--{/if}-->
171                    <!-- ▲<!--{$BottomNaviItem.bloc_name}--> -->
172                <!--{/foreach}-->
173                <!--{* ▲下ナビ *}-->
174            </div>
175        <!--{/if}-->
176        <!--{* ▲BOTTOM COLUMN*}-->
177
178    </div>
179
180    <!--{* ▼FOOTER *}-->
181    <!--{if $arrPageLayout.footer_chk != 2}-->
182        <!--{include file=$footer_tpl}-->
183    <!--{/if}-->
184    <!--{* ▲FOOTER *}-->
185    <!--{* ▼FooterBottom COLUMN*}-->
186    <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
187        <div id="footerbottomcolumn">
188            <!--{* ▼上ナビ *}-->
189            <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
190                <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> -->
191                <!--{if $FooterBottomNaviItem.php_path != ""}-->
192                    <!--{include_php file=$FooterBottomNaviItem.php_path items=$FooterBottomNaviItem}-->
193                <!--{else}-->
194                    <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
195                <!--{/if}-->
196                <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> -->
197            <!--{/foreach}-->
198            <!--{* ▲上ナビ *}-->
199        </div>
200    <!--{/if}-->
201    <!--{* ▲FooterBottom COLUMN*}-->
202</div>
203
204</body>
Note: See TracBrowser for help on using the repository browser.