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>