"Fossies" - the Fresh Open Source Software Archive

Member "webmysql-2.7/cgi-bin/webmysql-2.7/templates/wipedatabase.html" (12 Feb 2008, 668 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>
    3             Are you sure you wish to empty the following database?
    4             <dir><b><!--db--></b></dir>
    5             It contains <b><!--numtables--></b> tables of data.
    6         </p>
    7         <form action="<!--self-->" method="POST">
    8             <input type="hidden" name="key" value="<!--key-->">
    9             <input type="hidden" name="action" value="wipedatabaseconfirm">
   10             <table class="inputtable">
   11                 <tr><th><input checked type="radio" name="answer" value="no"></th><td>No</td></tr>
   12                 <tr><th><input type="radio" name="answer" value="yes"></th><td>Yes</td></tr>
   13             </table>
   14             <br>
   15             <table class="inputtable">
   16                 <tr><td><input type="submit" value="Continue"></td></tr>
   17             </table>
   18         </form>