26 lines
717 B
Smalltalk
26 lines
717 B
Smalltalk
<fieldset>
|
|
<legend>Liste der (bearbeitbaren) Mailing-Listen</legend>
|
|
<table id="listlist">
|
|
<tr>
|
|
<th colspan="4">List</th>
|
|
<th colspan="4">IMAP</th>
|
|
<th colspan="3">SMTP</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Adresse</th>
|
|
<th>Status</th>
|
|
<th>Letzter Fehler</th>
|
|
<th>Aktionen</th>
|
|
<th>Host</th>
|
|
<th>Port</th>
|
|
<th>Posteingang</th>
|
|
<th>Host</th>
|
|
<th>Port</th>
|
|
</tr>
|
|
</table>
|
|
<a href="add_list">Neue Mailing-Liste anlegen</a>
|
|
<script type="text/javascript">
|
|
loadListOfModeratedLists();
|
|
</script>
|
|
</fieldset> |