source: temp/trunk/html/user_data/include/preview/header.tpl @ 1347

Revision 1347, 3.3 KB checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
2  <tr>
3    <td bgcolor="#cccccc"><img src="/user_data/topimg/_.gif" width="1" height="10" alt="" /></td>
4    <td align="center" background="/user_data/topimg/header/bg.jpg">
5      <table width="778" border="0" cellspacing="0" cellpadding="0" summary=" ">
6        <tr>
7          <td bgcolor="#9f0000" height="3"></td>
8        </tr>
9        <tr>
10          <td bgcolor="#cc0000" height="5"></td>
11        </tr>
12      </table>
13      <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" ">
14        <tr>
15          <td height="3"></td>
16        </tr>
17        <tr>
18          <td width="179" valign="top"><a href="<!--{$smarty.const.SITE_URL}-->"><img src="/user_data/topimg/header/logos.jpg" width="179" height="85" /></a></td>
19          <td width="276">
20<!--¢§¥í¥°¥¤¥ó¥Õ¥©¡¼¥à¤³¤³¤«¤é¡ÊÊÔ½¸¤·¤Ê¤¤¤Ç²¼¤µ¤¤¡Ë-->
21                <!--{include_php file=$tpl_login_php}-->
22<!--¢¥¥í¥°¥¤¥ó¥Õ¥©¡¼¥à¤³¤³¤Þ¤Ç¡ÊÊÔ½¸¤·¤Ê¤¤¤Ç²¼¤µ¤¤¡Ë-->
23          </td>
24          <td width="305">
25            <table width="304" border="0" cellspacing="0" cellpadding="0" summary=" ">
26              <tr>
27                <td align="right" colspan="5" height="38"><img src="/user_data/topimg/header/info.gif" width="300" height="50" /> </td>
28              </tr>
29              <tr align="right">
30                <td><a href="/entry/kiyaku.php" onmouseover="chgImg('/user_data/topimg/header/entry_on.gif','entry');" onmouseout="chgImg('/user_data/topimg/header/entry.gif','entry');"><img src="/user_data/topimg/header/entry.gif" width="95" height="20" alt="²ñ°÷ÅÐÏ¿" border="0" name="entry" id="entry" /></a>
31                <a href="/contact/index.php" onmouseover="chgImg('/user_data/topimg/header/contact_on.gif','contact');" onmouseout="chgImg('/user_data/topimg/header/contact.gif','contact');"><img src="/user_data/topimg/header/contact.gif" width="95" height="20" alt="¤ªÌ䤤¹ç¤ï¤»" border="0" name="contact" id="contact" /></a>
32                <a href="/cart/index.php" onmouseover="chgImg('/user_data/topimg/header/cartin_on.gif','cartin');" onmouseout="chgImg('/user_data/topimg/header/cartin.gif','cartin');"><img src="/user_data/topimg/header/cartin.gif" width="95" height="20" alt="¥«¥´¤ÎÃæ¤ò¸«¤ë" border="0" name="cartin" id="cartin" /></a></td>
33              </tr>
34            </table>
35          </td>
36        </tr>
37      </table>
38      <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" ">
39         <tr>
40         <!--¢§NAVI-->
41         <!--{include file=$tpl_mainnavi}-->
42         <!--¢¥NAVI-->
43         </tr>
44      </table>
45   
46    <table width="778" cellspacing="0" cellpadding="0" summary=" ">
47        <tr><td bgcolor="#666666" height="1"></td></tr>
48        <tr><td bgcolor="#cccccc" height="4"></td></tr>
49    </table>
50   
51    <!--{if $smarty.server.PHP_SELF == '/index.php'}-->
52    <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" ">
53        <tr>
54            <td><img src="/user_data/topimg/space.gif" width="758" height="5" /></td>
55        </tr>
56        <tr>
57        <!--¢§TOP¥Ð¥Ê¡¼-->
58            <td><img src="/user_data/topimg/banner/head.jpg" width="758" height="40" /></td>
59        <!--¢¥TOP¥Ð¥Ê¡¼-->
60        </tr>
61    </table>
62    <!--{/if}-->     
63   
64    </td>
65    <td bgcolor="#cccccc"><img src="/user_data/topimg/_.gif" width="1" height="10" alt="" /></td>
66  </tr>
67</table>
Note: See TracBrowser for help on using the repository browser.