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

Diff of /fenglin/www/doc_list.php

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

Revision 1.4 by sysadm, Fri Mar 28 05:50:18 2025 UTC Revision 1.6 by sysadm, Fri Apr 11 12:18:04 2025 UTC
# Line 1  Line 1 
1  <?  <?
2            require_once "../lib/common.inc.php";
3          require_once "../lib/db_open.inc.php";          require_once "../lib/db_open.inc.php";
4          require_once "./load_doc_list.inc.php";          require_once "./load_doc_list.inc.php";
5  ?>  ?>
6  <html>  <html>
7  <head>  <head>
8  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9  <title>枫林在线 -  文档集锦</title>  <title><? echo $BBS_name; ?> -  文档集锦</title>
10  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
11  </head>  </head>
12  <body>  <body>
# Line 16  Line 17 
17  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="760" border="0" cellpadding="0" cellspacing="0">
18          <tr height=20 bgcolor=#F3F9FC>          <tr height=20 bgcolor=#F3F9FC>
19                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
20                  <td>枫林在线 &gt;&gt; 文档集锦</td>                  <td><? echo $BBS_name; ?> &gt;&gt; 文档集锦</td>
21                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
22          </tr>          </tr>
23          <tr>          <tr>
# Line 100  Line 101 
101  </body>  </body>
102  </html>  </html>
103  <?  <?
104          mysql_close($db_conn);          mysqli_close($db_conn);
105  ?>  ?>


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

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