/[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.12 - (hide annotations)
Wed Apr 23 05:20:46 2025 UTC (10 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +5 -5 lines
Refine deprecated PHP short tags

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.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.12 <title><?= $BBS_name; ?> - 联系我们</title>
12 sysadm 1.1 <link rel="stylesheet" href="css/default.css" type="text/css">
13     </head>
14     <body>
15     <center>
16 sysadm 1.12 <?php
17 sysadm 1.1 include "./head.inc.php";
18     ?>
19 sysadm 1.11 <table width="1050" border="0" cellpadding="0" cellspacing="0">
20     <tr height="25" bgcolor=#F3F9FC>
21 sysadm 1.1 <td width="20">&nbsp;</td>
22 sysadm 1.12 <td><?= $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 sysadm 1.11 <table width="1050" border="0" cellpadding="0" cellspacing="0">
33 sysadm 1.1 <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 sysadm 1.12 <?php
49 sysadm 1.1 include "./foot.inc.php";
50     ?>
51     </center>
52     </body>
53     </html>

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