20 lines
478 B
HTML
20 lines
478 B
HTML
<div class="divContent">
|
|
<h2>Besucherdaten exportieren</h2>
|
|
<div class="divLine"> </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"> </div> |