/[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.5 - (show annotations)
Sat Mar 29 07:06:57 2025 UTC (11 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.4: +3 -2 lines
Add site name and domain to common.inc.php

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