2 // Make sure all variables are defined
4 print get_string(
"removenotice",
"wiki").
"<br /><br />";
8 <form action=
"admin.php" method=
"post" enctype=
"multipart/form-data">
9 <fieldset class=
"invisiblefieldset">
10 <input type=
"hidden" name=
"userid" value=
"<?php print $userid; ?>" />
11 <input type
="hidden" name
="groupid" value
="<?php print $groupid ?>" />
12 <input type
="hidden" name
="action" value
="<?php print $action; ?>" />
13 <input type
="hidden" name
="id" value
="<?php print $cm->id ?>" />
14 <input type
="hidden" name
="wikipage" value
="<?php print $wikipage?>" />
16 $remove_table=wiki_admin_remove_list($form->listall
);
17 print_table($remove_table);
19 <div class=
"boxaligncenter">
21 if(!count($remove_table->data
)) {
22 print get_string("nocandidatestoremove","wiki",get_string("listall","wiki"))."<br /><br />";
27 print ' <input type="submit" name="listcandidates" value="'.get_string("listcandidates","wiki").'" />'."\n";
29 print ' <input type="submit" name="listall" value="'.get_string("listall","wiki").'" />'."\n";
32 <input type=
"submit" name=
"proceed" value=
"<?php print get_string("removeselectedpages
","wiki
"); ?>" />
33 </div
></fieldset
></form
>