<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/dtd/wml_1_1.dtd"> 


<wml>
	<card title="AvBrief" id="home">
		<p>
			Welcome to the AvBrief WAP site<br/>
			<anchor title="Check weather"><go href="#lookup"/>Check weather</anchor><br/>
		</p>
	</card>
	<card id="lookup">
		<p>
			Enter ICAO for apt:
			<input name="icao" format="4M" maxlength="4" emptyok="true" value=""/>
		</p>
		<p>
			<anchor title="Lookup"><go href="wx.wml?icao=$(icao)"/>Lookup this airport</anchor><br/>
		</p>
	</card>	
</wml>

