2016-02-28 14:19:55 +05:00
|
|
|
<div id="{{post.PostHash}}" class="{{post.CSSClass}}">
|
2016-02-16 02:29:54 +05:00
|
|
|
<legend class="postheader">
|
|
|
|
<span class="origin">
|
2016-02-28 14:19:55 +05:00
|
|
|
{{#post.IsI2P}}
|
2016-02-28 17:40:16 +05:00
|
|
|
<img src="{{post.Prefix}}static/i2p.png" title="{{#i18n.Translations}}{{from_i2p}}{{/i18n.Translations}}" />
|
2016-02-28 14:19:55 +05:00
|
|
|
{{/post.IsI2P}}
|
|
|
|
{{#post.IsTor}}
|
2016-02-28 17:40:16 +05:00
|
|
|
<img src="{{post.Prefix}}static/tor.png" title="{{#i18n.Translations}}{{from_tor}}{{/i18n.Translations}}" />
|
2016-02-28 14:19:55 +05:00
|
|
|
{{/post.IsTor}}
|
|
|
|
{{#post.IsClearnet}}
|
2016-02-28 17:40:16 +05:00
|
|
|
<img src="{{post.Prefix}}static/clearnet.png" title="{{#i18n.Translations}}{{from_clearnet}}{{/i18n.Translations}}" />
|
2016-02-28 14:19:55 +05:00
|
|
|
{{/post.IsClearnet}}
|
2016-02-16 02:29:54 +05:00
|
|
|
</span>
|
2016-02-28 14:19:55 +05:00
|
|
|
<span class="subject">{{post.Subject}}</span>
|
|
|
|
<span class="name">{{post.Name}}</span>
|
|
|
|
<time datetime="{{post.DateRFC}}">{{post.Date}}</time>
|
2016-04-30 22:03:18 +05:00
|
|
|
<a href="#" class="postnol">No.</a><a class="postno" onclick="nntpchan_reply('{{post.Prefix}}', this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}">{{post.ShortHash}}</a>
|
2016-02-28 17:40:16 +05:00
|
|
|
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
|
2016-02-28 14:19:55 +05:00
|
|
|
<span class="tripcode">{{{post.Pubkey}}}</span>
|
2015-11-07 20:37:18 +05:00
|
|
|
</legend>
|
2016-02-29 19:06:13 +05:00
|
|
|
<div class="attachments">
|
2016-02-28 14:19:55 +05:00
|
|
|
{{#post.Attachments}}
|
2015-11-07 20:37:18 +05:00
|
|
|
<figure>
|
|
|
|
<figcaption>
|
2016-04-27 18:36:57 +05:00
|
|
|
<a class="file" href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" class="thumbnail"/></a>
|
2015-11-07 20:37:18 +05:00
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2016-02-28 14:19:55 +05:00
|
|
|
{{/post.Attachments}}
|
2016-02-29 19:06:13 +05:00
|
|
|
</div>
|
2016-02-16 01:20:37 +05:00
|
|
|
<div class="post_body">
|
2016-02-28 14:19:55 +05:00
|
|
|
{{{post.RenderBody}}}
|
2016-02-16 01:20:37 +05:00
|
|
|
</div>
|
2016-02-15 21:06:59 +05:00
|
|
|
</div>
|