コード例 #1
0
 /**
  * updateWikiDocument - public View
  */
 function updateWikiDocument()
 {
     print $GLOBALS['Language']->getText('plugin_phpwiki_views_wkserviews', 'updatedoc', array($this->wikiname));
     $we = new PHPWikiEntry($_REQUEST['id']);
     $this->_displayEntryForm('update', $we->getId(), $we->getName(), $we->getPage(), $we->getDesc(), $we->getRank());
     print '<p><a href="' . $this->wikiAdminLink . '&view=wikiDocuments">' . $GLOBALS['Language']->getText('global', 'back') . '</a></p>' . "\n";
 }