Archived
1
0

add subject

This commit is contained in:
Jeff Becker 2017-04-19 09:33:06 -04:00
parent 3b101236f7
commit 304cd79d20
2 changed files with 3 additions and 1 deletions

View File

@ -362,3 +362,5 @@
#paginator {
margin-left: 4em;
}
[data-subject~="None"] { display: none; }

View File

@ -27,7 +27,7 @@
{{#post.Attachments}}
<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.Date}}</span> <a href="{{post.PostURL}}">&#8470;</a>
<a name="{{post.PostHash}}"></a><span class="topicline"><b data-subject="{{post.Subject}}" class="subject">{{post.Subject}}</b> {{post.Name}} <span class="published">{{post.Date}}</span> <a href="{{post.PostURL}}">&#8470;</a>
<a href="#" onclick="return quickreply('{{post.ShortHash}}', '{{post.PostHash}}', '{{post.PostURL}}');"> {{post.ShortHash}}</a>
</span>
<br /><br />