?? admin.php
字號:
<?
session_start();
require "../config.php";
require "../fun.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><?=$sys_site_name?>_管理頁面</title>
<link href="template/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="700" height="361" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="30" valign="top" bgcolor="#f8f8f8"> </td>
<td width="607" valign="top" bgcolor="#f8f8f8">
<p><br />
<?
echo "歡迎您來到管理后臺,<font color=red>{$_SESSION['username']}</font>.";
?>
</p>
<p>請您從左邊的管理選項選擇您要管理的內容,退出請點擊退出系統!</p>
<p>感謝您選擇了《我的BT發布系統》,若您有任何使用上的問題,或者發現BUG<a href="http://5dbt.cn" target="_blank">請點擊這里反映問題 </a></p>
<p>我的BT工作室保留程序版權,無論您對程序作出了什么樣的修改還請您能保留我們的版權信息<br />
</p></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -