/[LeafOK_CVS]/fenglin/www/head.inc.php
ViewVC logotype

Diff of /fenglin/www/head.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.11 by sysadm, Fri Apr 11 12:47:39 2025 UTC Revision 1.12 by sysadm, Fri Apr 11 13:18:10 2025 UTC
# Line 20  src="//pagead2.googlesyndication.com/pag Line 20  src="//pagead2.googlesyndication.com/pag
20  </script>  </script>
21          </td>          </td>
22          <td width="100" align="right">          <td width="100" align="right">
23    <?
24            if ($_SESSION["BBS_uid"] > 0)
25            {
26    ?>
27                    当前用户:<? echo $_SESSION["BBS_username"]; ?><br />
28                    [<a href="/bbs/logout.php">退出登录</a>]
29    <?              
30            }
31            else
32            {
33    ?>
34                    [<a href="/bbs/">用户登录</a>]<br />
35                    [<a href="/bbs/reg_user.php">我要注册</a>]
36    <?              
37            }
38    ?>
39            </td>
40            <td width="20">
41          </td>          </td>
         <td width="20">&nbsp;</td>  
42          </tr>          </tr>
43          <tr height=5>          <tr height=5>
44                  <td></td>                  <td></td>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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