"Fossies" - the Fresh Open Source Software Archive

Member "webmysql-2.7/cgi-bin/webmysql-2.7/templates/createdatabase.html" (12 Feb 2008, 472 Bytes) of package /linux/www/old/webmysql-2.7.tar.gz:


The requested HTML page contains a <FORM> tag that is unusable on "Fossies" in "automatic" (rendered) mode so that page is shown as HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1         <!--menu-->
    2         <p>Please enter a name for the new database:</p>
    3         <form action="<!--self-->" method="POST">
    4             <input type="hidden" name="key" value="<!--key-->">
    5             <input type="hidden" name="action" value="createdatabasenow">
    6             <table class="inputtable">
    7                 <tr><th>Name</th><td><input type="text" name="db" maxlength="64"></td></tr>
    8             </table>
    9             <br>
   10             <table class="inputtable">
   11                 <tr><td><input type="submit" value="Continue"></td></tr>
   12             </table>
   13         </form>