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

20 lines
478 B
HTML

<div class="divContent">
<h2>Besucherdaten exportieren</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<tr>
<th>Gruppe</th>
<td>
<select name="group">
<option value="0">Alle</option>
{GROUPS}
</select>
</td>
</tr>
<tr>
<th>Export</th>
<td><input type="submit" name="export" value="Datei herunterladen" onclick="download('export');" /></td>
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>