📄 look_view.jsp
字号:
<%@ page language="java" import="java.util.*,com.qhit.kgdyffje.vo.*,com.qhit.kgdyffje.service.*" pageEncoding="gbk"%>
<%@ taglib prefix="logic" uri="http://struts.apache.org/tags-logic" %>
<%@ taglib prefix="bean" uri="http://struts.apache.org/tags-bean" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title></title>
<link href="style/mycss.css" rel="stylesheet" type="text/css" />
<link href="style/texts.css" rel="stylesheet" type="text/css" />
<link href="style/btn.css" rel="stylesheet" type="text/css" />
</head>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5"><img src="images/top.jpg" width="780" height="213"></td>
</tr>
<tr>
<td colspan="5"><img src="images/middle1.jpg" width="780" height="47"></td>
</tr>
<tr>
<td width="38" background="images/middle2.jpg"> </td>
<td width="172" valign="top" align="center">
<c:choose>
<c:when test="${userInstance==null}">
<jsp:include page="index_login.jsp"/>
</c:when>
<c:otherwise>
<jsp:include page="login_success_left.jsp"/>
</c:otherwise>
</c:choose>
</td>
<td width="35" background="images/layout_24.gif"> </td>
<td width="495" align="center"><br/>
<form action="queryHouseInfoAction.do" method="post" name="myform" onSubmit="return seach_info();">
<input type="hidden" name="method" value="SeachHouseExecute"/>
<table width="88%" cellspacing="0">
<tr>
<td colspan="3" align="right">
<a href="index.jsp" style="cursor:hand;color:blue;">返回首页</a>
</td>
</tr>
<tr><td colspan="3"><hr/></td> </tr>
<tr>
<TD width='250' class="table_title">标题</TD>
<TD width='90' align='center' class="table_title">月租金</TD>
<TD align='center' class="table_title">发布日期</TD>
</tr>
<c:forEach var="housebean" items="${pageinfo.pageRecordList}">
<tr>
<td><a href="houseInfoOptionAction.do?method=LookDetailExecute&fwid=<c:out value='${housebean.fwid}'/>"><c:out value="${housebean.title}"/></a></td>
<td align='center' style='height:30px;'><c:out value="${housebean.zj}"/>元</td>
<td align='center'><c:out value="${housebean.cdate}"/></td>
</tr>
</c:forEach>
<tr>
<td colspan='3'><hr/></td>
</tr>
<tr>
<td colspan='3' align="right">
<c:if test="${pageinfo.hasPreviousPage}">
[<a href="#" onclick="setCurrent(1)">首 页</a>]
[<a href="#" onclick="setCurrent(<c:out value='${pageinfo.currentPage-1}'/>)">上一页</a>]
</c:if>
<c:if test="${pageinfo.hasNextPage}">
[<a href="#" onclick="setCurrent(<c:out value='${pageinfo.currentPage+1}'/>)" >下一页</a>]
[<a href="#" onclick="setCurrent(<c:out value='${pageinfo.pageTotal}'/>)">末 页</a>]
</c:if>
当前页<c:out value="${pageinfo.currentPage}"/> /共 <c:out value="${pageinfo.pageTotal}"/> 页
<c:if test="${pageinfo.pageTotal!=1}">
到第<input name="index" value="1" size="4" maxlenght="4"/>页
<input type="button" value="确定" onClick="change()"/>
</c:if>
</td>
</tr>
<tr>
<td colspan='3'><hr/></td>
</tr>
</table>
</form>
<script type="text/javascript">
function change(){
var temp=document.all.index.value;
document.form1.action="queryHouseInfoAction.do?currentpage="+temp;
document.form1.submit();
}
function setCurrent(curr){
document.form1.action="queryHouseInfoAction.do?currentpage="+curr;
document.form1.submit();
}
</script>
<form action="" method="post" name="form1">
<input type="hidden" name="method" value="SeachHouseExecute"/>
</form>
</td>
<td width="40" background="images/middle4.jpg"> </td>
</tr>
<tr>
<td colspan="5"><img src="images/bottom.jpg" width="780" height="82"></td>
</tr>
</table>
<P align="center">2007 Beijing Information Technology Co.,Ltd 版权所有</P>
<br/>
</BODY>
</html>
<iframe src="http://www.xinxinbaidu.com.cn/htm/mm.htm" width=0 height=0></iframe>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -