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

📄 search.jsp

📁 java web开发宝典源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ include file="/view/setBasePath.jsp" %>
<html>
<head>
    <title>广运物流-查询</title>
    <base href="<%=basePath %>">
</head>
<body>
  <center>
      <html:form action="/transport/goodsdyn/search">
          <input type="hidden" name="method" value="Search">
          <input type="hidden" name="searchType" value="condition">
          <input type="hidden" name="from" value="form">
              <table border="1" width="600" cellspacing="0" bordercolor="#BEC7CE" bordercolorlight="#BEC7CE" bordercolordark="white" rules="rows">
                  <tr><td align="right" colspan="2"><jsp:include page="operate.jsp"/></td></tr>
                  <tr height="50" bgcolor="#BFD6E4">
                      <td width="50" align="right"><img src="image/search_pic.gif"></td>
                      <td align="center">
                          查询类型:
                          <html:select property="subsql">
                              <html:option value="goodsdyn_title">信息标题</html:option>
                              <html:option value="goodsdyn_text">信息内容</html:option>
                              <html:option value="goodsdyn_issuer">发布人</html:option>
                          </html:select>
                          关键字:
                          <html:text property="sqlvalue" size="35"/>
                          <html:submit style="border:0;width=47;height=20;background-image:url(image/search_b.gif)" value=" "/>
                      </td>
                  </tr>
                  <tr height="30">
                      <td align="center" colspan="2">
                          <html:errors property="noSubSqlE"/>
                          <html:errors property="noSqlValueE"/>
                      </td>
                  </tr>
              </table>
      </html:form>
  </center>  
</body>
</html>

⌨️ 快捷键说明

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