| 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"; |
| 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"> </td> |
<td width="20"> </td> |
| 22 |
<td><? echo $BBS_name; ?> >> 关于我们</td> |
<td><?= $BBS_name; ?> >> 关于我们</td> |
| 23 |
<td width="20"> </td> |
<td width="20"> </td> |
| 24 |
</tr> |
</tr> |
| 25 |
<tr> |
<tr> |
| 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> |
| 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> |