manageruser.asp

来自「网络考试系统最终备份」· ASP 代码 · 共 45 行

ASP
45
字号
<!--#include file="conn.inc"-->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>人员管理</title>
<style type="text/css">
<!--
.style1 {
	font-size: x-large;
	font-family: "华文中宋", "华文细黑", "黑体", "宋体-方正超大字符集";
}
.STYLE2 {font-size: large}
-->
</style>
</head>

<body>
<table width="100%" height="25" border="0" cellspacing="0" bordercolor="#111111" id="AutoNumber2" style="border-collapse: collapse">
  <tr>
    <td width="100%">当前位置:<a href="news.asp">系统管理</a> &gt;人员管理</td>
  </tr>
</table>
<table width="100%" border="0">
  <tr>
    <td height="37"><img src="images/1.jpg" width="91" height="43"></td>
  </tr>
</table>
<form name="form1" method="post" action="">
  <table width="100%" height="20%"  border="1" cellpadding="0" cellspacing="1" bordercolor="#999999">
    <tr>
      <td bgcolor="#CCCCCC"><div align="center"><strong>操作</strong></div></td>
    </tr>
    <tr>
      <td><div align="center" class="style1"><a href="manageruseradd.asp" class="STYLE2">添加用户</a></div></td>
    </tr>
    <tr>
      <td><div align="center" class="style1"><a href="manageruserselect.asp" class="STYLE2">人员查询</a></div></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?