source: branches/comu-utf8/html/install/user_data/templates/default1/templates/mypage/navi.tpl @ 15099

Revision 15099, 3.5 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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.