/[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.10 - (hide annotations)
Sun Apr 13 10:57:11 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.9: +2 -0 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.10
6     mysqli_close($db_conn);
7 sysadm 1.7 ?>
8 sysadm 1.1 <html>
9     <head>
10 sysadm 1.4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11 sysadm 1.7 <title><? echo $BBS_name; ?> - 联系我们</title>
12 sysadm 1.1 <link rel="stylesheet" href="css/default.css" type="text/css">
13     </head>
14     <body>
15     <center>
16     <?
17     include "./head.inc.php";
18     ?>
19     <table width="760" border="0" cellpadding="0" cellspacing="0">
20     <tr height=20 bgcolor=#F3F9FC>
21     <td width="20">&nbsp;</td>
22 sysadm 1.7 <td><? echo $BBS_name; ?> &gt;&gt; 联系我们</td>
23 sysadm 1.1 <td width="20">&nbsp;</td>
24     </tr>
25     <tr>
26     <td colspan=3 height=1 bgcolor=gray></td>
27     </tr>
28     <tr height=5>
29     <td>&nbsp;</td>
30     </tr>
31     </table>
32     <table width="760" border="0" cellpadding="0" cellspacing="0">
33     <tr>
34     <td width="10%"></td>
35     <td width="80%" align="center">
36     <table width="100%" border="1" bordercolor="#FF9900" cellpadding="0" cellspacing="0">
37 sysadm 1.8 <tr>
38     <td> <div style="margin:20px; ">
39     <p>站长信箱:sysop@fenglin.info
40     </p>
41     </div></td>
42     </tr>
43     </table>
44 sysadm 1.1 </td>
45     <td width="10%"></td>
46     </tr>
47     </table>
48     <?
49     include "./foot.inc.php";
50     ?>
51     </center>
52     </body>
53     </html>

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