[% INCLUDE 'toolbar.html' %]
[% INCLUDE 'datetime.html' %]
[% INCLUDE 'navigation.html' %]
Editor Control Panel
Welcome to Krack information center.
New Topic Submission
[% IF temp_topic.0 %]
Action |
Author |
Title |
Node |
Date |
IP Address |
[% s = temp_topic.size; i = 0 %]
[% WHILE i < s %]
[% author_id = temp_topic.$i.aid %]
[% node_id = temp_topic.$i.nid %]
review |
reject |
[% author.$author_id.name %] |
[% temp_topic.$i.title %] |
[% data.node.$node_id %] |
[% temp_topic.$i.tdate %] |
[% temp_topic.$i.ip_address %] |
[% i = i + 1 %]
[% END %]
[% ELSE %]
There's no pending Topic submission!
[% END %]
New Page Submission
[% IF temp_page.0 %]
Action |
Author |
ID |
Title |
Date |
IP Address |
[% s = temp_page.size; i = 0 %]
[% WHILE i < s %]
[% author_id = temp_page.$i.aid %]
review |
reject |
[% author.$author_id.name %] |
[% temp_page.$i.krack_id %] |
[% temp_page.$i.title %] |
[% temp_page.$i.pdate %] |
[% temp_page.$i.ip_address %] |
[% i = i + 1 %]
[% END %]
[% ELSE %]
There's no pending Page submission!
[% END %]