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

📄 admin_finduser.asp

📁 本程序是一款比较完善的图书租赁系统
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="ChkErr.asp"-->
<!--#include file="ChkAdmin.asp"-->
<!--#include file="ChkSQL.asp"-->
<!--#include file="ResultMsg.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查找用户</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<br><br><br><br><br><br><br><br>
<form action=admin_listuser.asp method=post>
<table class=tableborder1 align=center cellspacing=1 cellpadding=3 width=50% height=25%>
	<tr><th colspan=2 id=tabletitlelink height=25 style=font-weight:normal align=center><b>查找用户</b></th></tr>
	<tr><td class=TableBody2 align=right width=20% >查询条件:</td><td class=TableBody1 align=left>
		<select name=SearchCondition>
			<option value=UserName>用户名</option>
			<option value=Email>Email</option>
			<option value=QQ>QQ</option>
		</select>
		<input type=text maxlength=20 name=SearchStr size=40>
	</td></tr>
	<tr><td class=TableBody2 align=right width=20% >用户信用:</td><td class=TableBody1 align=left>在
		<select name=UserLevel>
			<option>1</option><option>2</option><option>3</option><option>4</option><option>5</option>
		</select>级
		<input type=radio name=LevelStatus value=up checked>之上<input type=radio name=LevelStatus value=middle>之中<input type=radio name=LevelStatus value=down>之下
		<input type=checkbox name=AsCondition value=yes>作为查询条件
	</td></tr>
	<tr><td class=TableBody2 align=right width=20% >用户状态:</td><td class=TableBody1 align=left>
		<input type=checkbox name=IsAdmin value=yes>管理员
		<input type=checkbox name=IsLocked value=yes>被锁定
		<input type=checkbox name=IsProvider value=yes>供应商
		<input type=checkbox name=unReturn value=yes>未还片</td></tr>
	<tr><td class=TableBody2 align=right colspan=2><center><input type=submit value=查找 >&nbsp;<input type=reset value="复原"></center></td></tr>
</table>
<input type=hidden name=IsSearch value=Yes>
</form>
</body>
</html>

⌨️ 快捷键说明

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