📄 roomapplyassignpage.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="display" uri="http://displaytag.sf.net" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="/Imis/imis_hous/css/style.css" rel="stylesheet"
type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>用房分配信息</title>
</head>
<body background="/Imis/imis_hous/css/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.list!=null}">
<hr/><br/>
<h3 align="center">查 询 结 果</h3>
<display:table name="sessionScope.list" id="area" pagesize="15"
requestURI="/Imis/imis_hous/view/RoomApplyAssignPage.jsp" border="0" export="true" class="ziti">
<display:column property="appBy" title="申请人" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="appDate" title="申请日期" width="150" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="appDes" title="申请内容" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="roomNu" title="分配房间编号" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="toName" title="建筑物名称" width="200" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="roomAssignDate" title="用房分配日期" width="150" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="useDate" title="用房使用结束日期" width="150" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="assiIsToString" title="分配性质" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="roomAssignExcuter" title="用房分配经手人" width="200" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="useDeptToString" title="使用部门" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="roomUser" title="用房使用人" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="assiBy" title="批准人" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="assiDesc" title="批准意见" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="deletUrl" title="删除操作" width="100" 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 + -