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

Contents of /fenglin/www/contact_us.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (show annotations)
Thu Jun 19 08:04:45 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +0 -0 lines
FILE REMOVED
Remove legacy pages

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

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