20 lines
698 B
Smarty

<br>
<button class="btn btn-default" onclick="system.back();">zurück</button>
<br>
<br>
<div class="list_element" text_id="${id}" style="text-align: justify;">
<p style="float: left; font-size: 10pt; margin-top: 7px;">Author: <i>${author_name}</i></p>
<p style="float: right; font-size: 10pt; margin-top: 7px;">${ago}</p>
<div style="clear: both;"></div>
<div style="border-top: solid 1px black; width: 100%;"></div>
<h2>${id}</h2>
<h5>Tags: ${tags}</h5>
<br>
${text}
<p style="float: right; font-size: 10pt; margin-top: 7px;">Veröffentlicht: ${published}</p>
</div>
<br>
<br>
<button class="btn btn-default" onclick="system.back();">zurück</button>
<br>
<br>