summaryrefslogtreecommitdiff
path: root/srv/templates/commentmoderation.tmpl
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:28:46 -0700
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu>2010-09-03 01:28:46 -0700
commitbd628ee4a22ab90a0ce09f5f86c3528bac37b4af (patch)
treec0e9f3a5d1667770910267b9ba700a49de2c16bf /srv/templates/commentmoderation.tmpl
parent59892ab382d643c294ca7383eec2e1e658fdc783 (diff)
parente076ea9eef2e310fd0f783279b4f0c7f6a4a4a59 (diff)
downloadpiny-code-bd628ee4a22ab90a0ce09f5f86c3528bac37b4af.tar.gz
piny-code-bd628ee4a22ab90a0ce09f5f86c3528bac37b4af.zip
Merge branch 'master' of git+ssh://piny.be/srv/git/piny-code
Diffstat (limited to 'srv/templates/commentmoderation.tmpl')
-rw-r--r--srv/templates/commentmoderation.tmpl29
1 files changed, 0 insertions, 29 deletions
diff --git a/srv/templates/commentmoderation.tmpl b/srv/templates/commentmoderation.tmpl
deleted file mode 100644
index e91d314..0000000
--- a/srv/templates/commentmoderation.tmpl
+++ /dev/null
@@ -1,29 +0,0 @@
-<TMPL_IF NAME="COMMENTS">
-<br />
-<form action="<TMPL_VAR CGIURL>" method="post">
-<input type="hidden" name="do" value="commentmoderation" />
-<input type="hidden" name="sid" value="<TMPL_VAR SID>" />
-<input type="submit" value="Submit" />
-<input type="checkbox" name="rejectalldefer" value="1" />Reject
-all comments marked <em>Defer</em>
-<br />
-<TMPL_LOOP NAME="COMMENTS">
-<div>
-<div>
-<TMPL_VAR VIEW>
-</div>
-<input type="radio" value="Defer" name="<TMPL_VAR ID>" checked />Defer
-<input type="radio" value="Accept" name="<TMPL_VAR ID>" />Accept
-<input type="radio" value="Reject" name="<TMPL_VAR ID>" />Reject
-</div>
-<br />
-</TMPL_LOOP>
-<input type="submit" value="Submit" />
-<input type="checkbox" name="rejectalldefer" value="1" />Reject
-all comments marked <em>Defer</em>
-</form>
-<TMPL_ELSE>
-<p>
-No comments need moderation at this time.
-</p>
-</TMPL_IF>