"Fossies" - the Fresh Open Source Software Archive

Member "webmysql-2.7/cgi-bin/webmysql-2.7/templates/insertform.html" (12 Feb 2008, 569 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>Insert record into: <b><!--tables--></b></p>
    3 <form action="<!--self-->" method="POST">
    4     <input type="hidden" name="key" value="<!--key-->">
    5     <input type="hidden" name="action" value="insert">
    6     <table>
    7         <tr>
    8             <td valign="top">New row:</td>
    9             <td>
   10                 <table class="inputtable">
   11                     <!--input-->
   12                 </table>
   13             </td>
   14         </tr>
   15         <tr><td colspan="2">&nbsp;</td></tr>
   16         <tr>
   17             <td>Insert record now</td>
   18             <td>
   19                 <table class="inputtable">
   20                     <tr><td><input type="submit" value="Insert"></td></tr>
   21                 </table>
   22             </td>
   23         </tr>
   24     </table>
   25 </form>