source: branches/version-2/data/Smarty/templates/default/campaign/end/header.tpl @ 17750

Revision 17750, 4.2 KB checked in by kitada, 15 years ago (diff)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id Revision Date
  • Property svn:mime-type set to text/html
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 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<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
23<head>
24<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
25<meta http-equiv="Content-Script-Type" content="text/javascript" />
26<meta http-equiv="Content-Style-Type" content="text/css" />
27<link rel="stylesheet" href="<!--{$TPL_DIR}-->css/common.css" type="text/css" media="all" />
28<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->rss/index.php" />
29<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
30<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
31<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
32<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
33<title><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></title>
34<meta name="author" content="<!--{$arrPageLayout.author|escape}-->" />
35<meta name="description" content="<!--{$arrPageLayout.description|escape}-->" />
36<meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" />
37
38<!--▼HEADER-->
39<div id="header">
40    <h1><a href="<!--{$smarty.const.SITE_URL}-->"><em>EC-CUBE CLOTHES STORE</em></a></h1>
41   
42    <div id="information">
43        <ul>
44            <li><a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/member_on.gif','member');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/member.gif','member');"><img src="<!--{$TPL_DIR}-->img/header/member.gif" width="98" height="26" alt="会員登録" name="member"></a></li
45            ><li><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/cartin_on.gif','cartin');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/cartin.gif','cartin');"><img src="<!--{$TPL_DIR}-->img/header/cartin.gif" width="120" height="26" alt="買い物かごを確認" name="cartin"></a></li>
46        </ul>
47    </div>
48   
49    <div id="mainnavi">
50
51        <ul>
52            <li><a href="<!--{$smarty.const.SITE_URL}-->" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/home_on.jpg','home');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/home.jpg','home');"><img src="<!--{$TPL_DIR}-->img/header/home.jpg" width="82" height="40" alt="HOME" name="home"></a></li
53            ><li><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/about_on.jpg','about');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/about.jpg','about');"><img src="<!--{$TPL_DIR}-->img/header/about.jpg" width="129" height="40" alt="当サイトについて" name="about"></a></li
54            ><li><a href="<!--{$smarty.const.SSL_URL}-->mypage/login.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/mypage_on.jpg','mypage');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/mypage.jpg','mypage');"><img src="<!--{$TPL_DIR}-->img/header/mypage.jpg" width="90" height="40" alt="MYページ" name="mypage"></a></li
55            ><li><a href="<!--{$smarty.const.SSL_URL}-->contact/index.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/contact_on.jpg','contact');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/contact.jpg','contact');"><img src="<!--{$TPL_DIR}-->img/header/contact.jpg" width="106" height="40" alt="お問い合わせ" name="contact"></a></li>
56        </ul>
57    </div>
58</div>
59<!--▲HEADER-->
Note: See TracBrowser for help on using the repository browser.