2017-04-19 04:42:46 +05:00
|
|
|
<div id="{{post.PostHash}}"
|
2017-04-19 17:17:05 +05:00
|
|
|
{{#post.OP}}
|
2017-04-19 20:05:32 +05:00
|
|
|
class="messageroot post"
|
2017-04-19 17:17:05 +05:00
|
|
|
{{/post.OP}}
|
|
|
|
{{^post.OP}}
|
2017-04-19 20:05:32 +05:00
|
|
|
class="message post"
|
2017-04-19 17:17:05 +05:00
|
|
|
{{/post.OP}}
|
2017-07-04 03:04:02 +05:00
|
|
|
data-name="{{post.Name}}"
|
2017-04-19 04:42:46 +05:00
|
|
|
data-frontend="{{post.Frontend}}"
|
|
|
|
data-newsgroup="{{post.Board}}"
|
|
|
|
data-msgid="{{post.MessageID}}"
|
|
|
|
data-msgidhash="{{post.PostHash}}"
|
|
|
|
data-rootmsgid="{{post.Reference}}"
|
|
|
|
data-rootmsgidhash="{{post.ReferenceHash}}"
|
2017-07-31 03:20:14 +05:00
|
|
|
data-pubkey="{{post.PubkeyHex}}"
|
2017-04-19 04:42:46 +05:00
|
|
|
{{#post.Sage}}
|
|
|
|
data-sage="1"
|
|
|
|
{{/post.Sage}}
|
|
|
|
{{#post.IsI2P}}
|
|
|
|
data-origin="i2p"
|
|
|
|
{{/post.IsI2P}}
|
|
|
|
{{#post.IsTor}}
|
|
|
|
data-origin="tor"
|
|
|
|
{{/post.IsTor}}
|
|
|
|
{{#post.IsClearnet}}
|
|
|
|
data-origin="clearnet"
|
|
|
|
{{/post.IsClearnet}}
|
2018-03-10 02:19:08 +05:00
|
|
|
data-frontendpubkey="{{post.FrontendPubkey}}"
|
2017-04-19 04:42:46 +05:00
|
|
|
data-posturl="{{post.PostURL}}">
|
|
|
|
{{#post.Attachments}}
|
|
|
|
<a href="{{Source}}" class="image_link" target="_blank" title="{{Filename}}"><img src="{{Thumbnail}}" class="image" /></a>
|
|
|
|
{{/post.Attachments}}
|
2018-08-16 02:32:47 +05:00
|
|
|
<a name="{{post.PostHash}}"></a><span class="topicline"><b data-subject="{{post.Subject}}" class="subject">{{post.Subject}}</b> {{post.Name}} <span class="published">{{post.Frontend}} || {{post.Date}}</span> {{{post.Pubkey}}} <a href="{{post.PostURL}}">№</a>
|
2018-10-26 16:30:20 +05:00
|
|
|
<a href="#" onclick="nntpchan_mod_delete('{{post.PostHash}}');">[Delete]</a>
|
2017-04-19 16:27:40 +05:00
|
|
|
<a href="#" onclick="return quickreply('{{post.ShortHash}}', '{{post.PostHash}}', '{{post.PostURL}}');"> {{post.ShortHash}}</a>
|
2017-04-19 04:42:46 +05:00
|
|
|
</span>
|
|
|
|
<br /><br />
|
2017-04-19 05:02:48 +05:00
|
|
|
<span class="message_span">{{{post.RenderBody}}}</span>
|
2017-04-19 04:42:46 +05:00
|
|
|
<br style="clear: both;" />
|
|
|
|
</div>
|