/[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.2 by sysadm, Sat Mar 1 09:08:07 2025 UTC Revision 1.3 by sysadm, Mon Mar 24 05:48:36 2025 UTC
# Line 31  Line 31 
31    <tr>    <tr>
32      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
33                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
34                          <? load_doc_list('Focus',8,40,1,false,$db_conn); ?>                          <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>
35                  </table>                  </table>
36          </td>          </td>
37      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
38                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
39                          <? load_doc_list('Literature',8,40,2,false,$db_conn); ?>                          <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>
40                  </table>                  </table>
41          </td>          </td>
42      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
43                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
44                          <? load_doc_list('Consultation',8,20,3,false,$db_conn); ?>                          <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>
45                  </table>                  </table>
46          </td>          </td>
47    </tr>    </tr>
# Line 53  Line 53 
53    <tr>    <tr>
54      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
55                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
56                          <? load_class_list('study',array('Science','Exam','English'),6,40,1,$db_conn); ?>                          <? load_class_list('study', array('Science','Exam','English'), 6, 43, 1, $db_conn); ?>
57                  </table>                  </table>
58          </td>          </td>
59      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
60                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
61                          <? load_class_list('entertain',array('Movie','Music','Cartoon'),6,40,2,$db_conn); ?>                          <? load_class_list('entertain', array('Movie','Music','Cartoon'), 6, 43, 2, $db_conn); ?>
62                  </table>                  </table>
63          </td>          </td>
64      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
65                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
66                          <? load_class_list('computer',array('Technology','Security','Network'),6,20,4,$db_conn); ?>                          <? load_class_list('computer', array('Technology','Security','Network'), 6, 35, 4, $db_conn); ?>
67                  </table>                  </table>
68          </td>          </td>
69    </tr>    </tr>
# Line 75  Line 75 
75    <tr>    <tr>
76      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
77                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
78                          <? load_doc_list('Feeling',8,40,1,false,$db_conn); ?>                          <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>
79                  </table>                  </table>
80          </td>          </td>
81      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
82                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
83                          <? load_doc_list('ID_Story',8,40,2,false,$db_conn); ?>                          <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>
84                  </table>                  </table>
85          </td>          </td>
86      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
87                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
88                          <? load_doc_list('Cate',8,20,3,false,$db_conn); ?>                          <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>
89                  </table>                  </table>
90          </td>          </td>
91    </tr>    </tr>


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

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