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

Annotation of /fenglin/www/doc_list.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Fri Mar 28 05:50:18 2025 UTC (11 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.3: +2 -3 lines
Refine

1 sysadm 1.1 <?
2 sysadm 1.4 require_once "../lib/db_open.inc.php";
3     require_once "./load_doc_list.inc.php";
4 sysadm 1.1 ?>
5     <html>
6     <head>
7 sysadm 1.2 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8     <title>枫林在线 - 文档集锦</title>
9 sysadm 1.1 <link rel="stylesheet" href="css/default.css" type="text/css">
10     </head>
11     <body>
12     <center>
13     <?
14     include "./head.inc.php";
15     ?>
16     <table width="760" border="0" cellpadding="0" cellspacing="0">
17     <tr height=20 bgcolor=#F3F9FC>
18     <td width="20">&nbsp;</td>
19 sysadm 1.2 <td>枫林在线 &gt;&gt; 文档集锦</td>
20 sysadm 1.1 <td width="20">&nbsp;</td>
21     </tr>
22     <tr>
23     <td colspan=3 height=1 bgcolor=gray></td>
24     </tr>
25     <tr height=5>
26     <td>&nbsp;</td>
27     </tr>
28     </table>
29     <table width="760" border="0" cellspacing="0" cellpadding="0">
30     <tr>
31 sysadm 1.2 <td width="35%" align="left" valign="top">
32 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
33 sysadm 1.3 <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>
34 sysadm 1.1 </table>
35     </td>
36 sysadm 1.2 <td width="35%" align="center" valign="top">
37 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
38 sysadm 1.3 <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>
39 sysadm 1.1 </table>
40     </td>
41 sysadm 1.2 <td width="30%" align="right" valign="top">
42 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
43 sysadm 1.3 <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>
44 sysadm 1.1 </table>
45     </td>
46     </tr>
47     <tr height=5>
48     <td>&nbsp;</td>
49     </tr>
50     </table>
51     <table width="760" border="0" cellspacing="0" cellpadding="0">
52     <tr>
53 sysadm 1.2 <td width="35%" align="left" valign="top">
54 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
55 sysadm 1.3 <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>
56 sysadm 1.1 </table>
57     </td>
58 sysadm 1.2 <td width="35%" align="center" valign="top">
59 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
60 sysadm 1.3 <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>
61 sysadm 1.1 </table>
62     </td>
63 sysadm 1.2 <td width="30%" align="right" valign="top">
64 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
65 sysadm 1.3 <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>
66 sysadm 1.1 </table>
67     </td>
68     </tr>
69     <tr height=5>
70     <td>&nbsp;</td>
71     </tr>
72     </table>
73     <table width="760" border="0" cellspacing="0" cellpadding="0">
74     <tr>
75 sysadm 1.2 <td width="35%" align="left" valign="top">
76 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
77 sysadm 1.3 <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>
78 sysadm 1.1 </table>
79     </td>
80 sysadm 1.2 <td width="35%" align="center" valign="top">
81 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
82 sysadm 1.3 <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>
83 sysadm 1.1 </table>
84     </td>
85 sysadm 1.2 <td width="30%" align="right" valign="top">
86 sysadm 1.1 <table width="98%" border="0" cellspacing="0" cellpadding="0">
87 sysadm 1.3 <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>
88 sysadm 1.1 </table>
89     </td>
90     </tr>
91     <tr height=5>
92     <td>&nbsp;</td>
93     </tr>
94     </table>
95     <?
96     include "./foot.inc.php";
97     ?>
98     </p>
99     </center>
100     </body>
101     </html>
102     <?
103     mysql_close($db_conn);
104     ?>

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