source: branches/version-2_13-dev/data/Smarty/templates/default/site_main.tpl @ 22959

Revision 22959, 9.8 KB checked in by Seasoft, 11 years ago (diff)

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

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