source: branches/version-2_5-dev/data/Smarty/templates/default/header.tpl @ 19785

Revision 19785, 3.1 KB checked in by Seasoft, 13 years ago (diff)

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

  • Property svn:eol-style set to LF
  • 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-2010 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<!--▼HEADER-->
23<div id="header">
24  <h1>
25    <a href="<!--{$smarty.const.URL_SITE_TOP}-->">
26      <em><!--{$arrSiteInfo.shop_name|h}-->/<!--{$tpl_title|h}--></em></a>
27  </h1>
28  <!--{* ▼HeaderInternal COLUMN*}-->
29  <!--{if $arrPageLayout.HeaderInternalNavi|@count > 0}-->
30      <div id="headerinternalcolumn">
31          <!--{* ▼上ナビ *}-->
32          <!--{foreach key=HeaderInternalNaviKey item=HeaderInternalNaviItem from=$arrPageLayout.HeaderInternalNavi}-->
33            <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> -->
34            <!--{if $HeaderInternalNaviItem.php_path != ""}-->
35              <!--{include_php file=$HeaderInternalNaviItem.php_path}-->
36            <!--{else}-->
37              <!--{include file=$HeaderInternalNaviItem.tpl_path}-->
38            <!--{/if}-->
39            <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> -->
40          <!--{/foreach}-->
41          <!--{* ▲上ナビ *}-->
42      </div>
43  <!--{/if}-->
44  <!--{* ▲HeaderInternal COLUMN*}-->
45  <div id="information">
46    <ul>
47      <li>
48        <a href="<!--{$smarty.const.SSL_URL}-->mypage/login.php"
49           onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/btn_header_mypage_on.gif','mypage');"
50           onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/btn_header_mypage.gif','mypage');">
51          <img src="<!--{$TPL_DIR}-->img/common/btn_header_mypage.gif" width="95" height="20" alt="MYページ" name="mypage" id="mypage" /></a>
52      </li>
53      <li>
54        <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php"
55           onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/btn_header_entry_on.gif','entry');"
56           onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/btn_header_entry.gif','entry');">
57          <img src="<!--{$TPL_DIR}-->img/common/btn_header_entry.gif" width="95" height="20" alt="会員登録" name="entry" id="entry" /></a>
58      </li>
59      <li>
60        <a href="<!--{$smarty.const.URL_CART_TOP}-->"
61           onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/btn_header_cartin_on.gif','cartin');"
62           onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/btn_header_cartin.gif','cartin');">
63          <img src="<!--{$TPL_DIR}-->img/common/btn_header_cartin.gif" width="95" height="20" alt="カゴの中を見る" name="cartin" id="cartin" /></a>
64      </li>
65    </ul>
66  </div>
67</div>
68<!--▲HEADER-->
Note: See TracBrowser for help on using the repository browser.