source: branches/version-2_12-multilang/data/Smarty/templates/default_en-US/mypage/navi.tpl @ 22449

Revision 22449, 3.6 KB checked in by michael_nelson, 11 years ago (diff)

#1992 英文テキストを調整

Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24
25<div id="mynavi_area">
26    <!--{strip}-->
27        <ul class="mynavi_list clearfix">
28
29            <!--{* 会員状態 *}-->
30            <!--{if $tpl_login}-->
31                <li><a href="./<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->">
32                    Purchase history</a></li>
33                <!--{if $smarty.const.OPTION_FAVORITE_PRODUCT == 1}-->
34                    <li><a href="favorite.php" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->">
35                        Favorites</a></li>
36                <!--{/if}-->
37                <li><a href="change.php" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->">
38                    Edit registration details</a></li>
39                <li><a href="delivery.php" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->">
40                    Delivery options</a></li>
41                <li><a href="refusal.php" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->">
42                    Cancel membership</a></li>
43
44            <!--{* 退会状態 *}-->
45            <!--{else}-->
46                <li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->">
47                    Purchase history</a></li>
48                <!--{if $smarty.const.OPTION_FAVORITE_PRODUCT == 1}-->
49                    <li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->">
50                        Favorites</a></li>
51                <!--{/if}-->
52                <li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->">
53                    Edit registration details</a></li>
54                <li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->">
55                    Delivery options</a></li>
56                <li><a href="<!--{$smarty.const.TOP_URLPATH}-->" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->">
57                    Cancel membership</a></li>
58            <!--{/if}-->
59        </ul>
60
61        <!--▼現在のポイント-->
62        <!--{if $point_disp !== false}-->
63            <div class="point_announce clearfix">
64                <p>Welcome&nbsp;/&nbsp;
65                    <span class="user_name"><!--{$CustomerName1|h}--> <!--{$CustomerName2|h}--></span>
66                    <!--{if $smarty.const.USE_POINT !== false}-->&nbsp;
67                        You currently have&nbsp;<span class="point st"><!--{$CustomerPoint|number_format|default:"0"|h}--> pts</span>
68                    <!--{/if}-->
69                </p>
70            </div>
71        <!--{/if}-->
72        <!--▲現在のポイント-->
73    <!--{/strip}-->
74
75</div>
76<!--▲NAVI-->
Note: See TracBrowser for help on using the repository browser.