Merge branch 'main' into lang_de

This commit is contained in:
2022-04-25 12:18:16 +02:00
4 changed files with 22 additions and 8 deletions

View File

@@ -1,13 +1,19 @@
<!DOCTYPE html>
<html>
«head()»
<body>
<body id="archive">
«navigation()»
«userinfo()»
«messages()»
<h1>Widerhall List Archive</h1>
<h1>«data.list»&nbsp; &nbsp;List Archive</h1>
<fieldset>
<legend>Subscription</legend>
<a href="subscribe?list=«data.list»">subscribe</a>
<a href="unsubscribe?list=«data.list»">un-subscribe</a>
</fieldset>
«if(data.month)»
<table id="archive">
<table>
<tr>
<th>Datum</th>
<th>Absender</th>
@@ -18,7 +24,7 @@
loadArchive('«data.list»','«data.month»');
</script>
«else»
<table id="archive">
<table>
<tr>
<th>Monat</th>
<th>Zahl der Nachrichten</th>