📄 search_user.jsp~2~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.bwm.model.User" %>
<%@ page import="com.bwm.core.*" %>
<%@ page import="java.util.*" %>
<%if (!Crazyadept.UserIsOK(session,FinalConstants.STATUS_ADMIN)) return;%>
<html>
<head>
<title>
find_user
</title>
</head>
<link href="../css/css.css" rel="stylesheet" type="text/css">
<body bgcolor="#ffffff">
<form name="form1" method="post" action="manage_user.jsp">
<table border="1" cellpadding="0" cellspacing="0" class="tableBorder2">
<tr align="center">
<td height="27" colspan="2">用户查找</td>
</tr>
<tr>
<td height="81" rowspan="3" align="center">
<select name="select">
<option value="uid">用户编号</option>
<option value="name">真实姓名</option>
<option value="age">用户年龄</option>
<option value="tel">用户电话</option>
<option value="email">电子邮件</option>
<option value="qq">OICQ</option>
<option value="address">用户地址</option>
<option value="http">个人主页</option>
</select>
<input type="text" name="value"></td>
<td height="27"><input type="checkbox" name="sex" value="1">
男
<input type="checkbox" name="sex" value="0">
女</td>
</tr>
<tr>
<td height="27"> <input type="checkbox" name="status" value="1">
管理员
<input type="checkbox" name="status" value="0">
普能用户</td>
</tr>
<tr>
<td height="27"><input type="checkbox" name="state" value="1">
被冻结
<input type="checkbox" name="state" value="0">
正常 </td>
</tr>
<tr>
<td height="27" colspan="2" align="center"> </td>
</tr>
</table>
<p>
<input name="submit" type="image" src="../images/search.gif">
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -