"Fossies" - the Fresh Open Source Software Archive

Member "webmysql-2.7/cgi-bin/webmysql-2.7/templates/login.html" (12 Feb 2008, 701 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         <div align="center">
    2             <h1>WebMySQL v<!--version--></h1>
    3             <p>Please enter your database connection details.</p>
    4             <form action="<!--self-->" method="POST">
    5                 <input type="hidden" name="action" value="connect">
    6                 <table class="inputtable">
    7                     <tr><th>Host</th><td><input type="text" name="host"></td></tr>
    8                     <tr><th>Username</th><td><input type="text" name="user"></td></tr>
    9                     <tr><th>Password</th><td><input type="password" name="password"></td></tr>
   10                     <tr><th>Database</th><td><input type="text" name="database"></td></tr>
   11                 </table>
   12                 <br>
   13                 <table class="inputtable">
   14                     <tr><th><input type="submit" value="Connect"></th></tr>
   15                 </table>
   16             </form>
   17         </div>