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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (show annotations)
Sun Apr 13 12:12:54 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.15: +1 -1 lines
Remove legacy code

1 <table width="760" border="0" cellpadding="0" cellspacing="0">
2 <tr height=5>
3 <td></td>
4 </tr>
5 <tr>
6 <td width="20">&nbsp;</td>
7 <td width="150" align="left">
8 <img src="/images/logo/fenglinonline.gif" width="130" height="50">
9 </td>
10 <td width="450" align="center">
11 </td>
12 <td width="100" align="right">
13 <?
14 if ($_SESSION["BBS_uid"] > 0)
15 {
16 ?>
17 当前用户:<? echo $_SESSION["BBS_username"]; ?><br />
18 [<a href="/bbs/logout.php">退出登录</a>]
19 <?
20 }
21 else
22 {
23 ?>
24 [<a href="/bbs/">用户登录</a>]<br />
25 [<a href="/bbs/reg_user.php">我要注册</a>]
26 <?
27 }
28 ?>
29 </td>
30 <td width="20">
31 </td>
32 </tr>
33 <tr height=5>
34 <td></td>
35 </tr>
36 </table>
37 <table width="760" border="0" cellpadding="0" cellspacing="0">
38 <tr class="guide_bar">
39 <td width="20">&nbsp;</td>
40 <td width="500"><a href="../www/home.php" class="guide">首 页</a>
41 | <a href="../www/excerption.php" class="guide">精品荟萃</a>
42 </td>
43 <td width="220" align="right">
44 <a href="#" class="guide"><? echo (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i"); ?></a>
45 </td>
46 <td width="20">&nbsp;</td>
47 </tr>
48 </table>

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