<td> <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Licence Verification</span><br><br> <!-- toolbar buttons //--> <table border="0" cellpadding="2" cellspacing="0" class="tableborder_full" width="100%" height="30"> <tr> <td class="tablenav" width="580" nowrap background="images/tabnav_left.jpg"><span class="tablenav_link"> Step 1<?php//=$tmp_step;?> - Licence Verification</span></td> <td align="right" class="tablenav" background="images/tabnav_back.jpg" width="100%"><img src="images/blue_bar_help.gif" border="0" ><br></td> </tr> </table> <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%" border="0" cellspacing="0" cellpadding="4"> <tr class="table_color1"> <td COLSPAN=2><p class="error">In-Portal is already installed at this location.</p></TD> </tr> <tr class="table_color2"> <td COLSPAN=2>In order to use the installation tool, please provide your Intechnic account information:</td> </tr> <tr class="table_color2"> <td class="text"><B>Username:</B></td> <td width="80%"><input type="text" name="UserName" value="<?php $_POST['UserName'];?>" class="text"></td> </tr> <tr class="table_color2"> <td class="text"><B>Password:</B></td> <td><input type="password" name="UserPass" class="text"></td> </tr> <tr class="table_color2"><td COLSPAN=2><p class="error"><?php echo $login_error;?></p><br></TD></tr> <?php if($show_upgrade) { ?> <tr class="table_color1"> <td COLSPAN=2 ><INPUT TYPE=RADIO value="6" name="inp_opt">Upgrade In-Portal</span></td> </tr> <?php } ?> <tr class="table_color2"> <td COLSPAN=2 > <INPUT TYPE="RADIO" NAME="inp_opt" VALUE="1">Clean out the In-Portal database and reinstall<br> </td> </tr> <tr class="table_color1"> <td COLSPAN=2 > <INPUT TYPE="RADIO" NAME="inp_opt" VALUE="4">Clean out the In-Portal database and reinstall from backup </td> </tr> <tr class="table_color2"> <td COLSPAN=2><INPUT TYPE=RADIO value="2" name="inp_opt">Install to a new database</td> </tr> <tr class="table_color1"> <td COLSPAN=2><INPUT TYPE=RADIO value="3" name="inp_opt">Update License Information</td> </tr> <tr class="table_color2"> <td COLSPAN=2 ><INPUT TYPE=RADIO value="5" name="inp_opt">Change Database Configuration</td> </tr> <tr class="table_color1"> <td colspan="2"><p class="error"><?php echo $inst_error; ?></p><br/></td> </tr> <tr> <td COLSPAN=2> <br> <input TYPE="hidden" NAME ="state" VALUE="reinstall_process"> <input type="hidden" name="next_step" value="2<?php //=$next_step;?>"> <input type="hidden" name="install_type" value="<?php echo $install_type;?>"> <input type="submit" name="submit_form" value="Continue" class="button"> <input type="reset" name="Cancel" value="Cancel" class="button"> </td> </tr> </table> </td>