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

Revision 16044, 1.6 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<!--▼HEADER-->
7<div id="header">
8  <h1>
9    <a href="<!--{$smarty.const.SITE_URL}-->">
10      <em><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></em>
11    </a>
12  </h1>
13  <div id="information">
14    <ul>
15      <li>
16        <a href="<!--{$smarty.const.URL_DIR}-->mypage/index.php"
17           onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/mypage_on.gif','mypage');"
18           onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/mypage.gif','mypage');">
19          <img src="<!--{$TPL_DIR}-->img/header/mypage.gif" width="95" height="20" alt="ログイン情報変更" name="mypage" id="mypage" />
20        </a>
21      </li>
22      <li>
23        <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php"
24           onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/member_on.gif','member');"
25           onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/member.gif','member');">
26          <img src="<!--{$TPL_DIR}-->img/header/member.gif" width="95" height="20" alt="会員登録" name="member" id="member" />
27        </a>
28      </li>
29      <li>
30        <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php"
31           onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/cartin_on.gif','cartin');"
32           onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/cartin.gif','cartin');">
33          <img src="<!--{$TPL_DIR}-->img/header/cartin.gif" width="95" height="20" alt="カゴの中を見る" name="cartin" id="cartin" />
34        </a>
35      </li>
36    </ul>
37  </div>
38</div>
39<!--▲HEADER-->
Note: See TracBrowser for help on using the repository browser.