Browse Source

translated post.st

lang_de
Stephan Richter 2 years ago
parent
commit
54dd9b92a0
  1. 10
      static/templates/post.st

10
static/templates/post.st

@ -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>

Loading…
Cancel
Save