%@ page language="java" contentType="text/html;charset=gbk" %>
<%@ page import="java.util.Vector" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()
+":"+request.getServerPort()+path+"/";
%>
中华帮网-慈善拍卖
<%
show.init(5);
String types="";
String announce=show.getAnnounce();
String gwt=show.getGwt();
String hdfs=show.getHdfs();
String cyfs=show.getCyfs();
String[] room=show.getRooms();
Vector vtTypes1=show.getVtTypes1();//放在左边的物品类型版面
Vector vtTypes2=show.getVtTypes2();//右边
if(room[5]!=null)
{
room[5]=room[5].substring(5,19);
}
%>
拍卖声明
拍卖直播
物品名称:<%=room[1]%>
物品类别:<%=room[3]%>
开拍时间:<%=room[5]%>
物品状态:<%=room[6]%>
起拍价格:<%=room[4]%>
<%=gwt%>
<%=hdfs%>
<%=cyfs%>
拍卖分类
<%
if(vtTypes1!=null){
for(int i=0;i
<%}}%>
<%
if(vtTypes2!=null){
for(int i=0;i
<%}}%>