/[LeafOK_CVS]/fenglin/www/head.inc.php
ViewVC logotype

Contents of /fenglin/www/head.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (show annotations)
Fri Apr 11 13:18:10 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.11: +18 -1 lines
Refine

1 <table width="760" border="0" cellpadding="0" cellspacing="0">
2 <tr height=5>
3 <td></td>
4 </tr>
5 <tr>
6 <td width="20">&nbsp;</td>
7 <td width="150" align="left">
8 <img src="/images/logo/fenglinonline.gif" width="130" height="50">
9 </td>
10 <td width="450" align="center">
11 <script type="text/javascript">
12 google_ad_client = "ca-pub-3013347141025996";
13 google_ad_slot = "7379073030";
14 google_ad_width = 468;
15 google_ad_height = 60;
16 </script>
17 <!-- fenglin_www_header -->
18 <script type="text/javascript"
19 src="//pagead2.googlesyndication.com/pagead/show_ads.js">
20 </script>
21 </td>
22 <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>
43 <tr height=5>
44 <td></td>
45 </tr>
46 </table>
47 <table width="760" border="0" cellpadding="0" cellspacing="0">
48 <tr class="guide_bar">
49 <td width="20">&nbsp;</td>
50 <td width="500"><a href="home.php" class="guide">首 页</a>
51 | <a href="doc_list.php" class="guide">文档集锦</a>
52 | <a href="excerption.php" class="guide">精品荟萃</a>
53 | <a href="search.php" class="guide">搜 索</a>
54 | <a href="/bbs" target="_blank" class="guide">论 坛</a></td>
55 <td width="220" align="right">
56 <a href="#" class="guide"><? echo date("Y.m.d"); ?></a>
57 </td>
58 <td width="20">&nbsp;</td>
59 </tr>
60 </table>

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