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

27 lines
777 B
HTML

<div class="divContent">
<h2>Seiteneinstellungen</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<!-- BEGINBLOCK ERROR -->
<tr>
<th><div class="error">Fehler</div></th>
<td><div class="error">{ERRORMESSAGE}</div></td>
</tr>
<!-- ENDBLOCK ERROR -->
<tr>
<th>Titel</th>
<td><input type="text" value="{TITLE}" disabled="disabled" class="formText" onChange="unsave()" /></td>
</tr>
<tr>
<th>HTML-Template</th>
<td>
<select name="page_template" {TEMPLATE_DISABLED}>
{TEMPLATES}
</select>
</td>
<!--<td><input type="text" name="page_template" value="{TEMPLATE}" {TEMPLATE_DISABLED} class="formText" onChange="unsave()" /></td>
-->
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>