📄 elecinfobysearch.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="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.ElecInfoList!=null}">
<hr/><br/>
<h3 align="center">查 询 结 果</h3>
<display:table name="sessionScope.ElecInfoList" id="elecInfo" pagesize="15"
requestURI="/Imis/imis_elec/elecInfoBySearch.jsp" border="0" background="images/bg_main.png" frame="iframe_search" export="true" class="ziti" >
<display:column property="userId" title="户号" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="userName" title="户名" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecType" title="电价形式" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="usedBy" title="托收号" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="addr" title="地址" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="depa" title="单位" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecGre" title="电压等级" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="runCap" title="运行容量" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="remark" title="备注" width="150" 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 + -