rbrindley: branch 2.0 r4934 - /branches/2.0/config/timezone.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 23 13:04:35 CDT 2009
Author: rbrindley
Date: Tue Jun 23 13:04:32 2009
New Revision: 4934
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4934
Log:
- Added the following to the Timezone page
- <html>, <head>, <title>, and "Content-Type" <meta>
- moved js to the bottom
Modified:
branches/2.0/config/timezone.html
Modified: branches/2.0/config/timezone.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/timezone.html?view=diff&rev=4934&r1=4933&r2=4934
==============================================================================
--- branches/2.0/config/timezone.html (original)
+++ branches/2.0/config/timezone.html Tue Jun 23 13:04:32 2009
@@ -14,72 +14,77 @@
* agreement you accepted when obtained and/or activated
* the Digium product containing this file.
-->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/timezone.js"></script>
-<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
-<style type="text/css">
- #tzfilesTable {
- border: 1px solid #666666;
- margin-top: 5px;
- margin-bottom:10px;
- width: 96%;
- text-align: center;
- padding : 1px;
- }
- #tzfilesTable tr.frow { background: #6b79a5; color: #CED7EF; }
- #tzfilesTable tr.frow td{ font-weight:bold; }
- #tzfilesTable tr td{ padding : 3px; }
- #tzfilesTable tr.even { background: #DFDFDF; }
- #tzfilesTable tr.odd{ background: #FFFFFF; }
- #tzfilesTable tr.even:hover, #tzfilesTable tr.odd:hover {
- background: #a8b6e5;
- cursor: default;
- }
+<html>
+<head>
+ <title>Time Zones</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">
+ #tzfilesTable {
+ border: 1px solid #666666;
+ margin-top: 5px;
+ margin-bottom:10px;
+ width: 96%;
+ text-align: center;
+ padding : 1px;
+ }
+ #tzfilesTable tr.frow { background: #6b79a5; color: #CED7EF; }
+ #tzfilesTable tr.frow td{ font-weight:bold; }
+ #tzfilesTable tr td{ padding : 3px; }
+ #tzfilesTable tr.even { background: #DFDFDF; }
+ #tzfilesTable tr.odd{ background: #FFFFFF; }
+ #tzfilesTable tr.even:hover, #tzfilesTable tr.odd:hover {
+ background: #a8b6e5;
+ cursor: default;
+ }
+ </style>
+</head>
<body bgcolor="EFEFEF">
+ <div class="iframeTitleBar">
+ Manage TimeZones
+ <span style="cursor: pointer; cursor: hand;" onclick="window.location.reload();" >
+ <img src="images/refresh.png" title=" Refresh " border=0 >
+ </span>
+ </div>
-<div class="iframeTitleBar">
- Manage TimeZones
- <span style="cursor: pointer; cursor: hand;" onclick="window.location.reload();" >
- <img src="images/refresh.png" title=" Refresh " border=0 >
- </span>
-</div>
+ <div class='top_buttons'>
+ <span class='guiButton' onclick='call_update_tz();' style='float:left'>Update Timezones</span>
+ </div>
-<div class='top_buttons'>
- <span class='guiButton' onclick='call_update_tz();' style='float:left'>Update Timezones</span>
-</div>
+ <div class='lite_Heading'>Manage TimeZones</div>
+ <center><div id="tabbedMenu" style='margin-top:-10px;'></div></center>
-<div class='lite_Heading'>Manage TimeZones</div>
-<center><div id="tabbedMenu" style='margin-top:-10px;'></div></center>
+ <table width="80%" align=center style='display:none'>
+ <tr><td align=center id="tdupload" height=150>
+ <fieldset>
+ <legend><B> Upload a Timezone file: </B></legend>
+ <IFRAME src="upload_form.html" id="uploadiframe" width="95%" height="130" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
+ </fieldset>
+ </td></tr>
+ </table>
-<table width="80%" align=center style='display:none'>
- <tr><td align=center id="tdupload" height=150>
- <fieldset>
- <legend><B> Upload a Timezone file: </B></legend>
- <IFRAME src="upload_form.html" id="uploadiframe" width="95%" height="130" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
+ <tr> <div valign="top" align="center">
+ <label align="center"> Default Time Zone </label>
+ <div align="center" id="default_tz"> Loading.... </div>
+ </div>
+ </tr>
+ <table width="80%" align=center>
+ <tr> <td valign="top" align="center">
+ <fieldset style="height: 300px; " id="fieldset2">
+ <legend> List of TimeZone Files </legend>
+ <div id="bkpfilesTable_div" style="height:260px;width=100%; overflow :auto; padding : 0px 0px 0px 0px;">
+ <table id="tzfilesTable" cellpadding=2 cellspacing=1 border=0 align=center width=500></table>
+ </div>
+ <BR>
</fieldset>
- </td></tr>
-</table>
+ </td>
+ </tr>
+ </table>
-<tr> <div valign="top" align="center">
- <label align="center"> Default Time Zone </label>
- <div align="center" id="default_tz"> Loading.... </div>
- </div>
-</tr>
-<table width="80%" align=center>
-<tr> <td valign="top" align="center">
- <fieldset style="height: 300px; " id="fieldset2">
- <legend> List of TimeZone Files </legend>
- <div id="bkpfilesTable_div" style="height:260px;width=100%; overflow :auto; padding : 0px 0px 0px 0px;">
- <table id="tzfilesTable" cellpadding=2 cellspacing=1 border=0 align=center width=500></table>
- </div>
- <BR>
- </fieldset>
- </td>
-</tr>
-</table>
-
+ <script src="js/jquery.js"></script>
+ <script src="js/astman.js"></script>
+ <script src="js/timezone.js"></script>
</body>
+</html>
More information about the asterisk-gui-commits
mailing list