source: branches/feature-module-update/data/Smarty/templates/default/site_main.tpl @ 16583

Revision 16583, 4.5 KB checked in by nanasess, 16 years ago (diff)

typo fix

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 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 onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->">
23<!--{$GLOBAL_ERR}-->
24<noscript>
25  <p>JavaScript を有効にしてご利用下さい.</p>
26</noscript>
27
28<a name="top" id="top"></a>
29
30<!--{* ▼HEADER *}-->
31<!--{if $arrPageLayout.header_chk != 2}-->
32<!--{include file= $header_tpl}-->
33<!--{/if}-->
34<!--{* ▲HEADER *}-->
35
36<!--{* ▼CONTENTS *}-->
37<div id="container">
38
39  <!--{if $tpl_column_num > 1}-->
40  <!--{* ▼LEFT COLUMN *}-->
41  <div id="leftcolumn">
42
43    <!--{* ▼左ナビ *}-->
44    <!--{if $arrPageLayout.LeftNavi|@count > 0}-->
45      <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}-->
46        <!-- ▼<!--{$LeftNaviItem.bloc_name}--> ここから-->
47          <!--{if $LeftNaviItem.php_path != ""}-->
48            <!--{include_php file=$LeftNaviItem.php_path}-->
49          <!--{else}-->
50            <!--{include file=$LeftNaviItem.tpl_path}-->
51          <!--{/if}-->
52        <!-- ▲<!--{$LeftNaviItem.bloc_name}--> ここまで-->
53      <!--{/foreach}-->
54    <!--{/if}-->
55    <!--{* ▲左ナビ *}-->
56  </div>
57  <!--{* ▲LEFT COLUMN *}-->
58  <!--{/if}-->
59
60  <!--{if $tpl_column_num == 3}-->
61  <!--{* ▼CENTER COLUMN *}-->
62  <div id="centercolumn">
63  <!--{/if}-->
64
65    <!--{* ▼メイン上部 *}-->
66    <!--{if $arrPageLayout.MainHead|@count > 0}-->
67      <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
68        <!-- ▼<!--{$MainHeadItem.bloc_name}--> ここから-->
69        <!--{if $MainHeadItem.php_path != ""}-->
70          <!--{include_php file=$MainHeadItem.php_path}-->
71        <!--{else}-->
72          <!--{include file=$MainHeadItem.tpl_path}-->
73        <!--{/if}-->
74        <!-- ▲<!--{$MainHeadItem.bloc_name}--> ここまで-->
75      <!--{/foreach}-->
76    <!--{/if}-->
77    <!--{* ▲メイン上部 *}-->
78
79    <!--{if $tpl_column_num == 1}-->
80    <div id="one_column">
81    <!--{/if}-->
82    <!--{include file=$tpl_mainpage}-->
83    <!--{if $tpl_column_num == 1}-->
84    </div>
85    <!--{/if}-->
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}-->
93        <!--{else}-->
94          <!--{include file=$MainFootItem.tpl_path}-->
95        <!--{/if}-->
96        <!-- ▲<!--{$MainFootItem.bloc_name}--> ここまで-->
97      <!--{/foreach}-->
98    <!--{/if}-->
99    <!--{* ▲メイン下部 *}-->
100
101  <!--{if $tpl_column_num == 3}-->
102  </div>
103  <!--{* ▲CENTER COLUMN *}-->
104
105  <!--{* ▼RIGHT COLUMN *}-->
106  <div id="rightcolumn">
107    <!--{* ▼右ナビ *}-->
108    <!--{if $arrPageLayout.RightNavi|@count > 0}-->
109      <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}-->
110        <!-- ▼<!--{$RightNaviItem.bloc_name}--> ここから-->
111        <!--{if $RightNaviItem.php_path != ""}-->
112          <!--{include_php file=$RightNaviItem.php_path}-->
113        <!--{else}-->
114          <!--{include file=$RightNaviItem.tpl_path}-->
115        <!--{/if}-->
116        <!-- ▲<!--{$RightNaviItem.bloc_name}--> ここまで-->
117      <!--{/foreach}-->
118    <!--{/if}-->
119    <!--{* ▲右ナビ *}-->
120  </div>
121  <!--{* ▲RIGHT COLUMN *}-->
122  <!--{/if}-->
123
124</div>
125<!--{* ▲CONTENTS *}-->
126
127<!--{* ▼FOTTER *}-->
128<!--{if $arrPageLayout.footer_chk != 2}-->
129<!--{include file=$footer_tpl}-->
130<!--{/if}-->
131<!--{* ▲FOTTER *}-->
132
133<!--{* EBiSタグ表示用 *}-->
134<!--{$tpl_mainpage|sfPrintEbisTag}-->
135<!--{* アフィリエイトタグ表示用 *}-->
136<!--{$tpl_conv_page|sfPrintAffTag:$tpl_aff_option}-->
137</body>
Note: See TracBrowser for help on using the repository browser.