/[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.2 - (show annotations)
Mon Apr 14 04:27:11 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +14 -0 lines
Refact close account

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

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