⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 left.php

📁 实现考试管理系统
💻 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 + -