/[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.21 by sysadm, Tue Apr 29 11:55:32 2025 UTC
# Line 1  Line 1 
1  <table width="760" border="0" cellpadding="0" cellspacing="0">  <?php
2          <tr height=5>          echo <<<HTML
3                  <td></td>          <table width="1050" border="0" cellpadding="0" cellspacing="0">
4          </tr>                  <tr height=5>
5          <tr>                          <td></td>
6      <td width="20">&nbsp;</td>                  </tr>
7      <td width="150" align="left">                  <tr>
         <img src="/images/logo/fenglinonline.gif" width="130" height="50">  
     </td>  
     <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>  
     </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>  
         </td>  
     <td width="20">&nbsp;</td>  
         </tr>  
         <tr height=5>  
                 <td></td>  
         </tr>  
 </table>  
 <table width="760" border="0" cellpadding="0" cellspacing="0">  
         <tr class="guide_bar">  
8                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
9                  <td width="500"><a href="home.php" class="guide">首 页</a>                  <td width="150" align="left">
10                          | <a href="doc_list.php" class="guide">文档集锦</a>                          <img src="/images/logo/fenglinonline.gif" width="130" height="50">
                         | <a href="excerption.php" class="guide">精品荟萃</a>  
                         | <a href="special.php" class="guide">专 栏</a>  
                         | <a href="search.php" class="guide">搜 索</a>  
                         | <a href="/bbs" target="_blank" class="guide">论 坛</a></td>  
                 <td width="220" align="right">  
                         <a href="#" class="guide"><? echo date("Y.m.d"); ?></a>  
11                  </td>                  </td>
12                  <td width="20">&nbsp;</td>                  <td width="450" align="center">
13          </tr>                  </td>
14  </table>                  <td width="100" align="right">
15            HTML;
16    
17            if ($_SESSION["BBS_uid"] > 0)
18            {
19                    echo <<<HTML
20                            当前用户:{$_SESSION["BBS_username"]}<br />
21                            [<a href="/bbs/logout.php">退出登录</a>]
22                    HTML;
23            }
24            else
25            {
26                    echo <<<HTML
27                            [<a href="/bbs/">用户登录</a>]<br />
28                            [<a href="/bbs/user_reg.php">我要注册</a>]
29                    HTML;
30            }
31    
32            $current_time = (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i");
33    
34            echo <<<HTML
35                    </td>
36                    <td width="20">
37                    </td>
38                    </tr>
39                    <tr height=5>
40                            <td></td>
41                    </tr>
42            </table>
43            <table width="1050" border="0" cellpadding="0" cellspacing="0">
44                    <tr class="guide_bar">
45                            <td width="20">&nbsp;</td>
46                            <td width="500"><a href="home.php" class="guide">首 页</a>
47                                    | <a href="excerption.php" class="guide">精品荟萃</a>
48                            </td>
49                            <td width="220" align="right">
50                                    <a href="" class="guide" onclick="return false">{$current_time}</a>
51                            </td>
52                            <td width="20">&nbsp;</td>
53                    </tr>
54            </table>
55            HTML;


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

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