Lines Matching refs:ret
181 $ret = '';
184 $ret .= '<div class="columns1">';
185 …$ret .= '<form name="routenplaner2" method="get" target="_blank" action="http://www.lycos.de/route…
186 … $ret .= '<input type="hidden" name="tocountry" value="'.$this->l2s_country_names[$country].'" />';
187 $ret .= '<input type="hidden" name="tostreet" value="'.$street.'" />';
188 $ret .= '<input type="hidden" name="toplz" value="'.$zip.'" />';
189 $ret .= '<input type="hidden" name="tocity" value="'.$town.'" />';
190 …$ret .= '<table border="0" cellpadding="0" cellspacing="0" style="background-image:url(http://www.…
191 …$ret .= '<table border="0" cellpadding="0" cellspacing="0" style="margin-left:15px;padding: 0px 0p…
192 $ret .= '<tr>';
193 $ret .= '<td width="47%"> </td>';
194 $ret .= '<td width="6%"> </td>';
195 $ret .= '<td width="47%"><strong>Ziel:</strong></td>';
196 $ret .= '</tr>';
197 $ret .= '<tr>';
198 $ret .= '<td width="47%"><strong>Start:</strong></td>';
199 $ret .= '<td width="6%"> </td>';
200 …$ret .= '<td width="47%"><input type="text" name="toname_" value="'.$company.'" disabled="disabled…
201 $ret .= '</tr>';
202 $ret .= '<tr>';
203 …$ret .= '<td><input type="TEXT" name="fromstreet" value="Straße" size="12" style="width: 155px;" t…
204 $ret .= '<td> </td>';
205 …$ret .= '<td><input type="TEXT" name="tostreet_" value="'.$street.'" size="12" style="width: 155px…
206 $ret .= '</tr>';
207 $ret .= '<tr>';
208 …$ret .= '<td><input type="TEXT" name="fromplz" value="PLZ" size="5" style="width: 45px;" maxlengt…
209 …$ret .= '<input type="TEXT" name="fromcity" value="Ort" size="8" style="width: 101px;" tabindex="3…
210 $ret .= '<td></td>';
211 …$ret .= '<td><input type="TEXT" name="toplz_" value="'.$zip.'" tabindex="6" size="5" style="width:…
212 …$ret .= '<input type="TEXT" name="tocity_" value="'.$town.'" tabindex="7" size="8" style="width: 1…
213 $ret .= '</tr>';
214 $ret .= '<tr>';
215 $ret .= '<td><select name="fromcountry" tabindex="4" style="width:155px;">';
216 $ret .= ' <option value="---">Bitte wählen...</option>';
217 $ret .= ' <option value="BEL">Belgien</option>';
218 $ret .= ' <option value="DNK">Dänemark</option>';
219 $ret .= ' <option value="DEU" selected="selected">Deutschland</option>';
220 $ret .= ' <option value="FRA">Frankreich</option>';
221 $ret .= ' <option value="GBR">Großbritannien</option>';
222 $ret .= ' <option value="ITA">Italien</option>';
223 $ret .= ' <option value="LIE">Liechtenstein</option>';
224 $ret .= ' <option value="LUX">Luxemburg</option>';
225 $ret .= ' <option value="NLD">Niederlande</option>';
226 $ret .= ' <option value="NOR">Norwegen</option>';
227 $ret .= ' <option value="AUT">Österreich</option>';
228 $ret .= ' <option value="PRT">Portugal</option>';
229 $ret .= ' <option value="SWE">Schweden</option>';
230 $ret .= ' <option value="CHE">Schweiz</option>';
231 $ret .= ' <option value="ESP">Spanien</option>';
232 $ret .= '</select>';
233 $ret .= '</td>';
234 $ret .= '<td></td>';
235 …$ret .= '<td><input type="text" name="tocountry_" value="'.$country.'" disabled="disabled" style="…
236 $ret .= '</tr>';
237 $ret .= '<tr>';
238 …$ret .= ' <td colspan="3" align="right" style="float:right;"><div class="button" style="width:110p…
239 $ret .= '</tr>';
240 $ret .= '</table>';
241 $ret .= '</td></tr></table></form>';
242 $ret .= '<div class="breaker"></div>';
243 $ret .= '</div>';
245 return $ret;