📄 searchuser.jsp
字号:
<%@ include file="../sys/rolecheck.jsp"%>
<%@ page contentType="text/html; charset=GBK" %>
<link rel="stylesheet" href="css/1.css" type="text/css">
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<html>
<head>
<title>
searchuser
</title>
</head>
<body bgcolor="#ffffff">
<form method="POST" action="/searchUserAction.do">
<table border="1" width="100%" height="104">
<tr>
<td width="11%" align="center" height="28"></td>
<td width="36%" align="center" height="28"><b>输入查询条件</b></td>
</tr>
<tr>
<td width="11%" height="1">用户编号:</td>
<td width="36%" height="1">
<input type="text" name="userid" size="20">
</td>
</tr>
<tr>
<td width="11%" height="26">用户名:</td>
<td width="36%" height="26">
<input type="text" name="username" size="20">
</td>
</tr>
<tr>
<td width="11%" height="27">真实姓名:</td>
<td width="36%" height="27">
<input type="text" name="userrealname" size="20">
</td>
</tr>
<tr>
<td width="11%" height="31"></td>
<td width="36%" height="31"><input type="submit" value="提交" name="B1"><input type="reset" value="重写" name="B2"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -