init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
19
template/tpl/list_a_monat.tpl
Normal file
19
template/tpl/list_a_monat.tpl
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
<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 />
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue