/[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.14 - (hide annotations)
Sun Apr 27 04:34:13 2025 UTC (10 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.13: +4 -4 lines
Trim tailing whitespaces

1 sysadm 1.12 <?php
2 sysadm 1.7 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.13
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 sysadm 1.14
18 sysadm 1.13 HTML;
19    
20 sysadm 1.1 include "./head.inc.php";
21 sysadm 1.13
22     echo <<<HTML
23     <table width="1050" border="0" cellpadding="0" cellspacing="0">
24 sysadm 1.14 <tr height="25" bgcolor=#F3F9FC>
25 sysadm 1.13 <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 sysadm 1.14 <tr>
42     <td> <div style="margin:20px; ">
43 sysadm 1.13 <p>站长信箱:sysop@fenglin.info
44     </p>
45     </div></td>
46     </tr>
47     </table>
48     </td>
49     <td width="10%"></td>
50 sysadm 1.8 </tr>
51 sysadm 1.13 </table>
52    
53     HTML;
54    
55 sysadm 1.1 include "./foot.inc.php";
56 sysadm 1.13
57     echo <<<HTML
58     </center>
59     </body>
60     </html>
61    
62     HTML;
63 sysadm 1.1 ?>

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