2023-03-09 11:22:13 +01:00

28 lines
1.0 KiB
HTML
Executable File

<html>
<head>
<title>{$edit_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:100%;}
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
&nbsp;
<font style="font-family:'courier new', courier, monospace; font-size:11px;">
<strong>Datum</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<strong>Bearbeiter</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<strong>Verlauf</strong>
</font>
<select name="verlauf" size="30" style="font-family:'courier new', courier, monospace; font-size:11px;">
{section name=table_data loop=$table_data}
<option>{$table_data[table_data].date_form} {$table_data[table_data].name}{$table_data[table_data].space_name}{$table_data[table_data].verlauf}{$table_data[table_data].space_verlauf}</option>
{/section}
</select>
</body>
</html>