more
This commit is contained in:
parent
0f05488466
commit
066c514bf0
@ -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>
|
||||
|
@ -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}}';">№</a>
|
||||
<a href="{{post.PostURL}}" onclick="return quickreply('${articlehash}', '${articlehash_full}');">№ {{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 />
|
||||
|
Reference in New Issue
Block a user