/[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.8 - (hide annotations)
Fri Apr 11 12:47:39 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.7: +9 -7 lines
Add session support

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    
13     <body>
14     <center>
15     <?
16     include "./head.inc.php";
17     ?>
18     <table width="760" border="0" cellpadding="0" cellspacing="0">
19     <tr height=20 bgcolor=#F3F9FC>
20     <td width="20">&nbsp;</td>
21 sysadm 1.7 <td><? echo $BBS_name; ?> &gt;&gt; 联系我们</td>
22 sysadm 1.1 <td width="20">&nbsp;</td>
23     </tr>
24     <tr>
25     <td colspan=3 height=1 bgcolor=gray></td>
26     </tr>
27     <tr height=5>
28     <td>&nbsp;</td>
29     </tr>
30     </table>
31     <table width="760" border="0" cellpadding="0" cellspacing="0">
32     <tr>
33     <td width="10%"></td>
34     <td width="80%" align="center">
35     <table width="100%" border="1" bordercolor="#FF9900" cellpadding="0" cellspacing="0">
36 sysadm 1.8 <tr>
37     <td> <div style="margin:20px; ">
38     <p>站长信箱:sysop@fenglin.info
39     </p>
40     </div></td>
41     </tr>
42     </table>
43 sysadm 1.1 </td>
44     <td width="10%"></td>
45     </tr>
46     </table>
47     <?
48     include "./foot.inc.php";
49     ?>
50     </center>
51     </body>
52     </html>

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