<?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml> 
<head>
<meta forua='true' http-equiv='Cache-Control' content='max-age=0'/> 
</head>

<card id='busqueda' title='Secretaría General'>
<p>Alcaldía Mayor de Bogotá</p>

<p>Ingrese su dirección:</p>

<p><input type='text' name='dir' value='' /></p>

<p>Opciones:</p>

<p>1. Búsqueda de sitios:</p>

<p>¿Qué busca?:</p>
<p><input type='text' name='palabras_clave' value='' emptyok='true' /></p>
<p align='center'>
<anchor>
Buscar Sitios Cercanos
<go href='wml_sitiosencontrados.php' method='post'>
<postfield name='f_dir' value='$(dir)'/>
<postfield name='f_palabras_clave' value='$(palabras_clave)'/>
</go>
</anchor>
</p>

<p>2. Ruta más corta:</p>

<p>Dirección destino:</p>
<p><input type='text' name='dirdest' value='' /></p>
<p align='center'>
<anchor>
Obtener Ruta Mas Corta
<go href='wml_rutamascorta.php' method='post'>
<postfield name='f_dir' value='$(dir)'/>
<postfield name='f_dirdest' value='$(dirdest)'/>
</go>
</anchor>
</p>

</card>
</wml>
