/[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.13 by sysadm, Sun Apr 13 03:29:02 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 8  Line 8 
8                  <img src="/images/logo/fenglinonline.gif" width="130" height="50">                  <img src="/images/logo/fenglinonline.gif" width="130" height="50">
9          </td>          </td>
10          <td width="450" align="center">          <td width="450" align="center">
 <script type="text/javascript">  
         google_ad_client = "ca-pub-3013347141025996";  
         google_ad_slot = "7379073030";  
         google_ad_width = 468;  
         google_ad_height = 60;  
 </script>  
 <!-- fenglin_www_header -->  
 <script type="text/javascript"  
 src="//pagead2.googlesyndication.com/pagead/show_ads.js">  
 </script>  
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 44  src="//pagead2.googlesyndication.com/pag Line 34  src="//pagead2.googlesyndication.com/pag
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/doc_list.php" class="guide">文档集锦</a>                          | <a href="../www/excerption.php" class="guide">精品荟萃</a>
42                          | <a href="../www/excerption.php" class="guide">精品荟萃</a>                  </td>
                         | <a href="../www/search.php" class="guide">搜 索</a>  
                         | <a href="../bbs/" target="_blank" class="guide">论 坛</a></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