92 lines
2.1 KiB
HTML
92 lines
2.1 KiB
HTML
<div class="divContent">
|
|
<h2>Startseite</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th>HTML-Template</th>
|
|
<td>
|
|
<select name="template" {TEMPLATE_DISABLED}>
|
|
{TEMPLATES}
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Zielseite für Veranstaltungen</th>
|
|
<td>
|
|
<select name="eventList" {EVENT_LIST_DISABLED}>
|
|
{EVENT_LISTS}
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div>
|
|
|
|
<!-- BEGINBLOCK ADMIN -->
|
|
<!--
|
|
<div class="divContent">
|
|
<h2>Events</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th>Include-Events</th>
|
|
<td>
|
|
<input type="text" value="{INCLUDEEVENTS}" name="includeEvents" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Exclude-Events</th>
|
|
<td>
|
|
<input type="text" value="{EXCLUDEEVENTS}" name="excludeEvents" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div>
|
|
-->
|
|
<!-- ENDBLOCK ADMIN -->
|
|
|
|
<div class="divContent">
|
|
<h2>Header</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th>Veranstaltung</th>
|
|
<td>
|
|
<select name="headerEvent1">
|
|
{HEADEREVENT1}
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Bild</th>
|
|
<td>
|
|
<!-- BEGINBLOCK HEADERIMAGE1 -->
|
|
<div id="headerImage1">
|
|
<img src="{HEADERIMAGE1}" height="50">
|
|
<a href="" onclick="javascript:document.querySelector('input[name=headerImageDelete1]').value=1; document.querySelector('#headerImage1').style.display='none'; return false;">Bild löschen</a>
|
|
</div>
|
|
<!-- ENDBLOCK HEADERIMAGE1 -->
|
|
<input type="file" name="headerImage1" onChange="unsave()" /> (910x280px)
|
|
<input type="hidden" name="headerImageDelete1" value="0" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Titel</th>
|
|
<td>
|
|
<input type="text" value="{HEADERTITLE1}" name="headerTitle1" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Untertitel</th>
|
|
<td>
|
|
<input type="text" value="{HEADERSUBTITLE1}" name="headerSubtitle1" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div>
|
|
|
|
<script>
|
|
|
|
</script> |