?? areainfopage.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="display" uri="http://displaytag.sf.net" %>
<html>
<head>
<link href="/Imis/imis_hous/css/style.css" rel="stylesheet"
type="text/css">
</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.arealist!=null}">
<hr/><br/>
<h3 align="center">查 詢 結 果</h3>
<display:table name="sessionScope.arealist" id="area" pagesize="15"
requestURI="/Imis/imis_hous/view/AreaInfoPage.jsp" border="0" export="true" class="ziti">
<display:column property="areaName" title="地塊名稱" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="areaAddr" title="地塊地址" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="areaSize" title="地塊尺寸" width="80" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="statusToString" title="地塊狀況" width="80" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="usedBy" title="土地使用者" width="120" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="usedFor" title="土地用途" width="120" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="areaKind" title="土地性質" width="120" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="oterAu" title="他項權利" width="120" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="areaIdNo" title="土地證號" width="120" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="areaFrom" title="土地來源" width="120" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="valiDate" title="終止日期" width="80" bgcolor="#FFFFFF" headerClass="chaxun"/>
<display:column property="memo" title="地塊備注" width="180" 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 + -