This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
go-trainer/demo_basic/page/default_blog/tpl/article_bulletin.tpl
2015-12-06 06:47:58 +01:00

21 lines
584 B
Smarty

<div style="border-bottom: #666666 1px solid; margin-top: 20px; max-height: 220px; overflow-x: hidden">
<a href="#!blog;tag.dummy;id.${id}">
<table style="width: 90%;">
<tr>
<td style="padding: 10px;">
<a href="#!blog;tag.dummy;id.${id}"><p>${id}</p></a>
</td>
<td style="text-align: right;">
<p>Eingestellt vor&nbsp;${ago}</p>
</td>
</tr>
<tr>
<td style=" padding: 10px;">
${text}
</td>
</tr>
</table>
</a>
</div>