15 lines
313 B
HTML
15 lines
313 B
HTML
<div class="divContent">
|
|
<h2>Suche</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>
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div> |