rbrindley: branch 2.0 r4945 - /branches/2.0/config/vmgroups.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 23 13:17:09 CDT 2009
Author: rbrindley
Date: Tue Jun 23 13:17:06 2009
New Revision: 4945
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4945
Log:
- Added the following to the Voicemail Groups page
- <html>, <head>, <title>, and "Content-Type" <meta>
- moved js to the bottom
Modified:
branches/2.0/config/vmgroups.html
Modified: branches/2.0/config/vmgroups.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/vmgroups.html?view=diff&rev=4945&r1=4944&r2=4945
==============================================================================
--- branches/2.0/config/vmgroups.html (original)
+++ branches/2.0/config/vmgroups.html Tue Jun 23 13:17:06 2009
@@ -18,32 +18,34 @@
* at the top of the source tree.
*
-->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/vmgroups.js"></script>
-<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
-<style type="text/css">
+<html>
+<head>
+ <title>Voicemail Groups</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
- #table_VMGroups_list {
- border: 1px solid #666666;
- margin-top: 5px;
- margin-bottom:10px;
- width: 96%;
- text-align: center;
- padding : 1px;
- }
- #table_VMGroups_list tr.frow { background: #6b79a5; color: #CED7EF; }
- #table_VMGroups_list tr.frow td{ font-weight:bold; }
- #table_VMGroups_list tr td{ padding : 3px; }
- #table_VMGroups_list tr.even { background: #DFDFDF; }
- #table_VMGroups_list tr.odd{ background: #FFFFFF; }
- #table_VMGroups_list tr.even:hover, #table_VMGroups_list tr.odd:hover {
- background: #a8b6e5;
- cursor: default;
- }
+ <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+ <style type="text/css">
-</style>
+ #table_VMGroups_list {
+ border: 1px solid #666666;
+ margin-top: 5px;
+ margin-bottom:10px;
+ width: 96%;
+ text-align: center;
+ padding : 1px;
+ }
+ #table_VMGroups_list tr.frow { background: #6b79a5; color: #CED7EF; }
+ #table_VMGroups_list tr.frow td{ font-weight:bold; }
+ #table_VMGroups_list tr td{ padding : 3px; }
+ #table_VMGroups_list tr.even { background: #DFDFDF; }
+ #table_VMGroups_list tr.odd{ background: #FFFFFF; }
+ #table_VMGroups_list tr.even:hover, #table_VMGroups_list tr.odd:hover {
+ background: #a8b6e5;
+ cursor: default;
+ }
+ </style>
+</head>
<body bgcolor="EFEFEF">
<div class="iframeTitleBar">
VoiceMail Groups
@@ -85,4 +87,9 @@
</TR>
</TABLE>
</div>
+
+ <script src="js/jquery.js"></script>
+ <script src="js/astman.js"></script>
+ <script src="js/vmgroups.js"></script>
</body>
+</html>
More information about the asterisk-gui-commits
mailing list