/[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.2 by sysadm, Sat Mar 1 09:08:07 2025 UTC Revision 1.6 by sysadm, Fri Apr 11 12:18:04 2025 UTC
# Line 1  Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
1  <?  <?
2          require_once ("./load_doc_list.inc.php");          require_once "../lib/common.inc.php";
3          $db_conn=include "./db_open.inc.php";          require_once "../lib/db_open.inc.php";
4            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 17  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 31  Line 31 
31    <tr>    <tr>
32      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
33                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
34                          <? load_doc_list('Focus',8,40,1,false,$db_conn); ?>                          <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>
35                  </table>                  </table>
36          </td>          </td>
37      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
38                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
39                          <? load_doc_list('Literature',8,40,2,false,$db_conn); ?>                          <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>
40                  </table>                  </table>
41          </td>          </td>
42      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
43                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
44                          <? load_doc_list('Consultation',8,20,3,false,$db_conn); ?>                          <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>
45                  </table>                  </table>
46          </td>          </td>
47    </tr>    </tr>
# Line 53  Line 53 
53    <tr>    <tr>
54      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
55                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
56                          <? load_class_list('study',array('Science','Exam','English'),6,40,1,$db_conn); ?>                          <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>
57                  </table>                  </table>
58          </td>          </td>
59      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
60                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
61                          <? load_class_list('entertain',array('Movie','Music','Cartoon'),6,40,2,$db_conn); ?>                          <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>
62                  </table>                  </table>
63          </td>          </td>
64      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
65                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
66                          <? load_class_list('computer',array('Technology','Security','Network'),6,20,4,$db_conn); ?>                          <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>
67                  </table>                  </table>
68          </td>          </td>
69    </tr>    </tr>
# Line 75  Line 75 
75    <tr>    <tr>
76      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
77                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
78                          <? load_doc_list('Feeling',8,40,1,false,$db_conn); ?>                          <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>
79                  </table>                  </table>
80          </td>          </td>
81      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
82                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
83                          <? load_doc_list('ID_Story',8,40,2,false,$db_conn); ?>                          <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>
84                  </table>                  </table>
85          </td>          </td>
86      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
87                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
88                          <? load_doc_list('Cate',8,20,3,false,$db_conn); ?>                          <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>
89                  </table>                  </table>
90          </td>          </td>
91    </tr>    </tr>
# Line 101  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