Redesigned forum

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI
2012-08-16 19:35:05 +02:00
parent 1d0a513ea2
commit 08e987c4bb
3 changed files with 28 additions and 20 deletions

View File

@@ -28,10 +28,11 @@
</tr>
{% for post in posts %}
<tr>
<td class="szoveg"><div>{{ post.text|bbdecode }}</div></td>
<td class="felado">
{{ post.createdAt|date('Y-m-d') }}<br />
{{ post.createdAt|date('H:i') }}<br />
<td class="datum">
{{ post.createdAt|date('Y-m-d') }}
{{ post.createdAt|date('H:i') }}
</td>
<td class="felado" rowspan="2">
[avatar]<br />
{{ post.createdBy|userdataspan }}<br />
Szint<br />
@@ -40,6 +41,9 @@
{{ post.createdBy.RegisteredAt|date('Y-m-d') }}
</td>
</tr>
<tr>
<td class="szoveg"><div>{{ post.text|bbdecode }}</div></td>
</tr>
{% endfor %}
</tbody>
</table>