rbrindley: branch 2.0 r4937 - /branches/2.0/config/trunks_providers.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 23 13:07:45 CDT 2009
Author: rbrindley
Date: Tue Jun 23 13:07:41 2009
New Revision: 4937
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4937
Log:
- Added the following to the Provider Trunks page
- <html>, <head>, <title>, and "Content-Type" <meta>
- moved js to the bottom
Modified:
branches/2.0/config/trunks_providers.html
Modified: branches/2.0/config/trunks_providers.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/trunks_providers.html?view=diff&rev=4937&r1=4936&r2=4937
==============================================================================
--- branches/2.0/config/trunks_providers.html (original)
+++ branches/2.0/config/trunks_providers.html Tue Jun 23 13:07:41 2009
@@ -18,119 +18,126 @@
* at the top of the source tree.
*
-->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/object.customs.js"></script>
-<script src="js/trunks_providers.js"></script>
-<script src="js/jquery.tooltip.js"></script>
-<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
-<style type="text/css">
+<html>
+<head>
+ <title>Provider Trunks</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
- #table_SPS_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_SPS_list {
- border: 1px solid #666666;
- margin-top: 5px;
- margin-bottom:10px;
- width: 96%;
- text-align: center;
- padding : 1px;
- }
- #table_SPS_list tr.frow { background: #6b79a5; color: #CED7EF; }
- #table_SPS_list tr.frow td{ font-weight:bold; }
- #table_SPS_list tr td{ padding : 3px; }
- #table_SPS_list tr.even { background: #DFDFDF; }
- #table_SPS_list tr.odd{ background: #FFFFFF; }
- #table_SPS_list tr.even:hover, #table_SPS_list tr.odd:hover {
- background: #a8b6e5;
- cursor: default;
- }
+ #table_SPS_list {
+ border: 0px solid #666666;
+ margin-top: 8px;
+ padding : 1px;
+ width: 96%;
+ }
-</style>
+ #table_SPS_list {
+ border: 1px solid #666666;
+ margin-top: 5px;
+ margin-bottom:10px;
+ width: 96%;
+ text-align: center;
+ padding : 1px;
+ }
+ #table_SPS_list tr.frow { background: #6b79a5; color: #CED7EF; }
+ #table_SPS_list tr.frow td{ font-weight:bold; }
+ #table_SPS_list tr td{ padding : 3px; }
+ #table_SPS_list tr.even { background: #DFDFDF; }
+ #table_SPS_list tr.odd{ background: #FFFFFF; }
+ #table_SPS_list tr.even:hover, #table_SPS_list tr.odd:hover {
+ background: #a8b6e5;
+ cursor: default;
+ }
+
+ </style>
+</head>
<body bgcolor="EFEFEF">
-<div class="iframeTitleBar">
- Manage Service Providers <span class='refresh_icon' onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
-</div>
+ <div class="iframeTitleBar">
+ Manage Service Providers <span class='refresh_icon' onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
+ </div>
-<div id="tabbedMenu"></div>
+ <div id="tabbedMenu"></div>
-<div class='top_buttons' style="margin-top: -10px;">
- <span id='new_SP_button' class='guiButtonNew' onclick="providers_MiscFunctions.show_NewProviderForm();">New ServiceProvider</span>
-</div>
+ <div class='top_buttons' style="margin-top: -10px;">
+ <span id='new_SP_button' class='guiButtonNew' onclick="providers_MiscFunctions.show_NewProviderForm();">New ServiceProvider</span>
+ </div>
-<table id='table_SPS_list' cellpadding=0 cellspacing=0 border=0 align=center></table>
+ <table id='table_SPS_list' cellpadding=0 cellspacing=0 border=0 align=center></table>
-<div id="edit_SPTrunk_DIV" STYLE="width:650; max-height:450;display:none;" class='dialog'>
- <TABLE width="100%" cellpadding=0 cellspacing=0>
- <TR class="dialog_title_tr">
- <TD class="dialog_title" onmousedown="ASTGUI.startDrag(event);">
- <span>Edit Service Provider</span>
- </TD>
- <TD class="dialog_title_X" onclick="ASTGUI.hideDrag(event);"> X </TD>
- </TR>
- </TABLE>
- <TABLE align=center cellpadding=2 cellspacing=2 border=0 width='100%'>
+ <div id="edit_SPTrunk_DIV" STYLE="width:650; max-height:450;display:none;" class='dialog'>
+ <TABLE width="100%" cellpadding=0 cellspacing=0>
+ <TR class="dialog_title_tr">
+ <TD class="dialog_title" onmousedown="ASTGUI.startDrag(event);">
+ <span>Edit Service Provider</span>
+ </TD>
+ <TD class="dialog_title_X" onclick="ASTGUI.hideDrag(event);"> X </TD>
+ </TR>
+ </TABLE>
+ <TABLE align=center cellpadding=2 cellspacing=2 border=0 width='100%'>
+ <TR> <TD align="center">
+ <span id='edit_SP_DIV_Title'></span>
+ </TD>
+ </TR>
+ <TR> <TD align="center">
+ <textarea id='edit_provider_details' rows=5 cols=80></textarea>
+ </TD>
+ </TR>
+ <TR> <TD align=center height=50 valign=middle>
+ <span class='guiButtonCancel' onclick='ASTGUI.hideDrag(event);'>Cancel</span>
+ <span class='guiButtonEdit' onclick='providers_MiscFunctions.updateProvider();'>Update</span>
+ </TD>
+ </TR>
+ </TABLE>
+ </div>
+
+
+ <div id="new_SPTrunk_DIV" STYLE="width:650; max-height:450;display:none;" class='dialog'>
+ <TABLE width="100%" cellpadding=0 cellspacing=0>
+ <TR class="dialog_title_tr">
+ <TD class="dialog_title" onmousedown="ASTGUI.startDrag(event);">
+ <span id='new_SP_DIV_Title'>Add New Service Provider</span>
+ </TD>
+ <TD class="dialog_title_X" onclick="ASTGUI.hideDrag(event);"> X </TD>
+ </TR>
+ </TABLE>
+
+ <TABLE align=center cellpadding=2 cellspacing=2 border=0 width='100%'>
+
+ <TR> <TD align="center" width='50%'>Choose a Service Provider ↓</TD>
+ <TD></TD>
+ </TR>
+
<TR> <TD align="center">
- <span id='edit_SP_DIV_Title'></span>
+ <select id='new_SP_Provider' style='width:250px' size=5></select>
+ </TD>
+ <TD id="TD_SP_Logo_container" align="center"></TD>
+ </TR>
+
+ <TR> <TD align="center" id="TD_SP_desc" colspan=2></TD>
+ </TR>
+ <TR class='TR_SP_UP'>
+ <TD align="right">Username:</TD>
+ <TD align="left"><input size=12 id='input_sp_uname'></TD>
+ </TR>
+ <TR class='TR_SP_UP'>
+ <TD align="right">Password:</TD>
+ <TD align="left"><input size=12 id='input_sp_password'></TD>
+ </TR>
+ <TR> <TD colspan=2 align=center height=50 valign=middle>
+ <span class='guiButtonCancel' onclick='ASTGUI.hideDrag(event);'>Cancel</span>
+ <span class='guiButtonEdit' id="new_SP_save" onclick='providers_MiscFunctions.createNewProvider();'>Add</span>
</TD>
</TR>
- <TR> <TD align="center">
- <textarea id='edit_provider_details' rows=5 cols=80></textarea>
- </TD>
- </TR>
- <TR> <TD align=center height=50 valign=middle>
- <span class='guiButtonCancel' onclick='ASTGUI.hideDrag(event);'>Cancel</span>
- <span class='guiButtonEdit' onclick='providers_MiscFunctions.updateProvider();'>Update</span>
- </TD>
- </TR>
- </TABLE>
-</div>
+ </TABLE>
+ </div>
-
-<div id="new_SPTrunk_DIV" STYLE="width:650; max-height:450;display:none;" class='dialog'>
- <TABLE width="100%" cellpadding=0 cellspacing=0>
- <TR class="dialog_title_tr">
- <TD class="dialog_title" onmousedown="ASTGUI.startDrag(event);">
- <span id='new_SP_DIV_Title'>Add New Service Provider</span>
- </TD>
- <TD class="dialog_title_X" onclick="ASTGUI.hideDrag(event);"> X </TD>
- </TR>
- </TABLE>
-
- <TABLE align=center cellpadding=2 cellspacing=2 border=0 width='100%'>
-
- <TR> <TD align="center" width='50%'>Choose a Service Provider ↓</TD>
- <TD></TD>
- </TR>
-
- <TR> <TD align="center">
- <select id='new_SP_Provider' style='width:250px' size=5></select>
- </TD>
- <TD id="TD_SP_Logo_container" align="center"></TD>
- </TR>
-
- <TR> <TD align="center" id="TD_SP_desc" colspan=2></TD>
- </TR>
- <TR class='TR_SP_UP'>
- <TD align="right">Username:</TD>
- <TD align="left"><input size=12 id='input_sp_uname'></TD>
- </TR>
- <TR class='TR_SP_UP'>
- <TD align="right">Password:</TD>
- <TD align="left"><input size=12 id='input_sp_password'></TD>
- </TR>
- <TR> <TD colspan=2 align=center height=50 valign=middle>
- <span class='guiButtonCancel' onclick='ASTGUI.hideDrag(event);'>Cancel</span>
- <span class='guiButtonEdit' id="new_SP_save" onclick='providers_MiscFunctions.createNewProvider();'>Add</span>
- </TD>
- </TR>
- </TABLE>
-</div>
-
+ <script src="js/jquery.js"></script>
+ <script src="js/astman.js"></script>
+ <script src="js/object.customs.js"></script>
+ <script src="js/trunks_providers.js"></script>
+ <script src="js/jquery.tooltip.js"></script>
</body>
+</html>
More information about the asterisk-gui-commits
mailing list