<?xml version="1.0" encoding="ISO-8859-1"?>
<!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="no-cache, max-age=0, must-revalidate, proxy-revalidate, s-maxage=0"/>
 </head>
-->
 <template>
  <do type="prev" label="Zurück"><prev/></do>
 </template>

 <card id="input" title="BBBike">
<!--  <p align="center"><big>BBBike</big></p> -->
  <p><b>Start</b><br/>
     Straße: <input type="text" name="startname" emptyok="false"/><br/>
     Bezirk: <input type="text" name="startbezirk" emptyok="true"/><br/>
     <b>Ziel</b><br/>
     Straße: <input type="text" name="zielname" emptyok="false" /><br/>
     Bezirk: <input type="text" name="zielbezirk" emptyok="true"/><br/>
  <anchor>Route suchen
   <go href="/cgi-bin/wapbbbike.cgi?startname=$(startname)&amp;startbezirk=$(startbezirk)&amp;zielname=$(zielname)&amp;zielbezirk=$(zielbezirk)" method="get"/>
  </anchor><br/>
  <anchor>Erweiterte Suche
   <go href="/cgi-bin/wapbbbike.cgi?startname=$(startname)&amp;startbezirk=$(startbezirk)&amp;zielname=$(zielname)&amp;zielbezirk=$(zielbezirk);form=advanced" method="get"/>
  </anchor>
  </p>
<p>----------</p><p>  <anchor>Info
   <go href="/cgi-bin/wapbbbike.cgi?info=1"/>
  </anchor><br/>
  </p>
 </card>
</wml>

