/[LeafOK_CVS]/fenglin/www/excerption.php
ViewVC logotype

Diff of /fenglin/www/excerption.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.6 by sysadm, Fri Apr 11 12:47:39 2025 UTC Revision 1.11 by sysadm, Wed Apr 23 05:20:46 2025 UTC
# Line 1  Line 1 
1  <?  <?php
2          require_once "../lib/common.inc.php";          require_once "../lib/common.inc.php";
3          require_once "../lib/db_open.inc.php";          require_once "../lib/db_open.inc.php";
4          require_once "../bbs/session_init.inc.php";          require_once "../bbs/session_init.inc.php";
5    
6            mysqli_close($db_conn);
7  ?>  ?>
8  <html>  <html>
9  <head>  <head>
10  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11  <title><? echo $BBS_name; ?> - 精品荟萃</title>  <title><?= $BBS_name; ?> - 精品荟萃</title>
12  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
13  </head>  </head>
   
14  <body>  <body>
15  <center>  <center>
16  <?  <?php
17          include "./head.inc.php";          include "./head.inc.php";
18  ?>  ?>
19  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
20          <tr height=20 bgcolor=#F3F9FC>          <tr height="25" bgcolor=#F3F9FC>
21                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
22                  <td><? echo $BBS_name; ?> &gt;&gt; 精品荟萃</td>                  <td><?= $BBS_name; ?> &gt;&gt; 精品荟萃</td>
23                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
24          </tr>          </tr>
25          <tr>          <tr>
# Line 28  Line 29 
29                  <td>&nbsp;</td>                  <td>&nbsp;</td>
30          </tr>          </tr>
31  </table>  </table>
32  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
33          <tr>          <tr>
34                  <td width="5%" valign="top"></td>                  <td width="5%" valign="top"></td>
35                  <td width="90%" align="center" valign="top">                  <td width="90%" align="center" valign="top">
# Line 61  Line 62 
62                                          <td align="center"><a href="/images/bbs_ex_chm.gif" target="_blank"><img src="/images/bbs_ex_chm.gif" width="139" height=100 border=0></a></td>                                          <td align="center"><a href="/images/bbs_ex_chm.gif" target="_blank"><img src="/images/bbs_ex_chm.gif" width="139" height=100 border=0></a></td>
63                                          <td align="center">论坛精华区下载chm版</td>                                          <td align="center">论坛精华区下载chm版</td>
64                                          <td>下载后直接浏览</td>                                          <td>下载后直接浏览</td>
65                                          <td align="center"><a href="/gen_ex/"  target="_blank">查看</a></td>                                          <td align="center"><a href="../gen_ex/"  target="_blank">查看</a></td>
66                                          <td align="center"><a href="/bbs/bbs_ex_dl.php?sid=100" target="_blank">下载</a></td>                                          <td align="center"><a href="../gen_ex/pack/bbs_ex.chm">下载</a></td>
67                                  </tr>                                  </tr>
68                                  <tr height=20><td colspan=5 align="center"><hr size=1 color=gray></td></tr>                                  <tr height=20><td colspan=5 align="center"><hr size=1 color=gray></td></tr>
69                                  <tr>                                  <tr>
# Line 72  Line 73 
73                                                  下载解压所后使用Acrobat Reader 5.0以上版本浏览                                                  下载解压所后使用Acrobat Reader 5.0以上版本浏览
74                                          </td>                                          </td>
75                                          <td align="center"></td>                                          <td align="center"></td>
76                                          <td align="center"><a href="/bbs/bbs_ex_dl.php?sid=2002" target="_blank">下载</a></td>                                          <td align="center"><a href="../gen_ex/pack/bbs_ex_2002.rar">下载</a></td>
77                                  </tr>                                  </tr>
78                                  <tr height=20><td colspan=5 align="center"><hr size=1 color=gray></td></tr>                                  <tr height=20><td colspan=5 align="center"><hr size=1 color=gray></td></tr>
79                                  <tr>                                  <tr>
# Line 88  Line 89 
89                  <td width="5%" valign="top"></td>                  <td width="5%" valign="top"></td>
90          </tr>          </tr>
91  </table>  </table>
92  <?  <?php
93          include "./foot.inc.php";          include "./foot.inc.php";
94  ?>  ?>
95  </center>  </center>


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

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