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/post.mustache

30 lines
890 B
Plaintext
Raw Normal View History

2015-11-07 20:37:18 +05:00
<fieldset>
<legend>
<span>
2015-10-01 22:51:01 +05:00
{{#IsI2P}}
2015-11-07 20:37:18 +05:00
<img src="{{Prefix}}static/i2p.png" title="post from i2p" />
2015-10-01 22:51:01 +05:00
{{/IsI2P}}
2015-10-01 23:01:54 +05:00
{{#IsTor}}
2015-11-07 20:37:18 +05:00
<img src="{{Prefix}}static/tor.png" title="post from tor" />
2015-10-01 23:01:54 +05:00
{{/IsTor}}
2015-10-01 22:51:01 +05:00
{{#IsClearnet}}
2015-11-07 20:37:18 +05:00
<img src="{{Prefix}}static/clearnet.png" title="post from clearnet" />
2015-10-01 22:51:01 +05:00
{{/IsClearnet}}
2015-11-07 20:37:18 +05:00
</span>
{{Subject}} {{Name}} {{Date}}
No. <a onclick="nntpchan_backlink('{{ShortHash}}');" title="{{MessageID}}">{{ShortHash}}</a>
<a href="{{PostURL}}">[reply]</a> <span class="tripcode">{{{Pubkey}}}</span><br />
</legend>
<label>
{{{RenderBody}}}
</label>
{{#Attachments}}
<figure>
<figcaption>
<a target="_blank" href="{{Source}}" title="{{Filename}}">{{Filename}}</a>
</figcaption>
<img src="{{Thumbnail}}" alt="{{Filename}}" />
</figure>
{{/Attachments}}
</fieldset>