Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/templates/default/postreply.mustache

33 lines
716 B
Plaintext
Raw Normal View History

2015-08-04 19:03:44 +05:00
<div class="thread_reply" id="post_{{PostHash}}">
<p class="intro">
<label for="delete_{{PostHash}}">
<span class="subject">
{{Subject}}
</span>
<span class="name">
{{#Sage}}
<a href="mailto:sage">
{{Name}}
</a>
{{/Sage}}
{{^Sage}}
{{Name}}
{{/Sage}}
</span>
<time
</label>
<a href="{{PostURL}}" onclick="">
No. {{PostHash}}
</a>
</p>
<div class="files">
{{#Image}}
<a class="file" href="{{Source}}">
<img class="file-thumbnail" src="{{Thumbnail}}" />
</a>
{{/Image}}
</div>
<div class="thread_reply_body">
{{{RenderBody}}}
</div>
</div>