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

📄 serchmessage.jsp

📁 jsp注册
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE2 {color: #FFFFFF}
.STYLE3 {color: #FF0000}
-->
</style>
</head>
<link href="mycss.css" rel="stylesheet" type="text/css" />
<body>
<table width="626" height="320" border="1" align="left" bgcolor="#FFFFFF">
  <tr>
    <td height="23" colspan="2" bgcolor="#996666"><div align="center" class="STYLE2">快捷操作</div></td>
    <td width="489" rowspan="10"><table width="454" height="263" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="450"><form id="form1" name="form1" method="post" action="serchmessage">
            <table width="450" height="261" border="0" align="center" cellspacing="0">
              <tr>
                <td width="448" height="142"><table width="447" height="140" border="1" cellspacing="0" bordercolor="#ECE9D8">
                    <tr>
                      <td width="216" height="22" bgcolor="#996666"><div align="center"><span class="STYLE2"><strong>*内容关键字</strong>(不是标题哦)</span></div></td>
                      <td width="221" bgcolor="#996666"><div align="center"><span class="STYLE2">*发信人或收信人</span></div></td>
                    </tr>
                    <tr>
                      <td height="66"><div align="center">
                          <input name="message" type="text" id="message" />
                      </div></td>
                      <td><div align="center">
                          <input name="pec" type="text" id="pec" />
                          <select name="select">
                            <option value="fromid">发信人</option>
                            <option value="toid">收信人</option>
                          </select>
                      </div></td>
                    </tr>
                    <tr>
                      <td height="27" bgcolor="#996666"><div align="center"><span class="STYLE2">搜索范围</span></div></td>
                      <td bgcolor="#996666"><div align="center"><span class="STYLE2">排序类型(默认升序)</span></div></td>
                    </tr>
                    <tr>
                      <td height="23"><div align="center">
                          <select name="box" id="box">
                            <option value="fromid">发件箱</option>
                            <option value="toid">收件箱</option>
                          </select>
                      </div></td>
                      <td><div align="center">
                          <select name="kind" id="kind">
                            <option value="zjtime">按收发时间</option>
                            <option value="fromid">按发信人</option>
                          </select>
                      </div></td>
                    </tr>
                </table></td>
              </tr>
              <tr>
                <td height="98"><div align="center">
                    <input type="submit" name="Submit" value="提交" />
                  </div>
                    <p align="center" class="STYLE3">内容和联系人只能选一个搜索。两个都选,默认内容搜索..</p></td>
              </tr>
            </table>
        </form></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td width="20" height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td width="95"><div align="center"><a href="sendmessage.jsp" target="_self">发送消息</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center">
      <div align="center"><img src="../pic/fileopen.png" width="16" height="14" /></div>
    </div></td>
    <td bgcolor="#ECE9D8"><div align="center"><a href="serchmessage.jsp">搜索消息</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center">
      <div align="center"><img src="../pic/file.gif" width="16" height="14" /></div>
    </div></td>
    <td><div align="center"><a href="zhuyi.jsp">注意事项</a></div></td>
  </tr>
  <tr>
    <td height="49" colspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td height="23" colspan="2" bgcolor="#996666"><div align="center" class="STYLE2">消息箱</div></td>
  </tr>
  <tr>
    <td height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td><div align="center"><a href="sendbox.jsp">发件箱</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td><div align="center"><a href="message.jsp" target="_self">收件箱</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td><div align="center"><a href="friend.jsp">联系人</a></div></td>
  </tr>
  <tr>
    <td height="37" colspan="2">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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