/[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.7 by sysadm, Fri Apr 11 12:47:39 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 "../bbs/session_init.inc.php";
5          require_once "./load_doc_list.inc.php";          require_once "./load_doc_list.inc.php";
6  ?>  ?>
7  <html>  <html>
8  <head>  <head>
9  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10  <title>枫林在线 -  文档集锦</title>  <title><? echo $BBS_name; ?> -  文档集锦</title>
11  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
12  </head>  </head>
13  <body>  <body>
# Line 16  Line 18 
18  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="760" border="0" cellpadding="0" cellspacing="0">
19          <tr height=20 bgcolor=#F3F9FC>          <tr height=20 bgcolor=#F3F9FC>
20                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
21                  <td>枫林在线 &gt;&gt; 文档集锦</td>                  <td><? echo $BBS_name; ?> &gt;&gt; 文档集锦</td>
22                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
23          </tr>          </tr>
24          <tr>          <tr>
# Line 28  Line 30 
30  </table>  </table>
31  <table width="760" border="0" cellspacing="0" cellpadding="0">  <table width="760" border="0" cellspacing="0" cellpadding="0">
32    <tr>    <tr>
33      <td width="35%" align="left" valign="top">          <td width="35%" align="left" valign="top">
34                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
35                          <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>                          <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>
36                  </table>                  </table>
37          </td>          </td>
38      <td width="35%" align="center" valign="top">          <td width="35%" align="center" valign="top">
39                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
40                          <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>                          <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>
41                  </table>                  </table>
42          </td>          </td>
43      <td width="30%" align="right" valign="top">          <td width="30%" align="right" valign="top">
44                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
45                          <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>                          <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>
46                  </table>                  </table>
# Line 50  Line 52 
52  </table>  </table>
53  <table width="760" border="0" cellspacing="0" cellpadding="0">  <table width="760" border="0" cellspacing="0" cellpadding="0">
54    <tr>    <tr>
55      <td width="35%" align="left" valign="top">          <td width="35%" align="left" valign="top">
56                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
57                          <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>                          <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>
58                  </table>                  </table>
59          </td>          </td>
60      <td width="35%" align="center" valign="top">          <td width="35%" align="center" valign="top">
61                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
62                          <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>                          <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>
63                  </table>                  </table>
64          </td>          </td>
65      <td width="30%" align="right" valign="top">          <td width="30%" align="right" valign="top">
66                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
67                          <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>                          <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>
68                  </table>                  </table>
# Line 72  Line 74 
74  </table>  </table>
75  <table width="760" border="0" cellspacing="0" cellpadding="0">  <table width="760" border="0" cellspacing="0" cellpadding="0">
76    <tr>    <tr>
77      <td width="35%" align="left" valign="top">          <td width="35%" align="left" valign="top">
78                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
79                          <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>                          <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>
80                  </table>                  </table>
81          </td>          </td>
82      <td width="35%" align="center" valign="top">          <td width="35%" align="center" valign="top">
83                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
84                          <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>                          <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>
85                  </table>                  </table>
86          </td>          </td>
87      <td width="30%" align="right" valign="top">          <td width="30%" align="right" valign="top">
88                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
89                          <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>                          <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>
90                  </table>                  </table>
# Line 100  Line 102 
102  </body>  </body>
103  </html>  </html>
104  <?  <?
105          mysql_close($db_conn);          mysqli_close($db_conn);
106  ?>  ?>


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

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