PageRenderTime 42ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/data/Smarty/templates/default/site_main.tpl

https://gitlab.com/raku.takayama/eccube-2_13
Smarty Template | 199 lines | 166 code | 14 blank | 19 comment | 12 complexity | db7dc3c8a2ec0f8065f22f0a8c00d9b2 MD5 | raw file
  1. <!--{*
  2. * This file is part of EC-CUBE
  3. *
  4. * Copyright(c) 2000-2014 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. <!--{strip}-->
  23. <body class="<!--{$tpl_page_class_name|h}-->">
  24. <!--{$GLOBAL_ERR}-->
  25. <noscript>
  26. <p>JavaScript を有効にしてご利用下さい.</p>
  27. </noscript>
  28. <div class="frame_outer">
  29. <a name="top" id="top"></a>
  30. <!--{* HeaderHeaderTop COLUMN*}-->
  31. <!--{if $arrPageLayout.HeaderTopNavi|@count > 0}-->
  32. <div id="headertopcolumn">
  33. <!--{* 上ナビ *}-->
  34. <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}-->
  35. <!-- <!--{$HeaderTopNaviItem.bloc_name}--> -->
  36. <!--{if $HeaderTopNaviItem.php_path != ""}-->
  37. <!--{include_php file=$HeaderTopNaviItem.php_path items=$HeaderTopNaviItem}-->
  38. <!--{else}-->
  39. <!--{include file=$HeaderTopNaviItem.tpl_path items=$HeaderTopNaviItem}-->
  40. <!--{/if}-->
  41. <!-- <!--{$HeaderTopNaviItem.bloc_name}--> -->
  42. <!--{/foreach}-->
  43. <!--{* 上ナビ *}-->
  44. </div>
  45. <!--{/if}-->
  46. <!--{* HeaderHeaderTop COLUMN*}-->
  47. <!--{* HEADER *}-->
  48. <!--{if $arrPageLayout.header_chk != 2}-->
  49. <!--{include file= $header_tpl}-->
  50. <!--{/if}-->
  51. <!--{* HEADER *}-->
  52. <div id="container" class="clearfix">
  53. <!--{* TOP COLUMN*}-->
  54. <!--{if $arrPageLayout.TopNavi|@count > 0}-->
  55. <div id="topcolumn">
  56. <!--{* 上ナビ *}-->
  57. <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}-->
  58. <!-- <!--{$TopNaviItem.bloc_name}--> -->
  59. <!--{if $TopNaviItem.php_path != ""}-->
  60. <!--{include_php file=$TopNaviItem.php_path items=$TopNaviItem}-->
  61. <!--{else}-->
  62. <!--{include file=$TopNaviItem.tpl_path items=$TopNaviItem}-->
  63. <!--{/if}-->
  64. <!-- <!--{$TopNaviItem.bloc_name}--> -->
  65. <!--{/foreach}-->
  66. <!--{* 上ナビ *}-->
  67. </div>
  68. <!--{/if}-->
  69. <!--{* TOP COLUMN*}-->
  70. <!--{* LEFT COLUMN *}-->
  71. <!--{if $arrPageLayout.LeftNavi|@count > 0}-->
  72. <div id="leftcolumn" class="side_column">
  73. <!--{* 左ナビ *}-->
  74. <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}-->
  75. <!-- <!--{$LeftNaviItem.bloc_name}--> -->
  76. <!--{if $LeftNaviItem.php_path != ""}-->
  77. <!--{include_php file=$LeftNaviItem.php_path items=$LeftNaviItem}-->
  78. <!--{else}-->
  79. <!--{include file=$LeftNaviItem.tpl_path items=$LeftNaviItem}-->
  80. <!--{/if}-->
  81. <!-- <!--{$LeftNaviItem.bloc_name}--> -->
  82. <!--{/foreach}-->
  83. <!--{* 左ナビ *}-->
  84. </div>
  85. <!--{/if}-->
  86. <!--{* LEFT COLUMN *}-->
  87. <!--{* CENTER COLUMN *}-->
  88. <div id="main_column" <!--{**}-->
  89. class="colnum<!--{$tpl_column_num|h}-->
  90. <!--{if $tpl_column_num == 2}-->
  91. <!--{" "}--><!--{if $arrPageLayout.LeftNavi|@count == 0}-->left<!--{else}-->right<!--{/if}-->
  92. <!--{/if}-->
  93. "
  94. >
  95. <!--{* メイン上部 *}-->
  96. <!--{if $arrPageLayout.MainHead|@count > 0}-->
  97. <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
  98. <!-- <!--{$MainHeadItem.bloc_name}--> -->
  99. <!--{if $MainHeadItem.php_path != ""}-->
  100. <!--{include_php file=$MainHeadItem.php_path items=$MainHeadItem}-->
  101. <!--{else}-->
  102. <!--{include file=$MainHeadItem.tpl_path items=$MainHeadItem}-->
  103. <!--{/if}-->
  104. <!-- <!--{$MainHeadItem.bloc_name}--> -->
  105. <!--{/foreach}-->
  106. <!--{/if}-->
  107. <!--{* メイン上部 *}-->
  108. <!-- メイン -->
  109. <!--{include file=$tpl_mainpage}-->
  110. <!-- メイン -->
  111. <!--{* メイン下部 *}-->
  112. <!--{if $arrPageLayout.MainFoot|@count > 0}-->
  113. <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
  114. <!-- <!--{$MainFootItem.bloc_name}--> -->
  115. <!--{if $MainFootItem.php_path != ""}-->
  116. <!--{include_php file=$MainFootItem.php_path items=$MainFootItem}-->
  117. <!--{else}-->
  118. <!--{include file=$MainFootItem.tpl_path items=$MainFootItem}-->
  119. <!--{/if}-->
  120. <!-- <!--{$MainFootItem.bloc_name}--> -->
  121. <!--{/foreach}-->
  122. <!--{/if}-->
  123. <!--{* メイン下部 *}-->
  124. </div>
  125. <!--{* CENTER COLUMN *}-->
  126. <!--{* RIGHT COLUMN *}-->
  127. <!--{if $arrPageLayout.RightNavi|@count > 0}-->
  128. <div id="rightcolumn" class="side_column">
  129. <!--{* 右ナビ *}-->
  130. <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}-->
  131. <!-- <!--{$RightNaviItem.bloc_name}--> -->
  132. <!--{if $RightNaviItem.php_path != ""}-->
  133. <!--{include_php file=$RightNaviItem.php_path items=$RightNaviItem}-->
  134. <!--{else}-->
  135. <!--{include file=$RightNaviItem.tpl_path items=$RightNaviItem}-->
  136. <!--{/if}-->
  137. <!-- <!--{$RightNaviItem.bloc_name}--> -->
  138. <!--{/foreach}-->
  139. <!--{* 右ナビ *}-->
  140. </div>
  141. <!--{/if}-->
  142. <!--{* RIGHT COLUMN *}-->
  143. <!--{* BOTTOM COLUMN*}-->
  144. <!--{if $arrPageLayout.BottomNavi|@count > 0}-->
  145. <div id="bottomcolumn">
  146. <!--{* 下ナビ *}-->
  147. <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}-->
  148. <!-- <!--{$BottomNaviItem.bloc_name}--> -->
  149. <!--{if $BottomNaviItem.php_path != ""}-->
  150. <!--{include_php file=$BottomNaviItem.php_path items=$BottomNaviItem}-->
  151. <!--{else}-->
  152. <!--{include file=$BottomNaviItem.tpl_path items=$BottomNaviItem}-->
  153. <!--{/if}-->
  154. <!-- <!--{$BottomNaviItem.bloc_name}--> -->
  155. <!--{/foreach}-->
  156. <!--{* 下ナビ *}-->
  157. </div>
  158. <!--{/if}-->
  159. <!--{* BOTTOM COLUMN*}-->
  160. </div>
  161. <!--{* FOOTER *}-->
  162. <!--{if $arrPageLayout.footer_chk != 2}-->
  163. <!--{include file=$footer_tpl}-->
  164. <!--{/if}-->
  165. <!--{* FOOTER *}-->
  166. <!--{* FooterBottom COLUMN*}-->
  167. <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}-->
  168. <div id="footerbottomcolumn">
  169. <!--{* 上ナビ *}-->
  170. <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}-->
  171. <!-- <!--{$FooterBottomNaviItem.bloc_name}--> -->
  172. <!--{if $FooterBottomNaviItem.php_path != ""}-->
  173. <!--{include_php file=$FooterBottomNaviItem.php_path items=$FooterBottomNaviItem}-->
  174. <!--{else}-->
  175. <!--{include file=$FooterBottomNaviItem.tpl_path items=$FooterBottomNaviItem}-->
  176. <!--{/if}-->
  177. <!-- <!--{$FooterBottomNaviItem.bloc_name}--> -->
  178. <!--{/foreach}-->
  179. <!--{* 上ナビ *}-->
  180. </div>
  181. <!--{/if}-->
  182. <!--{* FooterBottom COLUMN*}-->
  183. </div>
  184. </body>
  185. <!--{/strip}-->