eXept Software AG Logo

Smalltalk/X Webserver

Smalltalk Dynamic Web Pages - Source of WebDemoApp1-testStauSuche:

Home

Documentation
www.exept.de
Everywhere
for:
testStauSuche:aRequest
    |replyPresenter|

    replyPresenter := aRequest replyPresenter.
    replyPresenter title:'Stau Suche'.
    replyPresenter parametersAt:#secondHeadLine put:'Test Stau Suche'.
    aRequest
        reply:
'<!-- Beginn Stausuche //-->
<table border=1 cellpadding=0 cellspacing=0 bordercolor=#999999>
<tr>
<td>
<table border=0 cellpadding=2 cellspacing=0>
<tr>
<td width=120 height=18 background="" bgcolor=#999999 align=center>
<font face=arial size=2 color=white>
<a style="color=white; text-decoration=none;" href=http://www.verkehrsinformation.de target=_blank><b>STAUSUCHE</b></a>
</td>
</tr>
<tr>
<td width=120 height=35 align=left bgcolor=#e3e4e3>
<form action="http://www.verkehrsinformation.de/index.php" method=get>
<input type=hidden name=tmp value=search>
<input type=hidden name=pid value="f6eb31b9">
<font face=verdana,arial size=1 color=black> <b>Autobahn:</b><br>
 <input type=text size=4 name=road value="alle" style="font-size: 12px;"> z.B.: A3
</td>
</tr>
<tr>
<td align=left bgcolor=#e3e4e3>
<font face=verdana,arial size=1 color=black> <b>Bundesland:</b><br>
 <select name=region style="font-size: 12px;">
<option value="%">alle
<option value="%">-------
<option value=1>Baden-Württenb.
<option value=2>Bayern
<option value=3>Berlin
<option value=4>Brandenburg
<option value=5>Bremen
<option value=6>Hamburg
<option value=7>Hessen
<option value=8>Mecklenburg-V.
<option value=9>Niedersachsen
<option value=10>Nordrhein-Westf.
<option value=11>Rheinland-Pfalz
<option value=12>Saarland
<option value=13>Sachsen-Anhalt
<option value=14>Schleswig-Holst.
<option value=15>Thüringen
<option value=16>Sachsen
</select>
</td>
</tr>
<tr>
<td align=center bgcolor=#e3e4e3 height=40 valign=center>
<input type=submit value="Stau suchen" style="font-size:12px; color:black; background-color:#ffcc00; border-color:white">
</td>
</tr></form>
</table>
</td>
</tr>
</table>
<!-- Ende Stausuche //-->'.

Edit
Index


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 09:29:09 GMT