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

📄 query.jsp

📁 办公系统的设计与实现。该系统是基于web的开发项目
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>文件查询</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
.style1 {font-size: larger}
.style3 {color: #FF0000}
.style6 {
	font-size: 12px;
	color: #3300FF;
}
body {
	background-color: #CCFFCC;
}
.style9 {font-size: 12px}
-->
</style>
</head>

<body>
<table width="943" height="64" border="0">
  <tr>
    <td width="937" bgcolor="#66CCFF" scope="col"><img src="image/105948-10.gif" width="350" height="65">    </td>
  </tr>
</table>
<table width="939" height="668" border="0">
  <tr>
    <td width="10" rowspan="2" bgcolor="#FFFFFF" scope="col"><p align="center">&nbsp;</p>
    <div align="center"></div></td>
    <td width="919" height="100" valign="top" bgcolor="#CCFFCC" scope="col"><div align="center">
      <pre class="style1">                         当前-&gt;<span class="style3">查询文件</span>          <a href="upload.jsp">上传文件</a>              <span class="style3"><a href="modify.jsp">修改路径</a></span></pre>
      <table width="402" border="0" align="left">
        <tr>
          <td width="396" height="57" bordercolor="#FFFFFF" bgcolor="#CCFFCC"><span class="style6">**以下为模糊查询,查询条件可以不填写</span></td>
        </tr>
      </table>
    </div></td>
  </tr>
  <tr>
    <td width="919" height="562" align="center" valign="top" bgcolor="#CCFFCC" scope="col"><form name="form1" method="post" action="fct.jsp">
      <table width="630" height="200" border="0">
        <tr>
          <td width="102" height="31" scope="col"><div align="center">文件名称:</div></td>
          <th width="518" scope="col">            <div align="left">
            <input name="title" type="text" size="50">          
          </div></th>
        </tr>
        <tr>
          <td height="31" scope="col"><div align="center">文件关键字:</div></td>
          <th scope="col"><div align="left">
            <input name="keyword" type="text" size="50">
          </div></th>
        </tr>
        <tr>
          <td height="31" scope="col"><div align="center">文件类别:</div></td>
          <th scope="col">
            <div align="left">
              <select name="kind" id="select3">
                  <option value="通知">通知</option>
                  <option value="通报">通报</option>
                  <option value="函">函</option>
                  <option value="请示">请示</option>
                  <option value="报告">报告</option>
                  <option value="批复">批复</option>
                  <option value="意见">意见</option>
                  <option value="会议纪要">会议纪要</option>
                  <option value="决定">决定</option>
              </select>
            </div></th>
        </tr>
        <tr>
          <td height="31" scope="col"><div align="center">文件来源:</div></td>
          <th scope="col">            <div align="left">
            <input name="origin" type="text" size="50">          
          </div></th>
        </tr>
        <tr>
          <td height="31" scope="col"><div align="center">上传时间:</div></td>
          <td scope="col">              <div align="left">
                <input name="ddate" type="text" id="date" size="20">
                <span class="style9">注:填写格式为:yyyy-mm-dd,例如:2006-06-07</span></div></td>
        </tr>
        <tr>
          <td height="31" colspan="2" scope="col"><div align="center">
              <input type="submit" name="Submit" value="开始">
              <input name="reset" type="reset" id="reset" value="重新填写">
          </div></td>
          </tr>
      </table>
      <p align="right">退出系统<a href="logoff.jsp"><img src="image/smile.jpg" width="34" height="24" border="0"></a></p>
    </form></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -