/[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.16 by sysadm, Sun Apr 13 12:12:54 2025 UTC Revision 1.18 by sysadm, Wed Apr 23 05:20:46 2025 UTC
# Line 1  Line 1 
1  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
2          <tr height=5>          <tr height=5>
3                  <td></td>                  <td></td>
4          </tr>          </tr>
# Line 10  Line 10 
10          <td width="450" align="center">          <td width="450" align="center">
11          </td>          </td>
12          <td width="100" align="right">          <td width="100" align="right">
13  <?  <?php
14          if ($_SESSION["BBS_uid"] > 0)          if ($_SESSION["BBS_uid"] > 0)
15          {          {
16  ?>  ?>
17                  当前用户:<? echo $_SESSION["BBS_username"]; ?><br />                  当前用户:<?= $_SESSION["BBS_username"]; ?><br />
18                  [<a href="/bbs/logout.php">退出登录</a>]                  [<a href="/bbs/logout.php">退出登录</a>]
19  <?                <?              
20          }          }
# Line 34  Line 34 
34                  <td></td>                  <td></td>
35          </tr>          </tr>
36  </table>  </table>
37  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
38          <tr class="guide_bar">          <tr class="guide_bar">
39                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
40                  <td width="500"><a href="../www/home.php" class="guide">首 页</a>                  <td width="500"><a href="../www/home.php" class="guide">首 页</a>
41                          | <a href="../www/excerption.php" class="guide">精品荟萃</a>                          | <a href="../www/excerption.php" class="guide">精品荟萃</a>
42                  </td>                  </td>
43                  <td width="220" align="right">                  <td width="220" align="right">
44                          <a href="#" class="guide"><? echo (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i"); ?></a>                          <a href="#" class="guide"><?= (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i"); ?></a>
45                  </td>                  </td>
46                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
47          </tr>          </tr>


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

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