rbrindley: branch 2.0 r4936 - /branches/2.0/config/trunks_digital.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 23 13:06:41 CDT 2009
Author: rbrindley
Date: Tue Jun 23 13:06:37 2009
New Revision: 4936
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4936
Log:
- Added the following to the Digital Trunks page
- <html>, <head>, <title>, and "Content-Type" <meta>
- moved js to the bottom
Modified:
branches/2.0/config/trunks_digital.html
Modified: branches/2.0/config/trunks_digital.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/trunks_digital.html?view=diff&rev=4936&r1=4935&r2=4936
==============================================================================
--- branches/2.0/config/trunks_digital.html (original)
+++ branches/2.0/config/trunks_digital.html Tue Jun 23 13:06:37 2009
@@ -18,47 +18,54 @@
* at the top of the source tree.
*
-->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/trunks_digital.js"></script>
-<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
-<style type="text/css">
+<html>
+<head>
+ <title>Digital Trunks</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
- #table_DigitalTrunks_list {
- border: 0px solid #666666;
- margin-top: 8px;
- padding : 1px;
- width: 96%;
- }
+ <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+ <style type="text/css">
- #table_DigitalTrunks_list {
- border: 1px solid #666666;
- margin-top: 5px;
- margin-bottom:10px;
- width: 96%;
- text-align: center;
- padding : 1px;
- }
- #table_DigitalTrunks_list tr.frow { background: #6b79a5; color: #CED7EF; }
- #table_DigitalTrunks_list tr.frow td{ font-weight:bold; }
- #table_DigitalTrunks_list tr td{ padding : 3px; }
- #table_DigitalTrunks_list tr.even { background: #DFDFDF; }
- #table_DigitalTrunks_list tr.odd{ background: #FFFFFF; }
- #table_DigitalTrunks_list tr.even:hover, #table_DigitalTrunks_list tr.odd:hover {
- background: #a8b6e5;
- cursor: default;
- }
+ #table_DigitalTrunks_list {
+ border: 0px solid #666666;
+ margin-top: 8px;
+ padding : 1px;
+ width: 96%;
+ }
+
+ #table_DigitalTrunks_list {
+ border: 1px solid #666666;
+ margin-top: 5px;
+ margin-bottom:10px;
+ width: 96%;
+ text-align: center;
+ padding : 1px;
+ }
+ #table_DigitalTrunks_list tr.frow { background: #6b79a5; color: #CED7EF; }
+ #table_DigitalTrunks_list tr.frow td{ font-weight:bold; }
+ #table_DigitalTrunks_list tr td{ padding : 3px; }
+ #table_DigitalTrunks_list tr.even { background: #DFDFDF; }
+ #table_DigitalTrunks_list tr.odd{ background: #FFFFFF; }
+ #table_DigitalTrunks_list tr.even:hover, #table_DigitalTrunks_list tr.odd:hover {
+ background: #a8b6e5;
+ cursor: default;
+ }
-</style>
+ </style>
+</head>
<body bgcolor="EFEFEF">
-<div class="iframeTitleBar">
- Digital(T1/E1/BRI) Trunks
- <span style="cursor: pointer; cursor: hand;" onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
-</div>
+ <div class="iframeTitleBar">
+ Digital(T1/E1/BRI) Trunks
+ <span style="cursor: pointer; cursor: hand;" onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
+ </div>
-<div id="tabbedMenu"></div>
+ <div id="tabbedMenu"></div>
-<table id='table_DigitalTrunks_list' cellpadding=0 cellspacing=0 border=0 align=center></table>
+ <table id='table_DigitalTrunks_list' cellpadding=0 cellspacing=0 border=0 align=center></table>
+ <script src="js/jquery.js"></script>
+ <script src="js/astman.js"></script>
+ <script src="js/trunks_digital.js"></script>
</body>
+</html>
More information about the asterisk-gui-commits
mailing list