|
|
|
@ -10,22 +10,22 @@
@@ -10,22 +10,22 @@
|
|
|
|
|
«navigation()» |
|
|
|
|
«userinfo()» |
|
|
|
|
«messages()» |
|
|
|
|
<h1>Widerhall Archive:</h1> |
|
|
|
|
<h1>Widerhall-Archiv:</h1> |
|
|
|
|
<table id="post"> |
|
|
|
|
<tr> |
|
|
|
|
<th>Date</th> |
|
|
|
|
<th>Datum</th> |
|
|
|
|
<td>«data.date»</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>From</th> |
|
|
|
|
<th>Absender</th> |
|
|
|
|
<td>«data.from_name»</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>Subject</th> |
|
|
|
|
<th>Betreff</th> |
|
|
|
|
<td>«data.subject»</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>Content</th> |
|
|
|
|
<th>Inhalt</th> |
|
|
|
|
<td><pre>«data.text»</pre></td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|