<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd" >
<wml>
<card id="Intro" title="123 Cacher, annuaire des restaurants cacher">
	<p>
	<br/>
	Recherche simple<br />
	Restaurant : <input type="text" name="restaurant" value="" size="10"/><br />
	Code postal : <input type="text" name="cp" value="" format="" size="5" /><br />
	Mot clé : <input type="text" name="mot" value="" size="10"/><br />
		<anchor title="Valider">Rechercher
		    <go href="/wap/restaurants-cacher.php" method="post">
				<postfield name="valid" value="1" />
				<postfield name="restaurant" value="$(restaurant)" />
		  		<postfield name="cp" value="$(cp)" />
				<postfield name="mot" value="$(mot)" />
			</go>
		</anchor>
	<br/>
		<a href="/wap/rechercher.php">Recherche avancée</a><br />
	</p>
</card>
</wml>