reservations.html
<!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">

<!-- #BeginTemplate "Templates/paradise-beach.dwt" -->

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- #BeginEditable "doctitle" -->
<title>homeaccommodationsspaactivitiesr</title>
<!-- #EndEditable -->
<style type="text/css"></style>
<link rel="stylesheet" type="text/css" href="paradise.css" />
<!--[if lte IE 6.0]>
<style type="text/css">
#pb {
    background: url('images/pb-blue.gif') no-repeat:
}
</style>
<![endif]-->
<!-- #BeginEditable "head" -->
<!-- meta, styleblocks, etc. go here -->
<style type="text/css">
.group {
padding: .5em;
border: thin solid #000033;
width: 30em;
}
label {
width: 6em;
text-align: right;
padding-right: 1em;
float: left;
}
.ctr {
text-align: center;
}
.dateformat {font-size: x-small}
</style>
<!-- #EndEditable -->

</head>

<body>

<div>
	<p id="masthead">
	<img alt="The Club at Paradise Beach" src="images/pb.gif" 
	width="405" height="125" id="pb" /></p>
</div>
<div id="menu">
	<ul>
		<li><a href="index.html">home</a></li>
		<li><a href="accomodations.html">accommodations</a></li>
		<li><a href="spa.html">spa</a></li>
		<li><a href="resource.html">activities</a></li>
		<li><a href="reservations.html">reservations</a></li>
	</ul>
</div>
<div class="featured">
	<!-- #BeginEditable "featured" -->
	<h2>Featured Rooms</h2>
	<p><strong>Palace Suite with Luxurious Bath</strong> </p>
	<img alt="Jacuzzi tub bullt for two to share the private view." 
	src="images/luxury-suite.jpg" width="150" 
	height="99" />
	<p>
	<strong>Romance in the Round</strong></p>

	<img alt="Super size round bed suite" src="images/romance-round.jpg" 
	width="150" height="185" />
<!-- #EndEditable -->
</div>
<div id="content">
<!-- #BeginEditable "maincontent" -->
	<h1>
	<img alt="" src="images/dinner.jpg" 
	width="300" height="200" class="floatright" />Reservations for The Club at Paradise Beach</h1>
	<p>No server side processing has been created for this script but there is an asp acknowledgement page. </p>
	<div class="group">
<form action="thankyou.asp" method="post" name="comments" id="comments">
<p>
<label for="vname">Name:</label>
<input type="text" name="vname" id="vname" />
<br />
<label for="email">Email:</label>
<input type="text" name="email" id="email" />
<br />
<label for="email"> Start Date:</label>
<input type="text" name="startdate" id="startdate" />
<span class="dateformat">(mm/dd/yyyy)</span><br />
<label for="email">End Date:</label>
<input type="text" name="endate" id="endate" />
<span class="dateformat">(mm/dd/yyyy)</span><br />
<label for="email">Room Type:</label>
<select name="roomtype" id="roomtype">
  <option>Choose your room type</option>
  <option value="Palace Suite">- Palace Suite</option>
  <option value="Romance in the round">- Romance in the Round</option>
  <option value="Premium Ocean View">- Premium Ocean View</option>
  <option value="Premium Garden View">- Premium Garden View</option>
  <option value="Standard with Ocean View">- Standard Ocean Side</option>
  <option value="Standard with Garden View">- Standard Garden View</option>
  <option value="Economy Room">- Economy</option>
</select>
<br />
    <label for="comment">Special Requests or additional questiosn </label>
    <textarea name="comment" cols="40" rows="8" id="comment"></textarea>
</p>
<p class="ctr">
<input type="submit" name="Submit" value="Submit" /> 
 
<input type="reset" name="Reset" value="Clear" /></p>
</form>
</div> 


    	<!-- #EndEditable -->

</div>
	<div id="footer">© 2007 by-expression.com and Cheryl D Wise</div>

</body>

<!-- #EndTemplate -->

</html>