10 lines
No EOL
304 B
Smarty
10 lines
No EOL
304 B
Smarty
<form action="" method="post">
|
|
Bitte wähle eine Liste: <select name="liste">
|
|
{foreach from=$table item=table}
|
|
|
|
<option value="{$table}">{$table}</option>
|
|
{/foreach}
|
|
</select>
|
|
<input type="date" name="dasdatum" value="{$time|date_format:"%d.%m.%Y"}" />
|
|
<input type="submit" value="ok" />
|
|
</form> |