?? elecdevinfo_search.jsp
字號(hào):
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="display" uri="http://displaytag.sf.net" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>My JSP 'elecDevInfo_search.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<link rel="stylesheet" type="text/css" href="/Imis/imis_elec/css/style.css">
<body BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 scrolling="auto" background="/Imis/imis_elec/images/bg_main.png" >
<%
if(session.getAttribute("ElecDevInfoList") != null) {
session.removeAttribute("ElecDevInfoList");
}
%>
<form method="post" action="/Imis/servlet/ElecDevInfo?pattern=search" target="blank">
<table align="center" width="100%" border="0" class="ziti">
<tr>
<td width="100%" height="20" valign="center" align="left" colspan="2" background="/Imis/imis_elec/images/bg_main2.png"><font color="black">用電設(shè)備信息查詢</font></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td align="right" width="30%">用電設(shè)備編號(hào):</td>
<td><input type="text" name="ElecDevNo" class="text1"/></td>
</tr>
<tr>
<td align="right">戶 號(hào):</td>
<td><input type="text" name="UserId" class="text1" /></td>
</tr>
<tr>
<td> <input type="hidden" name="OrganOf" value=<%= session.getAttribute("OrganID") %> /> </td>
<td> </td>
</tr>
<tr>
<td></td>
<td align="left"><input type="submit" name="Submit" value="查 詢" class="anniu" /></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -