/[LeafOK_CVS]/fenglin/bbs/themes/default/member_service_guide.view.php
ViewVC logotype

Contents of /fenglin/bbs/themes/default/member_service_guide.view.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations)
Fri Apr 25 07:25:35 2025 UTC (10 months, 3 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -0 lines
FILE REMOVED
Rename member_service_guide to user_center_header

1 <?php
2 if ($_SESSION["BBS_priv"]->checkpriv(0, S_POST) &&
3 !$_SESSION["BBS_priv"]->checklevel(P_ADMIN_M | P_ADMIN_S | P_MAN_M | P_MAN_S))
4 {
5 $close_account_url = "user_suicide.php";
6 }
7 else
8 {
9 $close_account_url = "#";
10 }
11
12 echo <<<HTML
13 <center>
14 <table cols="6" border="1" cellpadding="3" cellspacing="0" width="1050" bgcolor="#ffdead" id="Guide">
15 <tr>
16 <td width="16%" align="middle">
17 <a class="s7" href="update_profile.php">个人资料</a>
18 </td>
19 <td width="16%" align="middle">
20 <a class="s7" href="update_pref.php">个人设定</a>
21 </td>
22 <td width="16%" align="middle">
23 <a class="s7" href="user_section_favor.php">版块收藏</a>
24 </td>
25 <td width="16%" align="middle">
26 <a class="s7" href="user_score_detail.php">账户积分</a>
27 </td>
28 <td width="16%" align="middle">
29 <a class="s7" href="{$close_account_url}">关闭账户</a>
30 </td>
31 </tr>
32 </table>
33 </center>
34 HTML;
35 ?>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1