]> sipb.mit.edu Git - ikiwiki.git/blob - templates/commentmoderation.tmpl
response
[ikiwiki.git] / templates / commentmoderation.tmpl
1 <TMPL_IF NAME="COMMENTS">
2 <br />
3 <form action="<TMPL_VAR CGIURL>" method="post">
4 <input type="hidden" name="do" value="commentmoderation" />
5 <input type="hidden" name="sid" value="<TMPL_VAR SID>" />
6 <input type="submit" value="Submit" />
7 <input type="checkbox" name="rejectalldefer" value="1" />Reject
8 all comments marked <em>Defer</em>
9 <br />  
10 <TMPL_LOOP NAME="COMMENTS">
11 <div>
12 <div>
13 <TMPL_VAR VIEW>
14 </div>
15 <input type="radio" value="Defer" name="<TMPL_VAR ID>" checked />Defer
16 <input type="radio" value="Accept" name="<TMPL_VAR ID>" />Accept
17 <input type="radio" value="Reject" name="<TMPL_VAR ID>" />Reject
18 </div>
19 <br />
20 </TMPL_LOOP>
21 <input type="submit" value="Submit" />
22 <input type="checkbox" name="rejectalldefer" value="1" />Reject
23 all comments marked <em>Defer</em>
24 </form>
25 <TMPL_ELSE>
26 <p>
27 No comments need moderation at this time.
28 </p>
29 </TMPL_IF>