Java-basierte Mailinglisten-Anwendung, die auf IMAP+SMTP aufsetzt, und damit (fast) jede Mailbox in eine Mailingliste verwandeln kann.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

42 lines
1.1 KiB

<!DOCTYPE html>
<html>
«head()»
<body id="archive">
«navigation()»
«userinfo()»
«messages()»
<h1>«data.list»&nbsp; &nbsp;Listen-Archiv</h1>
<fieldset>
<legend>Abonnement</legend>
<a href="subscribe?list=«data.list»">abonnieren</a>
<a href="unsubscribe?list=«data.list»">abbestellen</a>
</fieldset>
«if(data.month)»
<table>
<tr>
<th>Datum</th>
<th>Absender</th>
<th>Betreff</th>
«if (data.moderator)»
<th>Aktionen</th>
«endif»
</tr>
</table>
<script type="text/javascript">
loadArchive('«data.list»','«data.month»');
</script>
«else»
<table>
<tr>
<th>Monat</th>
<th>Zahl der Nachrichten</th>
</tr>
</table>
<script type="text/javascript">
loadArchiveSummary('«data.list»');
</script>
«endif»
«footer()»
</body>
</html>