initial spam ui
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<b>Most of the rest of the wild west.</b>
|
||||
</div>
|
||||
<center><b>{{board.Name}}</b></center>
|
||||
<center><button onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center>
|
||||
<br />
|
||||
{{{form}}}
|
||||
{{#board.Threads}}
|
||||
|
@@ -31,6 +31,7 @@
|
||||
<a href="{{Source}}" class="image_link" target="_blank" title="{{Filename}}"><img src="{{Thumbnail}}" class="image" /></a>
|
||||
{{/post.Attachments}}
|
||||
<a href="#" onclick="nntpchan_mod_delete('{{post.PostHash}}');">[Delete]</a>
|
||||
<a href="#" onclick="nntpchan_mod_mark_spam('{{post.PostHash}}');">[Spam]</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.Frontend}} || {{post.Date}}</span> {{{post.Pubkey}}} <a href="{{post.PostURL}}">[Reply]</a>
|
||||
<a href="#" onclick="return quickreply('{{post.ShortHash}}', '{{post.PostHash}}', '{{post.PostURL}}');"> {{post.ShortHash}}</a>
|
||||
</span>
|
||||
|
@@ -48,6 +48,7 @@
|
||||
<b>Most of the rest of the wild west.</b>
|
||||
</div>
|
||||
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>
|
||||
<center><button onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center>
|
||||
<br />
|
||||
{{{form}}}
|
||||
{{#thread.BumpLock}}
|
||||
|
@@ -31,6 +31,7 @@
|
||||
<div class="sitetitle">
|
||||
<h2><a href="#">CHANGOLIA</a></h2>
|
||||
<b>Most of the rest of the wild west.</b>
|
||||
<center><button onclick="nntpchan_mod_commit_spam(this)">Moderate</button></center>
|
||||
</div>
|
||||
<div id="paginator">
|
||||
{{#prev}}
|
||||
|
Reference in New Issue
Block a user