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

23 lines
449 B
HTML

<div class="divContent">
<h2>Kopie von Seite</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<tr>
<th>Kopie von</th>
<td>
<select name="stdpage" {PAGES_DISABLED}>
{PAGES}
</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>