[ Index ]

PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008]

title

Body

[close]

/mod/wiki/ -> strippages.html (source)

   1  <?PHP
   2      // Make sure all variables are defined
   3  
   4  ?>
   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?>" />
  12  <?php
  13    $strip_table=wiki_admin_strip_list($form->pagestostrip, $form->version, $err);
  14    print_table($strip_table);
  15  ?>
  16  <div class="boxaligncenter">
  17  <?php
  18    if(!count($strip_table->data)) {
  19      print get_string("nothingtostrip","wiki")."<br /><br />";
  20    }
  21  ?>
  22    <input type="submit" name="proceed" value="<?php print get_string("strippages","wiki"); ?>" />
  23  </div></fieldset></form>


Generated: Wed Jan 14 11:33:29 2009 Cross-referenced by PHPXref 0.7