1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<div id="book_nav" class="fl"> <!-- <img src="../images/btn_cat_menu.png" alt="圖書目錄" class="book_nav_btn"> -->
<div class="bn_section boxed mt_10p"> <div class="basic_gradient"> <div class="section_tit"> <img src="../images/img_bn_tit_06.png" alt="會員專區"> </div>
<ul class="book_cat"> <li><a href="mb_myact.php">我的帳戶</a></li> <li><a href="mb_profile.php">更改個人資料</a></li> <li><a href="mb_resetmypw.php">更改密碼</a></li> <li><a href="mb_mypointsprogram.php">積分獎賞計劃</a></li> </ul> </div> </div><!-- 04 /.bn_section ends -->
</div><!-- //#book_nav// ends -->
|