1 <!--menu--> 2 <p>Please select the table(s) you wish the query to run on.</p> 3 <form action="<!--self-->" method="POST"> 4 <input type="hidden" name="key" value="<!--key-->"> 5 <input type="hidden" name="action" value="selectchoosefields"> 6 <table class="inputtable"> 7 <!--tablelist--> 8 </table> 9 <br> 10 <table class="inputtable"> 11 <tr><td><input type="submit" value="Continue"></td></tr> 12 </table> 13 </form>