<?xml version="1.0"?>

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card id = "card1" title="CEMS" ontimer="#card2">
<p>Welcome to CEMS Timetable service</p>

<do type="accept" label="Get Bus times">
  <go href="#card2"/>
</do>
<p>
<select name="service">
<option value="70">70 to the Centre</option>
<option value="99">99 to the Centre</option>
<option value="518sh">518 to Shirehampton</option>
<option value="518lg">518 to Longwell Green</option>
</select>
</p>

</card>

<card id="card2" title="Fetching departure times">
<p>
Fetch departure times for service $(service).
<br/>
<anchor> Fetch 
<go href="waptimes.php" method="get"> <postfield name="serviceid" value="$(service)"/> </go>
</anchor>
</p>
</card>
</wml>

