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

📄 communityimagedetail.jsp

📁 一个购房管理系统,JSF+Hibernate+Mssql2
💻 JSP
字号:
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Detail of Image</title>

	</head>
	<body>
		<f:view>
			<f:loadBundle basename="resources" var="label" />
			<h:messages errorStyle="color: red" infoStyle="color: green"
				layout="table" />			
			<h:form>
				<h:commandButton action="v_HouseInfo" value="#{label.Back}"/>
				<br>
				<h:graphicImage url="#{house.detailUrl}images.do?method=getCommunityImages_vh&id=1" width="100%"/>
				<br>
				<h:graphicImage url="#{house.detailUrl}images.do?method=getCommunityImages_vh&id=2" width="100%"/>
				<br>
				<h:graphicImage url="#{house.detailUrl}images.do?method=getCommunityImages_vh&id=3" width="100%"/>
				<br>
				<h:graphicImage url="#{house.detailUrl}images.do?method=getCommunityImages_vh&id=4" width="100%"/>
				<br>
				<h:graphicImage url="#{house.detailUrl}images.do?method=getCommunityImages_vh&id=5" width="100%"/>
				<br>
				<h:graphicImage url="#{house.detailUrl}images.do?method=getCommunityImages_vh&id=6" width="100%"/>
				<br>				
				<h:commandButton action="v_HouseInfo" value="#{label.Back}" />
				<br>
			</h:form>

		</f:view>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -