'<' %@ page contentType="text/html" language="java" % '>'
'<' %@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" % '>'
'<' %@ taglib prefix="chronobot" uri="/WEB-INF/tlds/ChronobotTaglib"% '>'
'<' ?xml version="1.0" encoding="UTP-8"? '>'
'<' !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" '>'
'<' html xmlns="http://www.w3.org/1999/xhtml" '>'
'<' head '>'
'<' meta http-equiv="content-type" content="text/html"/ '>'
'<' title '>' BidRoom Status '<' /title '>'
'<' /head '>'
'<' body '>'
'<' div id="heading" '>'
'<' h3 '>' BidRoom Status '<' /h3 '>'
'<' /div '>'
'<' div id="main" '>'
'<' c:set var="usrID" value="${empty sessionScope.usrID ? 'guest' : sessionScope.usrID}"/ '>'
'<' c:set var="usrPwd" value="${empty sessionScope.usrPwd ? 'guest' : sessionScope.usrPwd}"/ '>'
'<' form name="frmBidRoomList" action="" method="post" '>'
'<' input name="BidRoomId" type="hidden"/ '>'
'<' chronobot:ListBidRoom var="BidRoomList" userId="${usrID}" userPwd="${usrPwd}"/ '>'
'<' table border=1 bordercolorlight=gray bordercolordark=lightblue cellpadding=0 cellspacing=1 '>'
'<' tr '>'
'<' th align="center" '>'
BidRoom Id
'<' /th '>'
'<' th align="center" '>'
BidRoom Name
'<' /th '>'
'<' th align="center" '>'
BidRoom Description
'<' /th '>'
'<' /tr '>'
'<' c:forEach var="BidRoom" varStatus="row" items="${BidRoomList.rows}" '>'
'<' tr bgcolor="${((row.index % 2) == 0) ? 'blanchedalmond' : 'navajowhite'}" '>'
'<' td align="center" '>' ${BidRoom.bidRoomId} '<' /td '>'
'<' td align="center" '>' ${BidRoom.bidRoomName} '<' /td '>'
'<' td '>' ${BidRoom.bidRoomDescr} '<' /td '>'
'<' /tr '>'
'<' /c:forEach '>'
'<' /table '>'
'<' /form '>'
'<' form action="test.htm" method="post" '>'
'<' table '>'
'<' tr '>'
'<' td '>'
'<' input name="submit" type="submit" value="Back" WIDTH: 75px; HEIGHT: 24px"/ '>'
'<' /td '>'
'<' /tr '>'
'<' /table '>'
'<' /form '>'
'<' /div '>'
'<' !--End of main contents-- '>'
'<' /body '>'
'<' /html '>'