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

33 lines
1.0 KiB
HTML

<!-- header element -->
<div class="divContent">
<h2>Sitzplan</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<tr>
<th>Name</th>
<td><input type="text" name="name" value="{NAME}" class="formText" /></td>
</tr>
<tr>
<td colspan="2">
<script type="text/javascript">
AC_FL_RunContent( 'codebase', 'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '660',
'height', '400',
'align', 'middle',
'src', 'flash/room',
'quality', 'high',
'bgcolor', '#ffffff',
'name', 'editTemplate',
'allowscriptaccess', 'sameDomain',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'movie', 'flash/room',
'scale', 'noscale',
'flashvars', 'roomxml={XML}');
</script>
<input type="hidden" name="xml" id="xmldata" value="{XML}" />
</td>
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>