| <a href='#' class='help' onclick="getHelp('SoftwareUpgrade')"> </a> |
| <label id="lt_sw_title" class="title"></label> |
| <div class="formBox"> |
| <!--label id='lt_sw_versionInfoTitle' ></label--> |
| <table cellpadding="0" cellspacing="0" width="100%" border="0"> |
| <tr style="background:0;"> |
| <td style="text-align:left"> |
| <label id='lt_sw_CurrentSoftVersion'></label> |
| </td> |
| <td style="text-align:left"> |
| <label id='txtCurrentSoftwareVersion'></label> |
| </td> |
| </tr> |
| <tr> |
| <td style="text-align:left"> |
| <label id='lt_sw_CurrentSoftwareDate'></label> |
| </td> |
| <td style="text-align:left"> |
| <label id='txtCurrentSoftwareDate'></label> |
| </td> |
| </tr> |
| </table> |
| </div> |
| |
| <div class="formBox" id="divUpgradeSoftware"> |
| <label id='lt_sw_SoftwareInfoText' class="subttl"></label> |
| <label id='lt_sw_SoftwareWarningText' class="title"></label> |
| <div class='file-box'> |
| <input type='file' id='softVersionUpdateFile' name='fupgrade.bin'class='file' > |
| <input type='text' name='textfield' id='txtUpgratedFileName' class='txt' /> |
| <input type='button' class='btnWrn' value='Browse' id='lt_sw_btnBrowseFile'/> |
| |
| </div> |
| <br class="clear" /> |
| <div class="right_align" > |
| <!--input type="submit" id="btnSoftSubmit" style="display: none"--> |
| <input type='button' id='lt_sw_btnUpgrade' value='Upgrade' class="btn-apply"/> |
| </div> |
| </div> |
| |
| <div id="divUpgradeModalBox" style="display: none" > |
| <div class="popUpBox popUpBox2" style='width:350px' > |
| <h1 id="lt_sw_h1RouterUpgrade" style='width:300px;'></h1> |
| <a href="#" class="close" onclick="CloseDlg()"><img src="images/close-icon.gif" alt="" /></a> |
| <br style="clear:both" /> |
| |
| <div align="center"> |
| <label id="lt_sw_WarningLine1"> </label> |
| <label id="lt_sw_WarningLine2"></label> |
| <br/> |
| <img src="images/PleaseWait.png" alt="" class="loading" /> |
| <br/> |
| <br/> |
| </div> |
| </div> |
| </div> |
| |
| <iframe id="rfFrame" name="rfFrame" src="about:blank" style="display:none;"></iframe> |
| |
| |