<!-- begin lang_main.tpl --> <p> </p> <form method="post" action="lang.php"> {hidden_var1} <table border="0" align="center" width="{tbl_width}"> <tr bgcolor="#486591"> <td colspan="{td_colspan}"> <font color="#fefefe">{stage_title}</font> </td> </tr> <tr bgcolor="#e6e6e6"> <td colspan="{td_colspan}"> {stage_desc} </td> </tr> <tr bgcolor="#e6e6e6"> <td {td_align} rowspan="2"> {select_box_desc} <select name="lang_selected[]" multiple="multiple" size="25"> {select_box_langs} </select> </td> <!-- BEGIN B_choose_method --> <td valign="top"> {meth_desc} <br /><br /> <input type="radio" name="upgrademethod" value="dumpold" checked="checked" /> {blurb_dumpold} <br /> <input type="radio" name="upgrademethod" value="addonlynew" /> {blurb_addonlynew} <br /> <input type="radio" name="upgrademethod" value="addmissing" /> {blurb_addmissing} </td> <!-- END B_choose_method --> </tr> <tr bgcolor="#e6e6e6"> <td> <input type="checkbox" name="debug" value="1" /> {lang_debug} </td> </tr> </table> <div align="center"> <input type="submit" name="submit" value="{lang_install}" /> <input type="submit" name="cancel" value="{lang_cancel}" /> </div> </form> <!-- end lang_main.tpl -->