📄 elecdevinfobysearch.jsp
字号:
<%@ 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" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<base href="<%=basePath%>">
<title>查询结果</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" class="ziti">
<table width="90%" border="0" align="center">
<tr>
<td align="center"><img border="0" src="/Imis/imis_elec/images/logomain.gif" width="934" height="65"></td>
</tr>
<tr>
<td>
<c:if test="${sessionScope.ElecDevInfoList!=null}">
<hr/><br/>
<h3 align="center">查 询 结 果</h3>
<display:table name="sessionScope.ElecDevInfoList" id="elecDevInfo" pagesize="15"
requestURI="/Imis/imis_elec/elecDevInfoBySearch.jsp" border="0" export="true" class="ziti" width="100%">
<%-- <display:column property="elecEquiNo" title="序列号" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
<%-- <display:column property="elecDevNo" title="用电设备编号" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
<display:column property="userId" title="户号" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevTypeName" title="用电设备类型" width="90" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevName" title="用电设备名称" width="90" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevType" title="用电设备型号" width="90" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevPower" title="用电设备功率" width="80" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevSpec" title="用电设备规格" width="90" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevStatusName" title="设备状况" width="70" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevAddr" title="设备安装位置" width="90" bgcolor="#FFFFFF" headerClass="chaxun"/>
<%-- <display:column property="reMark" title="标志" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
<display:column property="memo" title="备注" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:setProperty name="sort.behavior" value="list"/>
<display:setProperty name="paging.banner.include_first_last" value=""/>
<display:setProperty name="paging.banner.placement" value="bottom"/>
<display:setProperty name="export.csv" value="false"/>
<display:setProperty name="export.xml" value="false"/>
</display:table>
</c:if> </td>
</tr>
<tr>
<td colspan="1"> </td>
</tr>
<tr>
<td align="center" valign="middle">
<script language="JavaScript">
function shutwin(){
window.close();
return;}
</script>
<input type="submit" name="Submit" value="关 闭" class="anniu" onclick="shutwin()"/>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -