コード例 #1
0
ファイル: install.php プロジェクト: Bouhnosaure/Typesetter
 public function Form_Entry()
 {
     global $langmessage;
     echo '<form action="' . \gp\tool::GetUrl('') . '" method="post">';
     echo '<table class="styledtable">';
     \gp\install\Tools::Form_UserDetails();
     \gp\install\Tools::Form_Configuration();
     echo '</table>';
     echo '<p>';
     echo '<input type="hidden" name="cmd" value="Install" />';
     echo '<input type="submit" class="submit install_button" name="aaa" value="' . $langmessage['Install'] . '" />';
     echo '</p>';
     echo '</form>';
 }