<td> <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Select License</span><br><br> <?php section_header('Step '.$tmp_step.' - Select License'); ?> <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 ALIGN="left" WIDTH="100%" class="txt"><INPUT TYPE="RADIO" NAME="lic_opt" id="lic_opt_1" VALUE="1"><label for="lic_opt_1">Download from Intechnic</label></td> </tr> <tr class="table_color2"> <td ALIGN="left" WIDTH="100%" class="txt"><INPUT TYPE=RADIO value="2" id="lic_opt_2" name="lic_opt"><label for="lic_opt_2">Upload License File:</label> <INPUT TYPE="FILE" CLASS="button" NAME="licfile" onclick="document.getElementById('lic_opt_2').checked = true;"> </td> </tr> <tr class="table_color2"> <?php $enabled = ''; if(!isset($g_License) || !$g_License ) { $enabled="disabled='true'"; } ?> <td ALIGN="left" WIDTH="100%" class="txt"><INPUT <?php echo $enabled; ?> TYPE=RADIO value="3" id="lic_opt_3" name="lic_opt" <?php if(!$enabled) echo 'checked'; ?>><label for="lic_opt_3">Use Existing License</label></td> </tr> <tr class="table_color2"> <td ALIGN="left" WIDTH="100%" class="txt"><INPUT TYPE=RADIO value="4" id="lic_opt_4" name="lic_opt"><label for="lic_opt_4">Skip License (Local Domain Installation)</label></td> </tr> <tr class="table_color2"> <td colspan="2"><p class="error"><?php if( isset($license_error) ) echo $license_error; ?></p><br/></td> </tr> <td> <br> <input TYPE="hidden" NAME ="state" VALUE="license_process"> <input type="submit" name="submit_form" value="Continue" class="button"> <input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);"> <input type="hidden" name="UserPass" VALUE="<?php if(isset($UserPass)) echo $UserPass; ?>"> <input type="hidden" name="UserName" VALUE="<?php if(isset($UserName)) echo $UserName; ?>"> <input type="hidden" name="next_step" value="<?php echo $next_step;?>"> <input type="hidden" name="install_type" value="<?php echo $install_type;?>"> </td> </tr> </table> </td>