rbrindley: branch 2.0 r4897 - /branches/2.0/config/flashupdate.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 23 09:27:14 CDT 2009
Author: rbrindley
Date: Tue Jun 23 09:27:11 2009
New Revision: 4897
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4897
Log:
- Added the following to the Flash Update page
- HTML 4.01 DOCTYPE
- <html>, <head>, <title>, and "Content-Type" <meta>
- moved js to the bottom
Modified:
branches/2.0/config/flashupdate.html
Modified: branches/2.0/config/flashupdate.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/flashupdate.html?view=diff&rev=4897&r1=4896&r2=4897
==============================================================================
--- branches/2.0/config/flashupdate.html (original)
+++ branches/2.0/config/flashupdate.html Tue Jun 23 09:27:11 2009
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C/DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
* Asterisk GUI - Apply new uimages via upload/http/ftp urls
*
@@ -8,92 +9,96 @@
* All Rights Reserved.
*
-->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/flashupdate.js"></script>
-<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
-<style type="text/css">
+<html>
+<head>
+ <title>Update Appliance Firmware</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
-</style>
+ <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+ <style type="text/css">
+ </style>
+</head>
<body bgcolor="EFEFEF">
-<div class="iframeTitleBar">
- Update Appliance Firmware
- <span style="cursor: pointer; cursor: hand;" onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
-</div>
+ <div class="iframeTitleBar">
+ Update Appliance Firmware
+ <span style="cursor: pointer; cursor: hand;" onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
+ </div>
-<div style='display:none;' class='nocf' id='nocf'> You need a <b>CompactFlash®</b> to use this feature </div>
+ <div style='display:none;' class='nocf' id='nocf'> You need a <b>CompactFlash®</b> to use this feature </div>
-<table id='mainDiv' style='display:none;' align=center width='95%'>
-<TR>
- <TD><div class='lite_Heading'> Update Appliance Firmware </div></TD>
-</TR>
-<tr>
- <td align=center style='padding-top:30px;'>
- <span id='span_current_fwversion'></span>
- <span id='check_forNewFirmwareVersions_button' style='display:none' class='guiButton' onclick='check_forNewFirmwareVersions()'> Check for new Firmware versions </span>
- <div id="UpdatePolycomFirmware" style="display:none"><A href='update_phonefirmware.html'>Update Polycom firmware</A></div>
- </td>
-</tr>
-<tr>
-<td align=left>
- <BR>
- <fieldset>
- <legend><B> Download image from a : </B></legend>
- <LABEL FOR="updatetype_http">
- <input type=radio id="updatetype_http" name="updatetype" value="HTTP" onchange="switch_httptftp('h');"> HTTP URL
- </LABEL>
-
- <LABEL FOR="updatetype_tftp">
- <input type=radio id="updatetype_tftp" name="updatetype" value="TFTP" onchange="switch_httptftp('t');"> TFTP Server
- </LABEL>
-
- <table>
+ <table id='mainDiv' style='display:none;' align=center width='95%'>
+ <TR>
+ <TD><div class='lite_Heading'> Update Appliance Firmware </div></TD>
+ </TR>
<tr>
- <td> <table>
- <tr id="tr_1">
- <td align=right>HTTP URL :</td>
- <td> <input id="httpurl" size=35> </td>
- </tr>
- <tr id="tr_2">
- <td align=right>TFTP Server :</td>
- <td><input id="tftpurl" size=35></td>
- </tr>
- <tr id="tr_3">
- <td align=right>File Name :</td>
- <td><input id="tftp_filename" size=25></td>
- </tr>
- </table>
- </td>
- <td valign=top>
- <input type="button" id="Update_Image" onclick="call_flashupdate();" value="Go">
+ <td align=center style='padding-top:30px;'>
+ <span id='span_current_fwversion'></span>
+ <span id='check_forNewFirmwareVersions_button' style='display:none' class='guiButton' onclick='check_forNewFirmwareVersions()'> Check for new Firmware versions </span>
+ <div id="UpdatePolycomFirmware" style="display:none"><A href='update_phonefirmware.html'>Update Polycom firmware</A></div>
</td>
</tr>
+ <tr>
+ <td align=left>
+ <BR>
+ <fieldset>
+ <legend><B> Download image from a : </B></legend>
+ <LABEL FOR="updatetype_http">
+ <input type=radio id="updatetype_http" name="updatetype" value="HTTP" onchange="switch_httptftp('h');"> HTTP URL
+ </LABEL>
+
+ <LABEL FOR="updatetype_tftp">
+ <input type=radio id="updatetype_tftp" name="updatetype" value="TFTP" onchange="switch_httptftp('t');"> TFTP Server
+ </LABEL>
+
+ <table>
+ <tr>
+ <td> <table>
+ <tr id="tr_1">
+ <td align=right>HTTP URL :</td>
+ <td> <input id="httpurl" size=35> </td>
+ </tr>
+ <tr id="tr_2">
+ <td align=right>TFTP Server :</td>
+ <td><input id="tftpurl" size=35></td>
+ </tr>
+ <tr id="tr_3">
+ <td align=right>File Name :</td>
+ <td><input id="tftp_filename" size=25></td>
+ </tr>
+ </table>
+ </td>
+ <td valign=top>
+ <input type="button" id="Update_Image" onclick="call_flashupdate();" value="Go">
+ </td>
+ </tr>
+ </table>
+ </fieldset>
+ </td>
+ </tr>
+ <tr>
+ <td align=center id="tdupload">
+ <BR>
+ <fieldset>
+ <legend><B> Upload a new image : </B></legend>
+ <IFRAME src="upload2.html" id="uploadiframe" width="480" height="100" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
+ </fieldset>
+ <span id="fstatus"></span>
+ </td>
+ </tr>
+
+ <tr id="overlayUpload_TR" style='display:none'>
+ <td align=center>
+ <BR>
+ <fieldset>
+ <legend><B> Upload a overlay file : </B></legend>
+ <IFRAME id="uploadOVERLAY_iframe" width="480" height="100" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
+ </fieldset>
+ </td>
+ </tr>
+
</table>
- </fieldset>
-</td>
-</tr>
-<tr>
-<td align=center id="tdupload">
- <BR>
- <fieldset>
- <legend><B> Upload a new image : </B></legend>
- <IFRAME src="upload2.html" id="uploadiframe" width="480" height="100" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
- </fieldset>
- <span id="fstatus"></span>
-</td>
-</tr>
-
-<tr id="overlayUpload_TR" style='display:none'>
-<td align=center>
- <BR>
- <fieldset>
- <legend><B> Upload a overlay file : </B></legend>
- <IFRAME id="uploadOVERLAY_iframe" width="480" height="100" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
- </fieldset>
-</td>
-</tr>
-
-</table>
-
+ <script src="js/jquery.js"></script>
+ <script src="js/astman.js"></script>
+ <script src="js/flashupdate.js"></script>
</body>
More information about the asterisk-gui-commits
mailing list