/[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.3 by sysadm, Tue Sep 11 09:57:43 2007 UTC Revision 1.20 by sysadm, Sun Apr 27 03:59:22 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">  
         <!-- Ads of Google -->  
                 <script type="text/javascript"><!--  
                         google_ad_client = "pub-3013347141025996";  
                         google_alternate_color = "FFFFFF";  
                         google_ad_width = 468;  
                         google_ad_height = 60;  
                         google_ad_format = "468x60_as";  
                         google_ad_type = "image";  
                         //2007-05-07: fenglin_www_header  
                         google_ad_channel = "8820517463";  
                         //-->  
                         </script>  
                 <script type="text/javascript"  
                         src="http://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="calendar.php" class="guide"><? echo strftime("%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;
56    ?>


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

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