/[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.17 by sysadm, Mon Apr 14 05:09:58 2025 UTC Revision 1.18 by sysadm, Wed Apr 23 05:20:46 2025 UTC
# 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 41  Line 41 
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