19 lines
513 B
Smarty
19 lines
513 B
Smarty
|
|
<b><i><span style='font-size:20.0pt;line-height:115%;
|
|
color:#4F81BD'>Auswahl Monatslisten </span></i></b></p>
|
|
|
|
|
|
<form action="" method="post">
|
|
<select name="monate" style="width:180px;" >
|
|
{html_options values=$monate.id output=$monate.name selected=$monate.monat}
|
|
</select>
|
|
|
|
<select name="jahre" style="width:180px;" >
|
|
{html_options values=$jahre.id output=$jahre.name selected=$jahre.jahr}
|
|
</select>
|
|
<input type="submit" name="tourwahl" value="Liste laden" >
|
|
</form>
|
|
|
|
<br />
|
|
|
|
|