/[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.7 - (hide annotations)
Sat Mar 29 07:06:57 2025 UTC (11 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +5 -2 lines
Add site name and domain to common.inc.php

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

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