/[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.5 by sysadm, Thu Dec 20 04:28:45 2012 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>
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"><!--          </td>
12  google_ad_client = "ca-pub-3013347141025996";          <td width="100" align="right">
13  /* fenglin_www_header */  <?php
14  google_ad_slot = "7379073030";          if ($_SESSION["BBS_uid"] > 0)
15  google_ad_width = 468;          {
16  google_ad_height = 60;  ?>
17  //-->                  当前用户:<?= $_SESSION["BBS_username"]; ?><br />
18  </script>                  [<a href="/bbs/logout.php">退出登录</a>]
19  <script type="text/javascript"  <?              
20  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">          }
21  </script>          else
22      </td>          {
23      <td width="100" align="right">  ?>
24                  [<a onclick="window.external.AddFavorite('http://'+document.location.hostname,''); return false;" href="#">ղ</a>]<br>                  [<a href="/bbs/">用户登录</a>]<br />
25                  [<a onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://'+document.location.hostname); return false;" href="#">Ϊҳ</a>]<br>                  [<a href="/bbs/reg_user.php">我要注册</a>]
26    <?              
27            }
28    ?>
29            </td>
30            <td width="20">
31          </td>          </td>
     <td width="20">&nbsp;</td>  
32          </tr>          </tr>
33          <tr height=5>          <tr height=5>
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="home.php" class="guide"> ҳ</a>                  <td width="500"><a href="../www/home.php" class="guide">首 页</a>
41                          | <a href="doc_list.php" class="guide">ĵ</a>                          | <a href="../www/excerption.php" class="guide">精品荟萃</a>
42                          | <a href="excerption.php" 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>  
43                  <td width="220" align="right">                  <td width="220" align="right">
44                          <a href="calendar.php" class="guide"><? echo strftime("%Y.%m.%d"); ?></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