Archived
1
0

looking pretty good by now

This commit is contained in:
ZiRo
2016-02-15 21:20:37 +01:00
parent 80041baf1e
commit 539033ec6d
4 changed files with 55 additions and 44 deletions

View File

@@ -41,13 +41,14 @@
<td class="board_td">
{{! todo: move boardgraph into its own file like postsgraph }}
<table id="board_graph">
<tbody>
<thead>
<tr>
<th> Board </th>
<th> Posts this Hour </th>
<th> Posts Today </th>
<th> Total </th>
</tr>
</thead>
{{# boardgraph}}
<tr>
<td>

View File

@@ -11,9 +11,12 @@
{{/IsClearnet}}
</div>
<legend>
<span class="subject">{{Subject}}</span> <span class="name">{{Name}}</span><time datetime="{{DateRFC}}">{{Date}}</time>
<a href="{{PostURL}}" class="postno">No.</a><a onclick="nntpchan_backlink('{{ShortHash}}');" title="{{MessageID}}">{{ShortHash}}</a>
{{#OP}}<a href="{{PostURL}}">[Reply]</a>{{/OP}} <span class="tripcode">{{{Pubkey}}}</span>
<span class="subject">{{Subject}}</span>
<span class="name">{{Name}}</span>
<time datetime="{{DateRFC}}">{{Date}}</time>
<a href="{{PostURL}}" class="postnol">No.</a><a class="postno" onclick="nntpchan_backlink('{{ShortHash}}');" title="{{MessageID}}">{{ShortHash}}</a>
{{#OP}}<a href="{{PostURL}}">[Reply]</a>{{/OP}}
<span class="tripcode">{{{Pubkey}}}</span>
</legend>
{{#Attachments}}
<figure>
@@ -22,7 +25,7 @@
</figcaption>
</figure>
{{/Attachments}}
<label class="post_body">
<div class="post_body">
{{{RenderBody}}}
</label>
</div>
</div>

View File

@@ -30,8 +30,8 @@
{{{OP.Truncate.RenderPost}}}
{{#Truncate.Replies}}
{{{Truncate.RenderPost}}}
<br />
{{/Truncate.Replies}}
<hr />
</div>
{{/threads}}
</div>