source: branches/comu-utf8/html/user_data/templates/default1/include/header.tpl @ 15100

Revision 15100, 4.0 KB checked in by Yammy, 17 years ago (diff)

インストール後のファイル追加

Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<!--▼HEADER-->
7<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
8    <tr align="center">
9        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
10        <td bgcolor="#ffffff">
11        <table width="778" border="0" cellspacing="0" cellpadding="0" summary=" ">
12            <tr bgcolor="#ff6600"><td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="3" alt=""></td></tr>
13            <tr bgcolor="#ffa85c"><td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td></tr>
14        </table>
15        <table width="762" border="0" cellspacing="0" cellpadding="0" summary=" ">
16            <tr>
17                <td><a href="<!--{$smarty.const.SITE_URL}-->index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logo.gif" width="302" height="81" alt="おふとんのインターネットショッピング ふとん屋サン" border="0"></a></td>
18                <td>
19                <table width="460" border="0" cellspacing="0" cellpadding="0" summary=" ">
20                    <tr><td height="9"></td></tr>
21                    <tr>
22                        <td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/header/tell.gif" width="460" height="34" alt="お電話でのご注文は0120-000-000 FAXでのご注文は0120-00-0000"></td>
23                    </tr>
24                    <tr>
25                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/header/time.gif" width="160" height="38" alt="受付時間:朝9:00〜夜7:00 土曜日午後6時迄"></td>
26                        <td>
27                        <!--BUTTON-->
28                        <table width="300" border="0" cellspacing="0" cellpadding="0" summary=" ">
29                            <tr>
30                                <td><a href="<!--{$smarty.const.URL_DIR}-->mypage/login.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage_on.gif','mypage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif','mypage');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif" width="95" height="20" alt="ログイン情報変更" border="0" name="mypage"></a></td>
31                                <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member_on.gif','member');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member.gif','member');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/member.gif" width="95" height="20" alt="会員登録" border="0" name="member"></a></td>
32                                <td align="right"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin_on.gif','cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif','cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif" width="95" height="20" alt="カゴの中を見る" border="0" name="cartin"></a></td>
33                            </tr>
34                        </table>
35                        <!--BUTTON-->
36                        </td>
37                    </tr>
38                </table>
39                </td>
40            </tr>
41        </table>
42        <table width="778" border="0" cellspacing="0" cellpadding="0" summary=" ">
43            <tr><td bgcolor="#666666"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
44            <tr><td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="4" alt=""></td></tr>
45            <tr><td bgcolor="#ff8a20"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
46        </table>
47        <table width="778" border="0" cellspacing="0" cellpadding="0" summary=" ">
48            <tr><td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
49            <tr><td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="4" alt=""></td></tr>
50            <tr><td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="778" height="1" alt=""></td></tr>
51        </table>
52        </td>
53        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
54    </tr>
55</table>
56
57<!--▲HEADER-->
Note: See TracBrowser for help on using the repository browser.