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

Revision 16044, 3.8 KB checked in by nanasess, 17 years ago (diff)

set properties

  • svn:mime-type=text/html; charset=UTF-8
  • svn:eol-style=LF
  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->">
7<noscript>
8  <p>JavaScript を有効にしてご利用下さい.</p>
9</noscript>
10
11<a name="top" id="top"></a>
12
13<!--{* ▼HEADER *}-->
14<!--{if $arrPageLayout.header_chk != 2}-->
15<!--{assign var=header_dir value="`$smarty.const.TEMPLATE_DIR`header.tpl"}-->
16<!--{include file= $header_dir}-->
17<!--{/if}-->
18<!--{* ▲HEADER *}-->
19
20<!--{* ▼CONTENTS *}-->
21<div id="container">
22
23  <!--{if $tpl_column_num > 1}-->
24  <!--{* ▼LEFT COLUMN *}-->
25  <div id="leftcolumn">
26
27    <!--{* ▼左ナビ *}-->
28    <!--{if $arrPageLayout.LeftNavi|@count > 0}-->
29      <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}-->
30        <!-- ▼<!--{$LeftNaviItem.bloc_name}--> ここから-->
31          <!--{if $LeftNaviItem.php_path != ""}-->
32            <!--{include_php file=$LeftNaviItem.php_path}-->
33          <!--{else}-->
34            <!--{include file=$LeftNaviItem.tpl_path}-->
35          <!--{/if}-->
36        <!-- ▲<!--{$LeftNaviItem.bloc_name}--> ここまで-->
37      <!--{/foreach}-->
38    <!--{/if}-->
39    <!--{* ▲左ナビ *}-->
40  </div>
41  <!--{* ▲LEFT COLUMN *}-->
42  <!--{/if}-->
43
44  <!--{if $tpl_column_num == 3}-->
45  <!--{* ▼CENTER COLUMN *}-->
46  <div id="centercolumn">
47  <!--{/if}-->
48
49    <!--{* ▼メイン上部 *}-->
50    <!--{if $arrPageLayout.MainHead|@count > 0}-->
51      <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
52        <!-- ▼<!--{$MainHeadItem.bloc_name}--> ここから-->
53        <!--{if $MainHeadItem.php_path != ""}-->
54          <!--{include_php file=$MainHeadItem.php_path}-->
55        <!--{else}-->
56          <!--{include file=$MainHeadItem.tpl_path}-->
57        <!--{/if}-->
58        <!-- ▲<!--{$MainHeadItem.bloc_name}--> ここまで-->
59      <!--{/foreach}-->
60    <!--{/if}-->
61    <!--{* ▲メイン上部 *}-->
62
63    <!--{if $tpl_column_num == 1}-->
64    <div id="one_column">
65    <!--{/if}-->
66    <!--{include file=$tpl_mainpage}-->
67    <!--{if $tpl_column_num == 1}-->
68    </div>
69    <!--{/if}-->
70
71    <!--{* ▼メイン下部 *}-->
72    <!--{if $arrPageLayout.MainFoot|@count > 0}-->
73      <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
74        <!-- ▼<!--{$MainFootItem.bloc_name}--> ここから-->
75        <!--{if $MainFootItem.php_path != ""}-->
76          <!--{include_php file=$MainFootItem.php_path}-->
77        <!--{else}-->
78          <!--{include file=$MainFootItem.tpl_path}-->
79        <!--{/if}-->
80        <!-- ▲<!--{$MainFootItem.bloc_name}--> ここまで-->
81      <!--{/foreach}-->
82    <!--{/if}-->
83    <!--{* ▲メイン下部 *}-->
84
85  <!--{if $tpl_column_num == 3}-->
86  </div>
87  <!--{* ▲CENTER COLUMN *}-->
88
89  <!--{* ▼RIGHT COLUMN *}-->
90  <div id="rightcolumn">
91    <!--{* ▼右ナビ *}-->
92    <!--{if $arrPageLayout.RightNavi|@count > 0}-->
93      <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}-->
94        <!-- ▼<!--{$RightNaviItem.bloc_name}--> ここから-->
95        <!--{if $RightNaviItem.php_path != ""}-->
96          <!--{include_php file=$RightNaviItem.php_path}-->
97        <!--{else}-->
98          <!--{include file=$RightNaviItem.tpl_path}-->
99        <!--{/if}-->
100        <!-- ▲<!--{$RightNaviItem.bloc_name}--> ここまで-->
101      <!--{/foreach}-->
102    <!--{/if}-->
103    <!--{* ▲右ナビ *}-->
104  </div>
105  <!--{* ▲RIGHT COLUMN *}-->
106  <!--{/if}-->
107
108</div>
109<!--{* ▲CONTENTS *}-->
110
111<!--{* ▼FOTTER *}-->
112<!--{if $arrPageLayout.footer_chk != 2}-->
113<!--{include file="`$smarty.const.TEMPLATE_DIR`footer.tpl"}-->
114<!--{/if}-->
115<!--{* ▲FOTTER *}-->
116
117<!--{* EBiSタグ表示用 *}-->
118<!--{$tpl_mainpage|sfPrintEbisTag}-->
119<!--{* アフィリエイトタグ表示用 *}-->
120<!--{$tpl_conv_page|sfPrintAffTag:$tpl_aff_option}-->
121</body>
Note: See TracBrowser for help on using the repository browser.