


<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.stayfinder.com/mobile/dtd/wml_1.1.xml">

<wml>              <!-- root element -->

<card id="card1" title="Stayfinder.com">
	<p align="center">
	<strong>Stayfinder.com</strong>
	</p>

  <p>              <!-- a card can only contain P blocks or DO blocks  --> 
	
    <a href="#card2">Book Hotels</a><br/>
    <a href="airguide/airguide.asp">Air Guide</a><br/>
    <a href="#card7">Restaurants</a><br/>
    <a href="#card6">Car Rental</a><br/>
    <a href="#card5">ATM</a><br/>
    <a href="#card3">Your Account</a><br/>
	<a href="#card4">Contact Us</a><br/>
	
 </p>
</card>
<card id="card2"  title="Book Hotels" newcontext="true">
  <p align="center">
  <do type="accept" label="Search">
	<go href="bookings/search_place.asp?place=$(place)"/>
  </do>
   <strong>Enter the Place Name</strong></p><p>(first letter or the full name)</p>
   <p><input type="text" name="place" maxlength="32"/></p>
</card>

<card id="card3"  title="Your Account" newcontext="true">
  <p align="center">
  <do type="accept" label="Submit">
	<go href="youraccount/youraccount.asp" method="post">
	<postfield name="user" value="$(username)"/>
	<postfield name="pwd" value="$(pwd)"/>
	</go>
  </do>
   <strong>Enter your E-mail address:</strong></p><p><input type="text" title="E-mail" name="username" maxlength="32" format="*m"/></p>
   <p align="center">
   <strong>Enter your stayfinder.com password:</strong></p><p><input type="password" name="pwd" maxlength="32"/>
  </p>
</card>
<card id="card4"  title="Contact Us">
  <p>Stayfinder.com, Inc.<br/>
   Phone:<br/>609.799.9235 <br/>
   E-mail:<br/>info@stayfinder.com
  <do type="options" name="Previous" label="Back">
      <prev/>
  </do>
  </p>
</card>
<card id="card5"  title="ATM" newcontext="true">
  <p align="center">
  <do type="accept" label="Search">
	<go href="atm/search_place.asp?place=$(place)"/>
  </do>
   <strong>Enter the Place Name</strong></p><p>(first letter or the full name)</p>
   <p><input type="text" name="place" maxlength="32"/></p>
</card>
<card id="card6"  title="Car Rental" newcontext="true">
  <p align="center">
  <do type="accept" label="Search">
	<go href="car_rental/search_place.asp?place=$(place)"/>
  </do>
   <strong>Enter the Place Name</strong></p><p>(first letter or the full name)</p>
   <p><input type="text" name="place" maxlength="32"/></p>
</card>
<card id="card7"  title="Restaurants" newcontext="true">
  <p align="center">
  <do type="accept" label="Search">
	<go href="restaurant/search_place.asp?place=$(place)"/>
  </do>
   <strong>Enter the Place Name</strong></p><p>(first letter or the full name)</p>
   <p><input type="text" name="place" maxlength="32"/></p>
</card>
</wml>
