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

Diff of /fenglin/www/home.php

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

Revision 1.21 by sysadm, Mon Apr 14 02:15:29 2025 UTC Revision 1.22 by sysadm, Mon Apr 14 05:09:58 2025 UTC
# Line 53  Line 53 
53  <?  <?
54          include "./head.inc.php";          include "./head.inc.php";
55  ?>  ?>
56  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
57          <tr height=20 bgcolor=#F3F9FC>          <tr height="25" bgcolor=#F3F9FC>
58                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
59                  <td><? echo $BBS_name; ?> &gt;&gt; 首页</td>                  <td><? echo $BBS_name; ?> &gt;&gt; 首页</td>
60                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
# Line 80  Line 80 
80          {          {
81                  ob_start();                  ob_start();
82  ?>  ?>
83  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
84          <tr>          <tr>
85                  <td width="25%" align="left" valign="top">                  <td width="25%" align="left" valign="top">
86                          <table width="100%" border="0" cellpadding="0" cellspacing="0">                          <table width="100%" border="0" cellpadding="0" cellspacing="0">
# Line 105  Line 105 
105                                    <td class="alpha"><font color=brown><b><font size=3>本周导读</font></b></font></td>                                    <td class="alpha"><font color=brown><b><font size=3>本周导读</font></b></font></td>
106                                  </tr>                                  </tr>
107                                  <tr><td bgcolor=gray height=1></td></tr>                                  <tr><td bgcolor=gray height=1></td></tr>
108                                  <? load_top(10, 58, $db_conn); ?>                                  <? load_top(10, 60, $db_conn); ?>
109                                  <tr><td></td></tr>                                  <tr><td></td></tr>
110                          </table>                          </table>
111                  </td>                  </td>
# Line 121  Line 121 
121                          </table>                          </table>
122                  </td>                  </td>
123          </tr>          </tr>
124          <tr height=5>          <tr height="10">
125                  <td>&nbsp;</td>                  <td>&nbsp;</td>
126          </tr>          </tr>
127  </table>  </table>
128  <table width="760" border="0" cellspacing="0" cellpadding="5">  <table width="1050" border="0" cellspacing="0" cellpadding="5">
129          <tr>          <tr>
130  <?  <?
131          $column = 0;          $column = 0;
# Line 141  Line 141 
141  ?>  ?>
142          </tr>          </tr>
143  </table>  </table>
144  <table width="760" border="0" cellspacing="0" cellpadding="5">  <table width="1050" border="0" cellspacing="0" cellpadding="5">
145          <tr>          <tr>
146  <?                        <?                      
147                          }                          }
148  ?>  ?>
149                  <td width="33%" align="center" valign="top">                  <td width="33%" align="center" valign="top">
150                          <table width="100%" border="0" cellspacing="0" cellpadding="0">                          <table width="100%" border="0" cellspacing="0" cellpadding="0">
151                                  <? load_doc_list($section["sid"], 5, 38, $column % $style_count + 1, false, $db_conn); ?>                                  <? load_doc_list($section["sid"], 5, 40, $column % $style_count + 1, false, $db_conn); ?>
152                          </table>                          </table>
153                  </td>                  </td>
154  <?  <?


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

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