?? left.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>后臺左框架</title>
<style>
body {font:"新宋體";
font-size:14px;
color:#FFCC66;
margin-top:0px;
}
a {text-decoration:none}
a:hover {color: red;text-decoration:none}
.f {font:"新宋體";
font-size:12px;
}
</style>
</head>
<body>
<table width="160" border="1" bgcolor="#FFFFCC" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#CCCCCC" align="center" height="60">
<?php
include "time.php";
?>
</td>
</tr>
<tr>
<td height="20" class="f"><marquee direction="left" scrollamount="3">歡迎進入試題管理系統后臺!</marquee></td>
</tr>
<tr>
<td align="center" height="30"><a href="gonggaofabu.php" title="點擊發布公告!" target="main">信息發布</a></td>
</tr>
<tr>
<td align="center" height="30"><a href="fileadmin.php" title="點擊管理信息!" target="main">信息管理</a></td>
</tr>
<tr>
<td align="center" height="30"><a href="stfb.php" title="點擊發布選題信息!" target="main">試題發布</a></td>
</tr>
<tr>
<td align="center" height="30"><a href="stguanli.php" title="點擊試題信息!" target="main">試題管理</a></td>
</tr>
<tr>
<td align="center" height="30"><a href="upload.php" title="點擊試題信息!" target="main">資料上傳</a></td>
</tr>
<tr>
<td align="center" height="30"><a href="useradmin.php" title="點擊進行用戶管理!" target="main">用戶管理</a></td>
</tr>
<tr>
<td align="center" height="30"><a href="../../index.php" title="點擊進入前臺!" target="main">前臺首頁</a></td>
</tr>
<tr>
<td align="center" height="30"><a href="bye.php" title="點擊退出后臺管理!">安全退出</a>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -