📄 detail.jsp
字号:
<%@ page language="java" import="java.util.*,com.qhit.kgdyffje.vo.*" pageEncoding="gbk"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="bean" uri="http://struts.apache.org/tags-bean" %>
<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html"%>
<HTML>
<HEAD>
<TITLE>北京出租房</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<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" />
<script language="javascript">
function back(){
window.history.back();
window.history.back();
}
function tableview(){
document.all.mytable.style.display="block";
}
function photoview(){
var path=document.all.photo.src;
path=path.substring(path.lastIndexOf("/")+1,path.length);
document.all.myform.action="houseInfoOptionAction.do?photoname="+path+"&url=detail.jsp";
document.all.myform.submit();
}
</script>
</HEAD>
<form action="" name="myform" method="post">
<input type="hidden" name="method" value="LookExecute"/>
</form>
<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">
<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">
<table width="450">
<tr>
<td id=listTitle><bean:write name="zfinfo" property="title"/></td>
</tr>
<tr>
<td id=listTitle><hr/></td>
</tr>
<tr>
<td><strong>房屋图片: </strong><img width="132" height="115" id="photo" name="photo" src="images/${zfinfo.picture}" />
<span onclick="photoview()" style="cursor:hand;color:blue;">查看原图片</span>
</td>
</tr>
<tr>
<td><strong>电话/手机:</strong><bean:write name="zfinfo" property="telephone"/> </td>
</tr>
<tr>
<td><strong>联系人:</strong><bean:write name="zfinfo" property="lxr"/> </td>
</tr>
<tr>
<td><strong>房屋类型:</strong>
<c:out value="${zfinfo.housetype.fwlx}"/>
</td>
</tr>
<tr>
<td><strong>户型:</strong><bean:write name="zfinfo" property="shi" /> 室 <bean:write name="zfinfo" property="ting"/> 厅</td>
</tr>
<tr>
<td><strong>价格:</strong><bean:write name="zfinfo" property="zj"/> 元</td>
</tr>
<tr>
<td><strong>地段:</strong>
<c:out value="${zfinfo.channel.areainfo.qx}"/>/区
<c:out value="${zfinfo.channel.jdname}"/>/村
</td>
</tr>
<tr>
<td><strong>发布时间:</strong> <bean:write name="zfinfo" property="cdate"/> </td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td ><bean:write name="zfinfo" property="fwxx"/></td>
</tr>
<tr>
<td><input type="button" value="后退" class="btn" onclick="window.location.href='index.jsp'"></td>
</tr>
</table>
</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 + -