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.
2016-04-18 01:43:35 +02:00

22 lines
587 B
Smarty

<div id="guide_tag" style="opacity: 0;" guide="${id}"></div>
<div class="row guide_row">
<h1>${title}</h1>
<p style="font-style: italic">by ${author}, seit dem letzten Eintrag sind ${last_edit}</p>
</div>
<div class="row guide_row">
${text}
</div>
<div class="row guide_row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
${rating}
<hr>
<h4>Beitrag kommentieren</h4>
${new_comment}
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<h3>Kommentare</h3>
<hr>
${commentlist}
</div>
</div>