Archived
1
0
This commit is contained in:
Jeff Becker 2017-04-18 19:54:08 -04:00
parent 0f05488466
commit 066c514bf0
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
</div>
<center><b>{{Board.Name}}</b></center>
{{{form}}}
{{#Threads}}
{{#board.Threads}}
{{#Truncate}}
<div class="thread">
{{{OP.RenderPost}}}
@ -38,7 +38,7 @@
</div>
<hr style="clear: both;">
{{/Truncate}}
{{/Threads}}
{{/board.Threads}}
<hr />
<footer>
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>

View File

@ -28,7 +28,7 @@
<a href="{{Source}}" class="image_link" target="_blank" title="{{Filename}}"><img src="{{Thumbnail}}" class="image" /></a>
{{/post.Attachments}}
<a name="{{post.PostHash}}"></a><span class="topicline"><b>{{post.subject}}</b> {{post.Name}} <span class="published">{{post.Posted}}</span> <a href="{{post.PostURL}}" onclick="return '>>{{post.ShortHash}}';">&#8470;</a>
<a href="{{post.PostURL}}" onclick="return quickreply('${articlehash}', '${articlehash_full}');">&#8470; {{post.ShortHash}}</a>
<a href="{{post.PostURL}}" onclick="return quickreply('${articlehash}', '${articlehash_full}');"> {{post.ShortHash}}</a>
</span>
<span class="frontend"> {{post.MessageID}} </span>
<br /><br />