2 // Make sure all variables are defined
5 <form action=
"admin.php" method=
"post" enctype=
"multipart/form-data">
6 <fieldset class=
"invisiblefieldset">
7 <input type=
"hidden" name=
"userid" value=
"<?php print $userid; ?>" />
8 <input type
="hidden" name
="groupid" value
="<?php print $groupid ?>" />
9 <input type
="hidden" name
="action" value
="<?php print $action; ?>" />
10 <input type
="hidden" name
="id" value
="<?php print $cm->id ?>" />
11 <input type
="hidden" name
="wikipage" value
="<?php print $wikipage?>" />
13 $strip_table=wiki_admin_strip_list($form->pagestostrip
, $form->version
, $err);
14 print_table($strip_table);
16 <div class=
"boxaligncenter">
18 if(!count($strip_table->data
)) {
19 print get_string("nothingtostrip","wiki")."<br /><br />";
22 <input type=
"submit" name=
"proceed" value=
"<?php print get_string("strippages
","wiki
"); ?>" />
23 </div
></fieldset
></form
>