?? rentbuildingsinfopage.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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>建筑物信息</title>
</head>
<link href="/Imis/imis_hous/css/style.css" rel="stylesheet"
type="text/css">
<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/RentBuildingsInfoPage.jsp" border="0" export="true" class="ziti">
<display:column property="buildingName" title="建筑物名稱" width="230" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="buildingArea" title="建筑物面積" width="100" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="buildingLayers" title="建筑物層數" width="80" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="buildDate" title="建筑物年代" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="own" title="房屋所有人" width="200" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="addr" title="地址" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="rentBd" title="租用開始日期" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="rentEd" title="租用截止日期" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="rent" title="租金" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="rentFor" title="建筑物用途" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="perDate" title="審核日期" width="150" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="perm" 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 + -