/[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.3 - (hide annotations)
Mon Mar 24 05:48:36 2025 UTC (11 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.2: +9 -9 lines
Refine

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

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