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

📄 searchrepair.jsp

📁 一个完整的学生管理 软件,界面优美,代码有注释,很容易看懂
💻 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" %>
<p>&nbsp;</p>
<p>&nbsp;</p>
<%
session.setAttribute("strSQL",null);
%>
<form name="form1" method="post" action="/MyDesign/SearchRepair">
  <table width="28%" border="1" align="center" bordercolor="#660000" bgcolor="#CCCCCC">
    <tr> 
      <td colspan="2" height="35"><div align="center"><font color="#660000" size="6"><strong>维修查询</strong></font></div></td>
    </tr>
    <tr> 
      <td colspan="2" height="35"><div align="center"><font color="#660000" size="4">请输入查询条件:</font></div></td>
    </tr>
    <tr> 
      <td width="36%" height="30"> <div align="center"><font color="#660000" size="3">楼号</font></div></td>
      <td width="64%"><font color="#660000" size="3"> 
        <input name="donghao" type="text" id="donghao2" size="20" maxlength="2">
        </font></td>
    </tr>
    <tr> 
      <td height="35"><div align="center"><font color="#660000" size="3">房号</font></div></td>
      <td><font color="#660000" size="3"> 
        <input name="houseid" type="text" id="houseid" size="20" maxlength="3">
        </font></td>
    </tr>
    <tr> 
      <td height="35"><div align="center"><font color="#660000" size="3">报修物品</font></div></td>
      <td><font color="#660000" size="3"> 
        <input name="things" type="text" id="things" size="20" maxlength="20">
        </font></td>
    </tr>
    <tr> 
      <td height="35"><div align="center"><font color="#660000" size="3">维修完毕</font></div></td>
      <td><font color="#660000" size="3"> 
        <select name="isrepair" id="isrepair">
          <option>请选择</option>
          <option>是</option>
          <option>否</option>
        </select>
        </font></td>
    </tr>
    <tr> 
      <td height="35"><div align="center"><font color="#660000" size="3">报修日期</font></div></td>
      <td><p><font color="#660000" size="3"> 
          <input name="calldate" type="text" id="calldate" size="20" maxlength="20">
          </font></p></td>
    </tr>
    <tr> 
      <td height="35"><div align="center"><font color="#660000" size="3">维修日期</font></div></td>
      <td><font color="#660000" size="3"> 
        <input name="repairdate" type="text" id="things3" 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"> 
        <select name="peichang" id="select2">
          <option>请选择</option>
          <option>是</option>
          <option>否</option>
        </select>
        </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 + -