Changeset 18840 for branches/version-2_5-dev/data/Smarty
- Timestamp:
- 2010/10/02 01:08:18 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/mypage/navi.tpl
r18838 r18840 25 25 <!--{strip}--> 26 26 <ul class="button_like"> 27 28 <!--{if $tpl_login}--> 29 <!--{* 会員状態 *}--> 27 30 <li><a href="./<!--{$smarty.const.DIR_INDEX_URL}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->"> 28 31 購入履歴一覧</a></li> 29 32 <!--{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> 38 35 <!--{/if}--> 39 36 <li><a href="change.php" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->"> … … 43 40 <li><a href="refusal.php" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->"> 44 41 退会手続き</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 45 59 </ul> 46 60
Note: See TracChangeset
for help on using the changeset viewer.
