📄 usersearch.jsp
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%@ include file="../inc/common.jsp" %><%
UserJsp userJsp = new UserJsp(request,response);GroupJsp groupJsp = new GroupJsp(request,response);
java.util.List list = userJsp.findAll(20);
%><!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>
<title>${basic.name}后台管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<club:html type="css" />
<script type="text/javascript" src="../scripts/common.js"></script>
</head>
<body>
<div id="wrap">
<div class="sitemap">
<ul>
<li>您的位置:</li><li>后台管理>></li><li><h3>搜索用户</h3></li>
</ul>
</div>
<%@ include file="../inc/msgHint.jsp" %>
<div class="part">
<div style="margin:5px;">
<form id="qwform" name="qwform" action="users.jsp" method="get" onsubmit="return c.p('soSubmit',true);">
<label>用户名:</label><input type="text" name="userName" id="userName" value=""/>
<br/>
<label>i p:</label><input type="text" name="ip" id="ip" value=""/>
<br/>
<label>最后登陆:</label><input type="text" name="days" id="days" value="-1"/> -1则不做查询条件,请填写整数
<br/>
<label></label>
<input type="submit" name="soSubmit" id="soSubmit" value="搜索" class="btn"/>
</form>
</div>
</div>
</div>
</body>
</html>
<!-- Powered by www.YeQiangWei.com -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -