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

Diff of /fenglin/www/excerption.php

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

Revision 1.9 by sysadm, Sun Apr 13 12:12:54 2025 UTC Revision 1.11 by sysadm, Wed Apr 23 05:20:46 2025 UTC
# Line 1  Line 1 
1  <?  <?php
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";          require_once "../bbs/session_init.inc.php";
# Line 8  Line 8 
8  <html>  <html>
9  <head>  <head>
10  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11  <title><? echo $BBS_name; ?> - 精品荟萃</title>  <title><?= $BBS_name; ?> - 精品荟萃</title>
12  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
13  </head>  </head>
14  <body>  <body>
15  <center>  <center>
16  <?  <?php
17          include "./head.inc.php";          include "./head.inc.php";
18  ?>  ?>
19  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
20          <tr height=20 bgcolor=#F3F9FC>          <tr height="25" bgcolor=#F3F9FC>
21                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
22                  <td><? echo $BBS_name; ?> &gt;&gt; 精品荟萃</td>                  <td><?= $BBS_name; ?> &gt;&gt; 精品荟萃</td>
23                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
24          </tr>          </tr>
25          <tr>          <tr>
# Line 29  Line 29 
29                  <td>&nbsp;</td>                  <td>&nbsp;</td>
30          </tr>          </tr>
31  </table>  </table>
32  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
33          <tr>          <tr>
34                  <td width="5%" valign="top"></td>                  <td width="5%" valign="top"></td>
35                  <td width="90%" align="center" valign="top">                  <td width="90%" align="center" valign="top">
# Line 89  Line 89 
89                  <td width="5%" valign="top"></td>                  <td width="5%" valign="top"></td>
90          </tr>          </tr>
91  </table>  </table>
92  <?  <?php
93          include "./foot.inc.php";          include "./foot.inc.php";
94  ?>  ?>
95  </center>  </center>


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

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