45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <div id="{{post.PostHash}}"
 | |
|      {{#post.OP}}
 | |
|      class="messageroot post"
 | |
|      {{/post.OP}}
 | |
|      {{^post.OP}}
 | |
|      class="message post"
 | |
|      {{/post.OP}}
 | |
|      data-name="{{post.Name}}"
 | |
|      data-frontend="{{post.Frontend}}"
 | |
|      data-newsgroup="{{post.Board}}"
 | |
|      data-msgid="{{post.MessageID}}"
 | |
|      data-msgidhash="{{post.PostHash}}"
 | |
|      data-rootmsgid="{{post.Reference}}"
 | |
|      data-rootmsgidhash="{{post.ReferenceHash}}"
 | |
|      data-pubkey="{{post.PubkeyHex}}"
 | |
|      {{#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}}
 | |
|      data-frontendpubkey="{{post.FrontendPubkey}}"
 | |
|      data-posturl="{{post.PostURL}}">
 | |
|     {{#post.Attachments}}
 | |
|     <a href="{{Source}}" class="image_link" target="_blank" title="{{Filename}}"><img src="{{Thumbnail}}" class="image" /></a>
 | |
|     {{/post.Attachments}}
 | |
|     <a href="#" onclick="nntpchan_mod_delete('{{post.PostHash}}');">[Delete]</a>
 | |
|     <a href="#" onclick="nntpchan_mod_mark_spam('{{post.PostHash}}');">[Spam]</a>
 | |
|     {{#post.IsCtl}}
 | |
|     <a href="#" onclick="nntpchan_mod_decode_ipban('{{post.PostHash}}');">[Decode Secrets]</a>
 | |
|     {{/post.IsCtl}}
 | |
|     <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}}">[Reply]</a>
 | |
|     <a href="#" onclick="return quickreply('{{post.ShortHash}}', '{{post.PostHash}}', '{{post.PostURL}}');"> {{post.ShortHash}}</a>
 | |
|     </span>
 | |
|     <br /><br />
 | |
|     <span id="post_body_{{post.PostHash}}" class="message_span">{{{post.RenderBody}}}</span>
 | |
|     <br style="clear: both;" />
 | |
| </div>
 |