<%@ Page language="c#" Codebehind="Search.aspx.cs" AutoEventWireup="false" Inherits="Reservation.Search" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
    <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
    <meta name="CODE_LANGUAGE" Content="C#">
    <meta name=vs_defaultClientScript content="JavaScript (ECMAScript)">
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta content="Booking form of Reservation Web Application" name=Description>
<meta content="C#, .NET, Pagebox" name=keywords><LINK href="reservation.css" type=text/css rel=stylesheet >
  </HEAD>
  <body>
<table class=title width=620>
  <tr>
    <td align=middle>Reservation: 
Search</td></tr></table>
<table class=menu width=620>
  <tr>
    <td align=middle><A title="To login" href="Login.aspx" >Login</A></td>
    <td align=middle><A title="To update personal information" href="Update.aspx" >Update</A></td>
    <td align=middle><A href="Book.aspx" >Book</A></td>
    <td align=middle><A href="Search.aspx" >Search</A></td>
    <td align=middle><a 
      href="http://pagebox.net/dotnet/resa-search.html" 
      >Help</a></td></tr></table>
    <form id="Search" method="post" runat="server">
<p>Neighbors of <asp:DropDownList ID="ddNeighbors" Runat="server" AutoPostBack="True"></asp:DropDownList></p>
<table border=0>
  <tr>
    <td>Address:</td>
    <td><asp:textbox id=tbAddress runat="server" Width="460px" MaxLength="255"></asp:textbox></td></tr>
  <tr>
    <td>City:</td>
    <td><asp:textbox id=tbCity runat="server" Width="300px" MaxLength="50"></asp:textbox></td></tr>
  <tr>
    <td>State:</td>
    <td><asp:dropdownlist id=ddState Runat="server"></asp:dropdownlist></td></tr>
  <tr>
    <td>Zip code:</td>
    <td><asp:textbox id=tbZip runat="server" Width="200px" MaxLength="10"></asp:textbox></td></tr>
  <tr>
    <td>Country:</td>
    <td><asp:dropdownlist id=ddCountry Runat="server"></asp:dropdownlist></td></tr>
  <tr>
    <td>Region:</td>
    <td><asp:textbox id=tbRegion runat="server" Width="200px" MaxLength="10"></asp:textbox></td></tr>
  <tr>
    <td>Latitude:</td>
    <td><asp:textbox id=tbLatitude runat="server" Width="240px" MaxLength="12"></asp:textbox></td></tr>
  <tr>
    <td>Longitude:</td>
    <td><asp:textbox id="tbLongitude" runat="server" Width="240px" MaxLength="12"></asp:textbox></td></tr></table>
<p></p>
<table border=0>
  <tr>
    <td vAlign=top>
      <p>Click below if you want to select a schedule</p>
      <table class=hours>
        <tr>
          <th>Hour</th>
          <th>8</th>
          <th>9</th>
          <th>10</th>
          <th>11</th>
          <th>12</th>
          <th>13</th>
          <th>14</th>
          <th>15</th>
          <th>16</th>
          <th>17</th>
          <th>18</th></tr>
        <tr>
          <td vAlign=top align=right>00</td>
          <td><asp:checkbox id=H800 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H900 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1000 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1100 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1200 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1300 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1400 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1500 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1600 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1700 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1800 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td></tr>
        <tr>
          <td align=right>30</td>
          <td><asp:checkbox id=H830 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H930 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1030 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1130 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1230 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1330 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1430 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1530 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1630 Text="" Width="20px" Runat="server" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1730 Runat="server" Width="20px" Text="" Enabled="False"></asp:checkbox></td>
          <td><asp:checkbox id=H1830 Runat="server" Width="20px" Text="" Enabled="False"></asp:checkbox></td></tr></table>
      <p></p><asp:button id=btnList Runat="server" Text="List"></asp:button>
      <asp:Button ID=btnClear Runat="server" Text="Clear schedule selection"></asp:Button></td>
    <td width=10></td>
    <td>
<asp:calendar id=CalBook DayHeaderStyle-BackColor="#ffbbaa" Runat="server" TitleStyle-BackColor="#bb1111" TitleStyle-ForeColor="White" BackColor="#ffdddd" OtherMonthDayStyle-BackColor="LightGray" TodayDayStyle-BackColor="#ffcc66">
</asp:calendar></td></tr></table>
<p>Selected Reservation instances:</p>
<asp:datagrid id=dgApplications runat="server" Width="620px" DataKeyField="url" AutoGenerateColumns="False" HeaderStyle-HorizontalAlign="Center" HeaderStyle-BackColor="#bb1111" HeaderStyle-ForeColor="white" AlternatingItemStyle-BackColor="#ffdddd">
  <Columns>
	<asp:HyperLinkColumn HeaderText="Url" ItemStyle-Width="80%" DataTextField="Url" DataNavigateUrlField="Url" DataNavigateUrlFormatString="{0}/Book.aspx"/>
	<asp:HyperLinkColumn HeaderText="Directions" ItemStyle-Width="10%" Text="Mapquest" DataNavigateUrlField="MapQuest" DataNavigateUrlFormatString="http://www.mapquest.com/directions{0}"/>
	<asp:HyperLinkColumn HeaderText="Details" ItemStyle-Width="10%" Text="Details" DataNavigateUrlField="LUrl" DataNavigateUrlFormatString="ApplicationDetails.aspx?url={0}"/>
  </Columns>
	</asp:datagrid>
<p></p><asp:Label Runat="server" ID="lblStatus"></asp:Label></form>
<p class=timestamp>
<script>
  document.write(document.lastModified);
</script>.
© 2002 Alexis Grandemange</p>
	
  </body>
</HTML>