/[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.9 by sysadm, Mon Mar 24 05:48:36 2025 UTC Revision 1.12 by sysadm, Fri Apr 11 13:18:10 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>


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

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