[% INCLUDE 'header.html' %]
[% INCLUDE 'toolbar.html' %]
[% INCLUDE 'datetime.html' %] [% INCLUDE 'navigation.html' %]

Editor Control Panel

Welcome to Krack information center.

New Topic Submission

[% IF temp_topic.0 %] [% s = temp_topic.size; i = 0 %] [% WHILE i < s %] [% author_id = temp_topic.$i.aid %] [% node_id = temp_topic.$i.nid %] [% i = i + 1 %] [% END %]
Action Author Title Node Date IP Address
review | reject [% author.$author_id.name %] [% temp_topic.$i.title %] [% data.node.$node_id %] [% temp_topic.$i.tdate %] [% temp_topic.$i.ip_address %]

[% ELSE %] There's no pending Topic submission! [% END %]

New Page Submission

[% IF temp_page.0 %] [% s = temp_page.size; i = 0 %] [% WHILE i < s %] [% author_id = temp_page.$i.aid %] [% i = i + 1 %] [% END %]
Action Author ID Title Date IP Address
review | reject [% author.$author_id.name %] [% temp_page.$i.krack_id %] [% temp_page.$i.title %] [% temp_page.$i.pdate %] [% temp_page.$i.ip_address %]

[% ELSE %] There's no pending Page submission! [% END %]

[% INCLUDE 'leftbar.html' %] [% INCLUDE 'footer.html' %]