/[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.14 by sysadm, Sun Apr 13 05:06:12 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>
# Line 30  src="//pagead2.googlesyndication.com/pag Line 47  src="//pagead2.googlesyndication.com/pag
47  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="760" border="0" cellpadding="0" cellspacing="0">
48          <tr class="guide_bar">          <tr class="guide_bar">
49                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
50                  <td width="500"><a href="home.php" class="guide">首 页</a>                  <td width="500"><a href="../www/home.php" class="guide">首 页</a>
51                          | <a href="doc_list.php" class="guide">文档集锦</a>                          | <a href="../www/excerption.php" class="guide">精品荟萃</a>
52                          | <a href="excerption.php" class="guide">精品荟萃</a>                          | <a href="../bbs/" target="_blank" class="guide">论 坛</a></td>
                         | <a href="search.php" class="guide">搜 索</a>  
                         | <a href="/bbs" target="_blank" class="guide">论 坛</a></td>  
53                  <td width="220" align="right">                  <td width="220" align="right">
54                          <a href="#" class="guide"><? echo date("Y.m.d"); ?></a>                          <a href="#" class="guide"><? echo (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i"); ?></a>
55                  </td>                  </td>
56                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
57          </tr>          </tr>


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

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