Lines Matching refs:txt
132 $txt .= ' <form accept-charset="ISO-8859-1" action="http://reiseauskunft.bahn.de/bin/query.exe/dn"…
134 $txt .= ' <input type="hidden" name="start" value="1" />';
136 $txt .= '<input type="hidden" name="returnTime" value="'.$start_date.'" />';
138 $txt .= ' <input type="hidden" name="returnTimesel" value="depart" />';
139 $txt .= ' <input type="hidden" name="REQ0Tariff_TravellerType.1" value="E" />';
140 $txt .= ' <input type="hidden" name="REQ0Tariff_TravellerReductionClass.1" value="0" />';
141 $txt .= ' <input type="hidden" name="REQ0Tariff_Class" value="2" />';
142 $txt .= ' <input type="hidden" name="REQ0JourneyProduct_prod_list" id="REQ0JourneyProduct_prod_li…
144 $txt .= ' <table cellpadding="0" cellspacing="0" border="0">';
145 $txt .= ' <tr><td>';
147 $txt .= ' <table cellspacing="0" cellpadding="1" style="margin-top:3px;margin-bottom:3px;">';
148 $txt .= ' <tr>';
149 $txt .= ' <td>';
150 $txt .= ' <a href="#" id="bf" title="Geben Sie eine Station ein, um hier einen Abfahrtsplan z…
151 $txt .= ' </td>';
153 $txt .= ' <td colspan="2">';
155 $txt .= ' <input id="S" name="S" type="hidden" size="18" value="'.$start_station.'"/>'.$start…
157 $txt .= ' <input id="S" name="S" type="text" onKeyUp="updateurl();" size="18" /><br />';
159 $txt .= ' </td>';
161 $txt .= ' </tr>';
162 $txt .= ' <tr>';
163 $txt .= ' <td>';
164 $txt .= ' <label for="Z">Nach:</label><br />';
165 $txt .= ' </td>';
166 $txt .= ' <td colspan="2">';
168 $txt .= ' <input id="Z" name="Z" type="hidden" size="18" value="'.$end_station.'"/>'.$end_sta…
171 $txt .= ' <input id="Z" name="Z" type="text" size="18" /> <br />';
173 $txt .= ' </td>';
174 $txt .= ' </tr>';
175 $txt .= ' <tr>';
176 $txt .= ' <td>';
177 $txt .= ' <label for="date">Datum:</label>';
178 $txt .= ' </td>';
179 $txt .= ' <td>';
181 $txt .= ' <input id="date" name="date" type="hidden" maxlength="10" size="6" value="'.$start_…
183 $txt .= ' <input id="date" name="date" type="text" maxlength="10" size="6" />';
185 $txt .= ' </td>';
186 $txt .= ' <td rowspan="2">';
190 $txt .= ' <input type="hidden" checked="1" name="timesel" value="depart" id="T1" />';
194 $txt .= ' <input type="hidden" checked="1" name="timesel" value="arrive" id="T2" />';
197 $txt .= ' <label for="T1">Abfahrt</label><br />';
198 $txt .= ' <input type="radio" name="timesel" value="depart" id="T1" checked="1"/>';
199 $txt .= ' <label for="T2">Ankunft</label>';
200 $txt .= ' <input type="radio" name="timesel" value="arrive" id="T2" />';
202 $txt .= ' </td>';
203 $txt .= ' </tr>';
204 $txt .= ' <tr>';
205 $txt .= ' <td>';
207 $txt .= ' <label for="time">'.$time_prefix.': </label><br />';
209 $txt .= ' <label for="time">Uhrzeit: </label><br />';
211 $txt .= ' </td>';
212 $txt .= ' <td>';
214 $txt .= ' <input id="time" name="time" type="hidden" maxlength="5" size="6" value="'.$start_t…
217 $txt .= ' <input id="time" name="time" type="text" maxlength="5" size="6" />';
219 $txt .= ' </td>';
220 $txt .= ' </tr>';
221 $txt .= ' <tr>';
222 $txt .= ' <td colspan="3">';
223 $txt .= ' <input name="submitButton" value="Verbindung suchen" class="submit" alt="Submit" ty…
224 $txt .= ' </td>';
225 $txt .= ' </tr>';
226 $txt .= ' </table>';
228 $txt .= ' </td>';
230 $txt.='<td valign="top">';
231 $txt .= ' <table class="tables" cellpadding="0" cellspacing="0" border="0">';
232 $txt .= ' <tr>';
233 $txt .= ' <td>';
234 $txt .= ' <input type="button" class="switch" onClick="flipStations();" value=" " title="Stat…
235 $txt .= ' <img onClick="flipStations();" src="http://projects.ff22.de/gadgets/flip.gif" title…
236 $txt .= ' </td>';
237 $txt .= ' </tr>';
238 $txt .= ' </table>';
239 $txt .= ' </td>';
241 $txt .= ' </tr>';
242 $txt .= ' </table>';
244 $txt .= ' </form>';
245 $txt .= ' </div>';
246 return $txt;