translated post.st
This commit is contained in:
@@ -10,22 +10,22 @@
|
|||||||
«navigation()»
|
«navigation()»
|
||||||
«userinfo()»
|
«userinfo()»
|
||||||
«messages()»
|
«messages()»
|
||||||
<h1>Widerhall Archive:</h1>
|
<h1>Widerhall-Archiv:</h1>
|
||||||
<table id="post">
|
<table id="post">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date</th>
|
<th>Datum</th>
|
||||||
<td>«data.date»</td>
|
<td>«data.date»</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>From</th>
|
<th>Absender</th>
|
||||||
<td>«data.from_name»</td>
|
<td>«data.from_name»</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Subject</th>
|
<th>Betreff</th>
|
||||||
<td>«data.subject»</td>
|
<td>«data.subject»</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Content</th>
|
<th>Inhalt</th>
|
||||||
<td><pre>«data.text»</pre></td>
|
<td><pre>«data.text»</pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user