Ignore:
Timestamp:
2010/10/02 01:08:18 (16 years ago)
Author:
Ringo
Message:

#634(new バグ指摘) mypageからの退会後の左メニューでTopページへ遷移。(残:ポップアップ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/mypage/navi.tpl

    r18838 r18840  
    2525    <!--{strip}--> 
    2626        <ul class="button_like"> 
     27         
     28          <!--{if $tpl_login}--> 
     29            <!--{* 会員状態 *}--> 
    2730            <li><a href="./<!--{$smarty.const.DIR_INDEX_URL}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->"> 
    2831                購入履歴一覧</a></li> 
    2932            <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}--> 
    30                 <!--{if $tpl_login}--> 
    31                     <li><a href="favorite.php" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->"> 
    32                            お気に入り一覧</a></li> 
    33                 <!--{else}--> 
    34                        <!--{* 退会時、TOPページへ *}--> 
    35                     <li><a href="/index.php" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->"> 
    36                            お気に入り一覧</a></li> 
    37                 <!--{/if}--> 
     33                <li><a href="favorite.php" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->"> 
     34                    お気に入り一覧</a></li> 
    3835            <!--{/if}--> 
    3936            <li><a href="change.php" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->"> 
     
    4340            <li><a href="refusal.php" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->"> 
    4441                退会手続き</a></li> 
     42          <!--{else}--> 
     43 
     44          <!--{* 退会状態 *}--> 
     45            <li><a href="/index.php" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->"> 
     46                購入履歴一覧</a></li> 
     47            <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}--> 
     48                <li><a href="/index.php" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->"> 
     49                    お気に入り一覧</a></li> 
     50            <!--{/if}--> 
     51            <li><a href="/index.php" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->"> 
     52                会員登録内容変更</a></li> 
     53            <li><a href="/index.php" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->"> 
     54                お届け先追加・変更</a></li> 
     55            <li><a href="/index.php" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->"> 
     56                退会手続き</a></li> 
     57          <!--{/if}--> 
     58 
    4559        </ul> 
    4660         
Note: See TracChangeset for help on using the changeset viewer.