⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rentinfopage.jsp

📁 JSP移动商品管理平台源代码.........
💻 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>
		<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.list!=null}">
					    <hr/><br/>
			            <h3 align="center">查&nbsp;&nbsp;询&nbsp;&nbsp;结&nbsp;&nbsp;果</h3> 
		  <display:table name="sessionScope.list" id="area" pagesize="15"
                           requestURI="/Imis/imis_hous/view/RentInfoPage.jsp" border="0" export="true" class="ziti">
                
                <display:column property="rentForToString" title="申请类型" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>               
                <display:column property="rentTypeToString" title="出租类型" width="160" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="roomNu" title="房间编号" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="toName" title="建筑物名称" width="250" bgcolor="#FFFFFF" headerClass="chaxun"/>
                <display:column property="appBy" title="申请人" width="150" bgcolor="#FFFFFF" headerClass="chaxun"/>              
               <display:column property="appDate" title="申请日期" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
               <display:column property="appDes" title="申请说明" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
               <display:column property="rentBeginDate" title="租用起始日期" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
               <display:column property="rentEndDate" title="租用截止日期" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
               <display:column property="rentFee" title="租金" width="130" bgcolor="#FFFFFF" headerClass="chaxun"/>
               <display:column property="checkBy" title="审核人" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
               <display:column property="checkDes" title="审核意见" width="180" bgcolor="#FFFFFF" headerClass="chaxun"/>
				<display:column property="checkDate" title="审核日期" width="150" bgcolor="#FFFFFF" headerClass="chaxun"/>
                 <display:column property="deletUrl" title="删除操作" width="130" 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">&nbsp;&nbsp;</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 + -