diff options
author | Joe Rayhawk <jrayhawk@farfotzle.omgwallhack.org> | 2010-08-08 16:07:05 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@farfotzle.omgwallhack.org> | 2010-08-08 16:07:05 -0700 |
commit | 6269337c1e14063ffe1e3fa982c30e6763d191c5 (patch) | |
tree | 497214a6911c40238f114946e18cbc8b7e7a18b4 /srv/templates/commentmoderation.tmpl | |
parent | fa904279c38a28fd95af00012b4ebfa354b9e34e (diff) | |
download | piny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.tar.gz piny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.zip |
Removing unmodified templates; Ikiwiki will fall back to defaults.
Diffstat (limited to 'srv/templates/commentmoderation.tmpl')
-rw-r--r-- | srv/templates/commentmoderation.tmpl | 29 |
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> |