/[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.8 - (show annotations)
Sun Apr 13 05:06:37 2025 UTC (11 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +0 -0 lines
Error occurred while calculating annotation data.
FILE REMOVED
Remove legacy feature

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

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