📄 searchoutthings.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" %>
<%
if(session.getAttribute("admin")==null)
out.print("<script>alert('请先登录!');window.location.href='login.htm'</script>");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>出楼物品查询</title>
<link href="css/mycss.css" rel="stylesheet" type="text/css">
</head>
<body>
<%@ include file="head.htm" %>
<%
session.setAttribute("strSQL",null);
%>
<p> </p>
<p> </p>
<p> </p>
<form name="form1" method="post" action="/MyDesign/SearchOutthings">
<table width="28%" border="1" align="center" bordercolor="#660000" bgcolor="#CCCCCC">
<tr>
<td colspan="2" height="35"><div align="center"><font color="#660000" size="3">请输入查询条件:</font></div></td>
</tr>
<tr>
<td width="38%"><div align="center"><font color="#660000">学号</font></div></td>
<td width="62%"><font color="#660000">
<input name="studentid" type="text" id="studentid" size="20" maxlength="10">
</font></td>
</tr>
<tr>
<td><div align="center"><font color="#660000">出楼物品</font></div></td>
<td><font color="#660000">
<input name="thing" type="text" id="thing" size="20" maxlength="20">
</font></td>
</tr>
<tr>
<td height="35"><div align="center"><font color="#660000">出楼日期</font></div></td>
<td><font color="#660000" size="3">
<input name="outtime" type="text" id="outtime" size="20" maxlength="20">
</font></td>
</tr>
<tr>
<td height="35" colspan="2"><div align="center"> <font color="#660000" size="3">
<input type="submit" name="Submit" value="查询">
</font></div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -