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"> </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>