📄 elecdev_chk_bysearch.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.ElecDev_ChkList!=null}">
<hr/><br/>
<h3 align="center">查 询 结 果</h3>
<display:table name="sessionScope.ElecDev_ChkList" id="elecDev_Chk" pagesize="15"
requestURI="/Imis/imis_elec/elecDev_Chk_bysearch.jsp" border="0" export="true" class="ziti">
<%-- <display:column property="elecDevChkId" title="用电检查派单ID" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
<display:column property="userId" title="户号" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="chkDevTypeName" title="检查设备类型" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevRepFlagName" title="维修需求标志" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevChkStaff" title="用电检查人员" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevChkContent" title="用电检查内容" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="elecDevChkDate" title="检查派单日期" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<%-- <display:column property="reMark" title="标志" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>--%>
<display:column property="memo" title="备注" width="250" 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()"/>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -