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

Diff of /fenglin/www/about_us.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.10 by sysadm, Mon Apr 14 05:09:58 2025 UTC Revision 1.11 by sysadm, Wed Apr 23 05:20:46 2025 UTC
# Line 1  Line 1 
1  <?  <?php
2          require_once "../lib/common.inc.php";          require_once "../lib/common.inc.php";
3          require_once "../lib/db_open.inc.php";          require_once "../lib/db_open.inc.php";
4          require_once "../bbs/session_init.inc.php";          require_once "../bbs/session_init.inc.php";
# Line 8  Line 8 
8  <html>  <html>
9  <head>  <head>
10  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11  <title><? echo $BBS_name; ?> - 关于我们</title>  <title><?= $BBS_name; ?> - 关于我们</title>
12  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
13  </head>  </head>
14  <body>  <body>
15  <center>  <center>
16  <?  <?php
17          include "./head.inc.php";          include "./head.inc.php";
18  ?>  ?>
19  <table width="1050" border="0" cellpadding="0" cellspacing="0">  <table width="1050" border="0" cellpadding="0" cellspacing="0">
20          <tr height="25" bgcolor=#F3F9FC>          <tr height="25" bgcolor=#F3F9FC>
21                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
22                  <td><? echo $BBS_name; ?> &gt;&gt; 关于我们</td>                  <td><?= $BBS_name; ?> &gt;&gt; 关于我们</td>
23                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
24          </tr>          </tr>
25          <tr>          <tr>
# Line 36  Line 36 
36                          <table width="100%" border="1" bordercolor="#FF9900" cellpadding="0" cellspacing="0">                          <table width="100%" border="1" bordercolor="#FF9900" cellpadding="0" cellspacing="0">
37                  <tr>                  <tr>
38                    <td> <div style="margin:20px; ">                    <td> <div style="margin:20px; ">
39                            <p><? echo $BBS_name; ?>(<? echo $BBS_host_name; ?>)是由学生自己开设并管理的一个网站。本站开设的目的是为在校学生、教职员工、校友及社会友好人士提供网上讨论及信息发布所需的网络服务。</p>                            <p><?= $BBS_name; ?>(<?= $BBS_host_name; ?>)是由学生自己开设并管理的一个网站。本站开设的目的是为在校学生、教职员工、校友及社会友好人士提供网上讨论及信息发布所需的网络服务。</p>
40                            <p>本站现阶段提供的服务主要包括:</p>                            <p>本站现阶段提供的服务主要包括:</p>
41                            <p> (1)网页浏览服务;<br>                            <p> (1)网页浏览服务;<br>
42                                  (2)公开发表文章、阅览文章、查找文章服务;<br>                                  (2)公开发表文章、阅览文章、查找文章服务;<br>
# Line 73  Line 73 
73                  <td width="10%"></td>                  <td width="10%"></td>
74          </tr>          </tr>
75  </table>  </table>
76  <?  <?php
77          include "./foot.inc.php";          include "./foot.inc.php";
78  ?>  ?>
79  </center>  </center>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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