/[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.4 by sysadm, Fri Mar 28 05:50:18 2025 UTC
# Line 1  Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
1  <?  <?
2          require_once ("./load_doc_list.inc.php");          require_once "../lib/db_open.inc.php";
3          $db_conn=include "./db_open.inc.php";          require_once "./load_doc_list.inc.php";
4  ?>  ?>
5  <html>  <html>
6  <head>  <head>
# Line 31  Line 30 
30    <tr>    <tr>
31      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
32                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
33                          <? load_doc_list('Focus',8,40,1,false,$db_conn); ?>                          <? load_doc_list('Focus', 8, 43, 1, false, $db_conn); ?>
34                  </table>                  </table>
35          </td>          </td>
36      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
37                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
38                          <? load_doc_list('Literature',8,40,2,false,$db_conn); ?>                          <? load_doc_list('Literature', 8, 43, 2, false, $db_conn); ?>
39                  </table>                  </table>
40          </td>          </td>
41      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
42                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
43                          <? load_doc_list('Consultation',8,20,3,false,$db_conn); ?>                          <? load_doc_list('Consultation', 8, 35, 3, false, $db_conn); ?>
44                  </table>                  </table>
45          </td>          </td>
46    </tr>    </tr>
# Line 53  Line 52 
52    <tr>    <tr>
53      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
54                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
55                          <? 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); ?>
56                  </table>                  </table>
57          </td>          </td>
58      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
59                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
60                          <? 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); ?>
61                  </table>                  </table>
62          </td>          </td>
63      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
64                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
65                          <? 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); ?>
66                  </table>                  </table>
67          </td>          </td>
68    </tr>    </tr>
# Line 75  Line 74 
74    <tr>    <tr>
75      <td width="35%" align="left" valign="top">      <td width="35%" align="left" valign="top">
76                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
77                          <? load_doc_list('Feeling',8,40,1,false,$db_conn); ?>                          <? load_doc_list('Feeling', 8, 43, 1, false, $db_conn); ?>
78                  </table>                  </table>
79          </td>          </td>
80      <td width="35%" align="center" valign="top">      <td width="35%" align="center" valign="top">
81                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
82                          <? load_doc_list('ID_Story',8,40,2,false,$db_conn); ?>                          <? load_doc_list('ID_Story', 8, 43, 2, false, $db_conn); ?>
83                  </table>                  </table>
84          </td>          </td>
85      <td width="30%" align="right" valign="top">      <td width="30%" align="right" valign="top">
86                  <table width="98%" border="0" cellspacing="0" cellpadding="0">                  <table width="98%" border="0" cellspacing="0" cellpadding="0">
87                          <? load_doc_list('Cate',8,20,3,false,$db_conn); ?>                          <? load_doc_list('Cate', 8, 35, 3, false, $db_conn); ?>
88                  </table>                  </table>
89          </td>          </td>
90    </tr>    </tr>


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

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