74 lines
2.4 KiB
HTML
74 lines
2.4 KiB
HTML
<div class="divContent">
|
|
<h2>Termin</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th>Datum/Uhrzeit</th>
|
|
<td>
|
|
<input type="text" name="date_day{ID}" value="{DAY}" maxlength="2" class="formDate" onChange="unsave()" /> .
|
|
<input type="text" name="date_month{ID}" value="{MONTH}" maxlength="2" class="formDate" onChange="unsave()" /> .
|
|
<input type="text" name="date_year{ID}" value="{YEAR}" maxlength="4" class="formDate" onChange="unsave()" />,
|
|
<input type="text" name="date_hour{ID}" value="{HOUR}" maxlength="2" class="formDate" onChange="unsave()" /> :
|
|
<input type="text" name="date_min{ID}" value="{MIN}" maxlength="2" class="formDate" onChange="unsave()" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Eintritt A</th>
|
|
<td>
|
|
<input type="text" name="date_entry0{ID}" value="{ENTRY0}" class="formDate" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Eintritt B</th>
|
|
<td>
|
|
<input type="text" name="date_entry1{ID}" value="{ENTRY1}" class="formDate" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Eintritt C</th>
|
|
<td>
|
|
<input type="text" name="date_entry2{ID}" value="{ENTRY2}" class="formDate" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Ermäßigungen</th>
|
|
<td>
|
|
{REDUCTIONS}
|
|
</td>
|
|
</tr>
|
|
<!-- BEGINBLOCK SIMPLE -->
|
|
<tr>
|
|
<th>Raum</th>
|
|
<td><input type="text" name="date_room{ID}" value="{ROOM}" maxlength="64" class="formText" onChange="unsave()" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Plätze</th>
|
|
<td><input type="text" name="date_seats{ID}" value="{SEATS}" maxlength="4" class="formDate" onChange="unsave()" /></td>
|
|
</tr>
|
|
<!-- ENDBLOCK SIMPLE -->
|
|
<!-- BEGINBLOCK SEAT -->
|
|
<tr>
|
|
<th>Sitzplan</th>
|
|
<td>
|
|
<select name="date_room{ID}" {ROOM_DISABLED}>
|
|
{ROOMS}
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<!-- ENDBLOCK SEAT -->
|
|
<!-- BEGINBLOCK TABLE -->
|
|
<tr>
|
|
<th>Sitzplan</th>
|
|
<td>
|
|
<select disabled="disabled">
|
|
<option>Tischreservierung</option>
|
|
</select>
|
|
<input type="hidden" name="date_room{ID}" value="59" />
|
|
</td>
|
|
</tr>
|
|
<!-- ENDBLOCK TABLE -->
|
|
</table>
|
|
<div class="delete" onMouseOver="showTooltip('Termin löschen')" onClick="setAction('deleteDate', {POSITION}); document.forms[0].submit();"><img src="images/delete1.png" alt="Termin löschen" onMouseOver="swapImage(this,2)" onMouseOut="swapImage(this,1)" onMouseDown="swapImage(this,3)" onMouseUp="swapImage(this,2)" /></div>
|
|
</div>
|
|
<div class="divSeparator"> </div>
|