?? 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 + -