bkruse: branch 1.4 r1338 - /branches/1.4/config/digital.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Aug 14 18:10:28 CDT 2007


Author: bkruse
Date: Tue Aug 14 18:10:28 2007
New Revision: 1338

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1338
Log:
digital detection page placeholder, the place that trunks.html redirects if the user requests, after being told ztscan could not find cards/spans

Added:
    branches/1.4/config/digital.html

Added: branches/1.4/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/digital.html?view=auto&rev=1338
==============================================================================
--- branches/1.4/config/digital.html (added)
+++ branches/1.4/config/digital.html Tue Aug 14 18:10:28 2007
@@ -1,0 +1,48 @@
+<!--
+ * Asterisk-GUI	-	an Asterisk configuration interface
+ *
+ * Digital Card Setup / Detection 
+ *
+ * Copyright (C) 2006-2007, Digium, Inc.
+ *
+ * Brandon Kruse <bkruse at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ *
+-->
+<script src="scripts/prototype.js"></script>
+<script src="scripts/astman.js"></script>
+<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+<script>
+
+function localajaxinit() {
+	var adjust_toScreen = function(){
+		var i = ASTGUI.displayHeight();
+		_$('cli_output').style.height = (i -60);
+	}
+	top._$('mainscreen').width= 798;
+	ASTGUI.events.add( window , 'resize', adjust_toScreen);
+	setWindowTitle("Digital Setup Wizard");
+	parent.loadscreen(this);
+	alert("this page is a placeholder for the beginning of the digital card wizard");
+}
+
+</script>
+<body id="foo" onload="localajaxinit()"  bgcolor="#FFFFFF" onunload="resetmainscreen();">
+<div style="font-size : 12px; padding : 4px 6px 4px 6px; border-style : solid none solid none; border-top-color : #BDC7E7; border-bottom-color : #182052; border-width : 1px 0px 1px 0px; background-color : #ef8700; color : #ffffff;">
+	<span style="margin-left: 4px;font-weight:bold;">Digital Card Configuration Wizard Placeholder</span>
+	<span style="cursor: pointer; cursor: hand;" onclick="window.location.href=window.location.href;" >&nbsp;<img src="images/refresh.png" title=" Refresh " border=0 >&nbsp;</span>
+	&nbsp;&nbsp;
+</div>
+<div style="padding : 0px 0px 0px 0px;">
+<div style="padding : 0px 1px 0px 2px; height:444px;width= 797px; overflow :auto; font-size : 12px;" id="cli_output"></div><BR>
+</div>
+</body>




More information about the asterisk-gui-commits mailing list