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

Contents of /fenglin/www/doc_list.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show 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 <?
2 require_once "../lib/db_open.inc.php";
3 require_once "./load_doc_list.inc.php";
4 ?>
5 <html>
6 <head>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <title>枫林在线 - 文档集锦</title>
9 <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 <td>枫林在线 &gt;&gt; 文档集锦</td>
20 <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 <td width="35%" align="left" valign="top">
32 <table width="98%" border="0" cellspacing="0" cellpadding="0">
33 <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>
34 </table>
35 </td>
36 <td width="35%" align="center" valign="top">
37 <table width="98%" border="0" cellspacing="0" cellpadding="0">
38 <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>
39 </table>
40 </td>
41 <td width="30%" align="right" valign="top">
42 <table width="98%" border="0" cellspacing="0" cellpadding="0">
43 <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>
44 </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 <td width="35%" align="left" valign="top">
54 <table width="98%" border="0" cellspacing="0" cellpadding="0">
55 <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>
56 </table>
57 </td>
58 <td width="35%" align="center" valign="top">
59 <table width="98%" border="0" cellspacing="0" cellpadding="0">
60 <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>
61 </table>
62 </td>
63 <td width="30%" align="right" valign="top">
64 <table width="98%" border="0" cellspacing="0" cellpadding="0">
65 <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>
66 </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 <td width="35%" align="left" valign="top">
76 <table width="98%" border="0" cellspacing="0" cellpadding="0">
77 <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>
78 </table>
79 </td>
80 <td width="35%" align="center" valign="top">
81 <table width="98%" border="0" cellspacing="0" cellpadding="0">
82 <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>
83 </table>
84 </td>
85 <td width="30%" align="right" valign="top">
86 <table width="98%" border="0" cellspacing="0" cellpadding="0">
87 <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>
88 </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