Archived
1
0
This commit is contained in:
Jeff Becker
2016-12-31 08:36:28 -05:00
parent e35adda727
commit 536b1161c9
9 changed files with 103 additions and 43 deletions

View File

@@ -18,7 +18,7 @@
data-origin="clearnet"
{{/post.IsClearnet}}
data-posturl="{{post.PostURL}}">
<legend class="postheader">
<div class="postheader">
<span class="origin">
{{#post.IsI2P}}
<img src="{{post.Prefix}}static/i2p.png" title="{{#i18n.Translations}}{{from_i2p}}{{/i18n.Translations}}" />
@@ -46,17 +46,19 @@
<div>
Date: <time datetime="{{post.DateRFC}}">{{post.Date}}</time>
</div>
</legend>
</div>
<hr>
<div class="attachments">
{{#post.Attachments}}
<figure data-sha512="{{Hash}}">
<figcaption>
<a class="download_link" href="{{Source}}" download="{{Filename}}">{{#i18n.Translations}}{{download_prompt}}{{/i18n.Translations}}</a>
<a class="file" href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" class="thumbnail"/></a>
<a class="fname_link" title="{{Filename}}" href="{{Source}}">{{Filename}}</a>
</figcaption>
</figure>
<div data-sha512="{{Hash}}">
<div>
<a class="download_link" href="{{Source}}" <download></download>Translations}}</a>
<a class="file" href="{{Source}}" title="{{Filename}}" target="_blank">
<img src="{{Thumbnail}}" alt={{Filename}}" class="thumbnail"></img>
</a>
<a class="fname_link" title="{{Filename}}" href="{{Source}}">{{Filename}}</a>
</div>
</div>
{{/post.Attachments}}
</div>
<div class="post_body">