/[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.8 by sysadm, Sun Mar 9 07:27:58 2025 UTC Revision 1.14 by sysadm, Sun Apr 13 05:06:12 2025 UTC
# Line 3  Line 3 
3                  <td></td>                  <td></td>
4          </tr>          </tr>
5          <tr>          <tr>
6      <td width="20">&nbsp;</td>          <td width="20">&nbsp;</td>
7      <td width="150" align="left">          <td width="150" align="left">
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">
11  <script type="text/javascript">  <script type="text/javascript">
12      google_ad_client = "ca-pub-3013347141025996";          google_ad_client = "ca-pub-3013347141025996";
13      google_ad_slot = "7379073030";          google_ad_slot = "7379073030";
14      google_ad_width = 468;          google_ad_width = 468;
15      google_ad_height = 60;          google_ad_height = 60;
16  </script>  </script>
17  <!-- fenglin_www_header -->  <!-- fenglin_www_header -->
18  <script type="text/javascript"  <script type="text/javascript"
19  src="//pagead2.googlesyndication.com/pagead/show_ads.js">  src="//pagead2.googlesyndication.com/pagead/show_ads.js">
20  </script>  </script>
     </td>  
     <td width="100" align="right">  
                 [<a onclick="window.external.AddFavorite('http://'+document.location.hostname,'枫林在线'); return false;" href="#">加入收藏</a>]<br>  
                 [<a onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://'+document.location.hostname); return false;" href="#">设为首页</a>]<br>  
21          </td>          </td>
22      <td width="20">&nbsp;</td>          <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>
42          </tr>          </tr>
43          <tr height=5>          <tr height=5>
44                  <td></td>                  <td></td>
# Line 32  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="special.php" class="guide">专 栏</a>  
                         | <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