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

Diff of /fenglin/www/doc_list.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.6 by sysadm, Fri Apr 11 12:18:04 2025 UTC Revision 1.7 by sysadm, Fri Apr 11 12:47:39 2025 UTC
# Line 1  Line 1 
1  <?  <?
2          require_once "../lib/common.inc.php";          require_once "../lib/common.inc.php";
3          require_once "../lib/db_open.inc.php";          require_once "../lib/db_open.inc.php";
4            require_once "../bbs/session_init.inc.php";
5          require_once "./load_doc_list.inc.php";          require_once "./load_doc_list.inc.php";
6  ?>  ?>
7  <html>  <html>
# Line 29  Line 30 
30  </table>  </table>
31  <table width="760" border="0" cellspacing="0" cellpadding="0">  <table width="760" border="0" cellspacing="0" cellpadding="0">
32    <tr>    <tr>
33      <td width="35%" align="left" valign="top">          <td width="35%" align="left" valign="top">
34                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
35                          <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>                          <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>
36                  </table>                  </table>
37          </td>          </td>
38      <td width="35%" align="center" valign="top">          <td width="35%" align="center" valign="top">
39                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
40                          <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>                          <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>
41                  </table>                  </table>
42          </td>          </td>
43      <td width="30%" align="right" valign="top">          <td width="30%" align="right" valign="top">
44                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
45                          <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>                          <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>
46                  </table>                  </table>
# Line 51  Line 52 
52  </table>  </table>
53  <table width="760" border="0" cellspacing="0" cellpadding="0">  <table width="760" border="0" cellspacing="0" cellpadding="0">
54    <tr>    <tr>
55      <td width="35%" align="left" valign="top">          <td width="35%" align="left" valign="top">
56                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
57                          <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>                          <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>
58                  </table>                  </table>
59          </td>          </td>
60      <td width="35%" align="center" valign="top">          <td width="35%" align="center" valign="top">
61                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
62                          <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>                          <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>
63                  </table>                  </table>
64          </td>          </td>
65      <td width="30%" align="right" valign="top">          <td width="30%" align="right" valign="top">
66                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
67                          <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>                          <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>
68                  </table>                  </table>
# Line 73  Line 74 
74  </table>  </table>
75  <table width="760" border="0" cellspacing="0" cellpadding="0">  <table width="760" border="0" cellspacing="0" cellpadding="0">
76    <tr>    <tr>
77      <td width="35%" align="left" valign="top">          <td width="35%" align="left" valign="top">
78                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
79                          <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>                          <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>
80                  </table>                  </table>
81          </td>          </td>
82      <td width="35%" align="center" valign="top">          <td width="35%" align="center" valign="top">
83                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
84                          <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>                          <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>
85                  </table>                  </table>
86          </td>          </td>
87      <td width="30%" align="right" valign="top">          <td width="30%" align="right" valign="top">
88                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
89                          <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>                          <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>
90                  </table>                  </table>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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