Files
bm/public_html/public/cms/templates/eventlist.html
2025-09-24 13:26:28 +02:00

37 lines
883 B
HTML

<div class="divContent">
<h2>Veranstaltungsliste</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<tr>
<th>Kategorie</th>
<td><select name="category" onChange="unsave()">{CATEGORIES}</select></td>
</tr>
<tr>
<th>Zeitraum</th>
<td>
<select name="type" onChange="unsave()">
<option value="current" {TYPE_CURRENT}>Aktuell</option>
<option value="archive" {TYPE_ARCHIVE}>Archiv</option>
<option value="artist" {TYPE_ARTIST}>Künstler</option>
</select>
</td>
</tr>
<tr>
<th>Haus</th>
<td>
<select name="houseId" onChange="unsave()">
{HOUSES}
</select>
</td>
</tr>
<tr>
<th>HTML-Template</th>
<td>
<select name="template" {TEMPLATE_DISABLED}>
{TEMPLATES}
</select>
</td>
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>