source: branches/feature-module-zeus/html/user_data/templates/default1/templates/mypage/navi.tpl @ 15376

Revision 15376, 3.4 KB checked in by naka, 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<!--¢§NAVI-->
7<table width="170" border="0" cellspacing="0" cellpadding="0" summary=" ">
8    <tr>
9        <!--{if $tpl_mypageno == 'index'}-->
10            <td><a href="./index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi01_on.jpg" width="170" height="30" alt="¹ØÆþÍúÎò°ìÍ÷" border="0" name="m_navi01"></a></td>
11        <!--{else}-->
12            <td><a href="./index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi01_on.jpg','m_navi01');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi01.jpg','m_navi01');"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi01.jpg" width="170" height="30" alt="¹ØÆþÍúÎò°ìÍ÷" border="0" name="m_navi01"></a></td>
13        <!--{/if}-->
14    </tr>
15    <tr>
16        <!--{if $tpl_mypageno == 'change'}-->
17            <td><a href="./change.php"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi02_on.jpg" width="170" height="30" alt="²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹" border="0" name="m_navi02"></a></td>
18        <!--{else}-->
19            <td><a href="./change.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi02_on.jpg','m_navi02');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi02.jpg','m_navi02');"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi02.jpg" width="170" height="30" alt="²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹" border="0" name="m_navi02"></a></td>
20        <!--{/if}-->
21    </tr>
22    <tr>
23        <!--{if $tpl_mypageno == 'delivery'}-->
24            <td><a href="./delivery.php"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi03_on.jpg" width="170" height="30" alt="¤ªÆϤ±ÀèÄɲá¦Êѹ¹" border="0" name="m_navi03"></a></td>
25        <!--{else}-->
26            <td><a href="./delivery.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi03_on.jpg','m_navi03');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi03.jpg','m_navi03');"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi03.jpg" width="170" height="30" alt="¤ªÆϤ±ÀèÄɲá¦Êѹ¹" border="0" name="m_navi03"></a></td>
27        <!--{/if}-->
28    </tr>
29    <tr>
30        <!--{if $tpl_mypageno == 'refusal'}-->
31            <td><a href="./refusal.php"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi04_on.jpg" width="170" height="30" alt="Âà²ñ¼ê³¤­" border="0" name="m_navi04"></a></td>
32        <!--{else}-->
33            <td><a href="./refusal.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi04_on.jpg','m_navi04');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/mypage/navi04.jpg','m_navi04');"><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/navi04.jpg" width="170" height="30" alt="Âà²ñ¼ê³¤­" border="0" name="m_navi04"></a></td>
34        <!--{/if}-->
35    </tr>
36</table>
37
38<table><tr><td height="15"></td></tr></table>
39
40<!-- ¸½ºß¤Î¥Ý¥¤¥ó¥È ¤³¤³¤«¤é -->
41<!--{if $point_disp !== false}-->
42<table width="170" border="0" cellspacing="0" cellpadding="0" summary=" ">
43    <tr align="center">
44        <td class="fs12" bgcolor="#f0d0a0">
45        <table width="170" border="0" cellspacing="3" cellpadding="10" summary=" ">
46            <tr align="center">
47                <td class="fs12" bgcolor="#ffffff">
48                ¤è¤¦¤³¤½ <br/>
49                <!--{$CustomerName1|escape}--> <!--{$CustomerName2|escape}-->ÍÍ<br>
50                ¸½ºß¤Î½ê»ý¥Ý¥¤¥ó¥È¤Ï<span class="redst"><!--{$CustomerPoint|number_format|escape|default:"0"}-->pt</span>¤Ç¤¹¡£
51                </td>
52            </tr>
53        </table>
54        </td>
55    </tr>
56</table>
57<!--{/if}-->
58<!-- ¸½ºß¤Î¥Ý¥¤¥ó¥È ¤³¤³¤Þ¤Ç -->
59
60<!--¢¥NAVI-->
Note: See TracBrowser for help on using the repository browser.