EditPage URL used for the form action parameter is bogus. * This is needed, otherwise the redirect to the real browser * page won't work with some browsers. (NS4 and Mozilla 0.97 won't accept * a redirect from a page to itself.) * * 'text', 'class' => 'wikitext', 'name' => 'summary', 'size' => 50, 'value' => $FORMVARS['summary'])); $MinorEditCb = HTML::input(array('type' => 'checkbox', 'name' => 'minor_edit', 'checked' => (bool) $FORMVARS['minor_edit'])); $PreviewB = HTML::input(array('type' => 'submit', 'class' => 'button', 'name' => 'preview', 'value' => _("Preview"))); $SaveB = HTML::input(array('type' => 'submit', 'class' => 'button', 'name' => 'save', 'value' => _("Save"))); $SignIn = new WikiTemplate('signin'); $SignIn->qreplace('FORMNAME', 'editpage'); $UserPrefsB = $ButtonFactory->makeLinkButton(_("UserPreferences")); $GoodStyleB = $ButtonFactory->makeLinkButton(_("GoodStyle")); $s = $Theme->getButtonSeparator(); ?>
isSignedIn() ? '' : fmt("Author will be logged as %s.", HTML::em($user->getId())) ?>
 ".$UserPrefsB->asXML()." "); ?>   ".$GoodStyleB->asXML()." "); ?>