<td> <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Approve Restore from Backup</span><br><br> <?php section_header('Step '.$tmp_step.' - Approve Restore from Backup'); ?> <table border=0 cellpadding=0 cellspacing=0 width="100%" class="toolbar"> <?php include("install/toolbar.php"); ?> </table> <!-- toolbar button \\--> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tableborder"> <tr valign="top"> <td width="60%" bgcolor="#F0F0F0"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4"> <tr class="table_color2"> <td class="text" colspan="2"><?php echo int_hint(prompt_language("la_text_restore warning")); ?></td> </tr> <tr class="table_color2"> <td class="text" colspan="2"> <?php echo prompt_language("la_prompt_approve_warning")?> <input type="checkbox" name="warning_ok" value="1"> </td> </tr> <tr class="table_color2"> <td colspan="2"><p class="error"><?php echo $login_error; ?></p><br/></td> </tr> <td> <br> <input TYPE="hidden" NAME ="state" VALUE="restore_file"> <input TYPE="hidden" NAME ="backupdir" VALUE="<?php echo $_POST["backupdir"];?>"> <input TYPE="hidden" NAME ="backupdate" VALUE="<?php echo $_POST["backupdate"];?>"> <input type="hidden" name="next_step" value="<?php echo $next_step;?>"> <input type="submit" name="submit_form" value="Select" class="button"> <input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);"> <input type="hidden" name="install_type" value="<?php echo $install_type;?>"> </td> </tr> </table> </td>