source: branches/version-2/data/Smarty/templates/default/site_main.tpl @ 17049

Revision 17049, 4.6 KB checked in by satou, 16 years ago (diff)

#239 preLoadImg()によるApacheエラーが発生する現象を改修。

  • 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('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->">
23<!--{* A8タグ表示用 *}-->
24<!--{if "sfPrintA8Tag"|function_exists === TRUE}-->
25<!--{include file=`$smarty.const.MODULE_PATH`mdl_a8/print_a8_tag.tpl}-->
26<!--{/if}-->
27
28<!--{$GLOBAL_ERR}-->
29<noscript>
30  <p>JavaScript を有効にしてご利用下さい.</p>
31</noscript>
32
33<a name="top" id="top"></a>
34
35<!--{* ▼HEADER *}-->
36<!--{if $arrPageLayout.header_chk != 2}-->
37<!--{include file= $header_tpl}-->
38<!--{/if}-->
39<!--{* ▲HEADER *}-->
40
41<!--{* ▼CONTENTS *}-->
42<div id="container">
43
44  <!--{if $tpl_column_num > 1}-->
45  <!--{* ▼LEFT COLUMN *}-->
46  <div id="leftcolumn">
47
48    <!--{* ▼左ナビ *}-->
49    <!--{if $arrPageLayout.LeftNavi|@count > 0}-->
50      <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}-->
51        <!-- ▼<!--{$LeftNaviItem.bloc_name}--> ここから-->
52          <!--{if $LeftNaviItem.php_path != ""}-->
53            <!--{include_php file=$LeftNaviItem.php_path}-->
54          <!--{else}-->
55            <!--{include file=$LeftNaviItem.tpl_path}-->
56          <!--{/if}-->
57        <!-- ▲<!--{$LeftNaviItem.bloc_name}--> ここまで-->
58      <!--{/foreach}-->
59    <!--{/if}-->
60    <!--{* ▲左ナビ *}-->
61  </div>
62  <!--{* ▲LEFT COLUMN *}-->
63  <!--{/if}-->
64
65  <!--{if $tpl_column_num == 3}-->
66  <!--{* ▼CENTER COLUMN *}-->
67  <div id="centercolumn">
68  <!--{/if}-->
69
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}-->
76        <!--{else}-->
77          <!--{include file=$MainHeadItem.tpl_path}-->
78        <!--{/if}-->
79        <!-- ▲<!--{$MainHeadItem.bloc_name}--> ここまで-->
80      <!--{/foreach}-->
81    <!--{/if}-->
82    <!--{* ▲メイン上部 *}-->
83
84    <!--{if $tpl_column_num == 1}-->
85    <div id="one_column">
86    <!--{/if}-->
87    <!--{include file=$tpl_mainpage}-->
88    <!--{if $tpl_column_num == 1}-->
89    </div>
90    <!--{/if}-->
91
92    <!--{* ▼メイン下部 *}-->
93    <!--{if $arrPageLayout.MainFoot|@count > 0}-->
94      <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
95        <!-- ▼<!--{$MainFootItem.bloc_name}--> ここから-->
96        <!--{if $MainFootItem.php_path != ""}-->
97          <!--{include_php file=$MainFootItem.php_path}-->
98        <!--{else}-->
99          <!--{include file=$MainFootItem.tpl_path}-->
100        <!--{/if}-->
101        <!-- ▲<!--{$MainFootItem.bloc_name}--> ここまで-->
102      <!--{/foreach}-->
103    <!--{/if}-->
104    <!--{* ▲メイン下部 *}-->
105
106  <!--{if $tpl_column_num == 3}-->
107  </div>
108  <!--{* ▲CENTER COLUMN *}-->
109
110  <!--{* ▼RIGHT COLUMN *}-->
111  <div id="rightcolumn">
112    <!--{* ▼右ナビ *}-->
113    <!--{if $arrPageLayout.RightNavi|@count > 0}-->
114      <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}-->
115        <!-- ▼<!--{$RightNaviItem.bloc_name}--> ここから-->
116        <!--{if $RightNaviItem.php_path != ""}-->
117          <!--{include_php file=$RightNaviItem.php_path}-->
118        <!--{else}-->
119          <!--{include file=$RightNaviItem.tpl_path}-->
120        <!--{/if}-->
121        <!-- ▲<!--{$RightNaviItem.bloc_name}--> ここまで-->
122      <!--{/foreach}-->
123    <!--{/if}-->
124    <!--{* ▲右ナビ *}-->
125  </div>
126  <!--{* ▲RIGHT COLUMN *}-->
127  <!--{/if}-->
128
129</div>
130<!--{* ▲CONTENTS *}-->
131
132<!--{* ▼FOTTER *}-->
133<!--{if $arrPageLayout.footer_chk != 2}-->
134<!--{include file=$footer_tpl}-->
135<!--{/if}-->
136<!--{* ▲FOTTER *}-->
137
138<!--{* EBiSタグ表示用 *}-->
139<!--{$tpl_mainpage|sfPrintEbisTag}-->
140<!--{* アフィリエイトタグ表示用 *}-->
141<!--{$tpl_conv_page|sfPrintAffTag:$tpl_aff_option}-->
142</body>
Note: See TracBrowser for help on using the repository browser.