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

Annotation of /fenglin/www/contact_us.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (hide annotations)
Sun Apr 13 03:29:02 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.8: +0 -1 lines
Refact

1 sysadm 1.7 <?
2     require_once "../lib/common.inc.php";
3 sysadm 1.8 require_once "../lib/db_open.inc.php";
4     require_once "../bbs/session_init.inc.php";
5 sysadm 1.7 ?>
6 sysadm 1.1 <html>
7     <head>
8 sysadm 1.4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9 sysadm 1.7 <title><? echo $BBS_name; ?> - 联系我们</title>
10 sysadm 1.1 <link rel="stylesheet" href="css/default.css" type="text/css">
11     </head>
12     <body>
13     <center>
14     <?
15     include "./head.inc.php";
16     ?>
17     <table width="760" border="0" cellpadding="0" cellspacing="0">
18     <tr height=20 bgcolor=#F3F9FC>
19     <td width="20">&nbsp;</td>
20 sysadm 1.7 <td><? echo $BBS_name; ?> &gt;&gt; 联系我们</td>
21 sysadm 1.1 <td width="20">&nbsp;</td>
22     </tr>
23     <tr>
24     <td colspan=3 height=1 bgcolor=gray></td>
25     </tr>
26     <tr height=5>
27     <td>&nbsp;</td>
28     </tr>
29     </table>
30     <table width="760" border="0" cellpadding="0" cellspacing="0">
31     <tr>
32     <td width="10%"></td>
33     <td width="80%" align="center">
34     <table width="100%" border="1" bordercolor="#FF9900" cellpadding="0" cellspacing="0">
35 sysadm 1.8 <tr>
36     <td> <div style="margin:20px; ">
37     <p>站长信箱:sysop@fenglin.info
38     </p>
39     </div></td>
40     </tr>
41     </table>
42 sysadm 1.1 </td>
43     <td width="10%"></td>
44     </tr>
45     </table>
46     <?
47     include "./foot.inc.php";
48     ?>
49     </center>
50     </body>
51     </html>

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