pari: branch asterisknow r2024 - /branches/asterisknow/config/provisioning.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Dec 19 21:16:45 CST 2007


Author: pari
Date: Wed Dec 19 21:16:45 2007
New Revision: 2024

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2024
Log:
HTML part of auto provision settings

Modified:
    branches/asterisknow/config/provisioning.html

Modified: branches/asterisknow/config/provisioning.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/provisioning.html?view=diff&rev=2024&r1=2023&r2=2024
==============================================================================
--- branches/asterisknow/config/provisioning.html (original)
+++ branches/asterisknow/config/provisioning.html Wed Dec 19 21:16:45 2007
@@ -1,0 +1,84 @@
+<!--
+ * Manage network settings on the appliance
+ *
+ * Copyright (C) 2006 - 2007, Digium, Inc.
+ *
+ * Mark Spencer <markster at digium.com>
+ * Pari Nannapaneni <pari at digium.com>
+ * Brandon Kruse <bkruse at digium.com>
+ *
+ * All Rights Reserved.
+ *
+ * Distribution of this file is subject to the license
+ * agreement you accepted when obtained and/or activated
+ * the Digium product containing this file.
+ *
+-->
+<script src="scripts/prototype.js"></script>
+<script src="scripts/rico.js"></script>
+<script src="scripts/astman.js"></script>
+<script src="scripts/tooltip.js"></script>
+<link href="stylesheets/rico.css" media="all" rel="Stylesheet" type="text/css" />
+<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+<script>
+
+
+
+function localajaxinit() {
+	setWindowTitle("Settings for auto provisioning Polycom phones");
+	parent.loadscreen(this);
+
+
+
+}
+
+
+
+</script>
+<body id="foo" onload="localajaxinit()"  bgcolor="EFEFEF">
+<div class="mainscreenTitleBar">
+	<span style="margin-left: 4px;font-weight:bold;">Settings for auto provisioning Polycom phones</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>
+</div>
+<div class="mainscreenContentBox" id="mailboxcontent">
+<table class="mainscreenTable" align="center">
+	<tr><td valign="top" align="center">
+		<table align="center">
+			<TR>	<TD height=10></TD>
+				<TD></TD>
+			</TR>
+
+			<TR>	<TD align=right><input type="checkbox" id='DHCP_WAN_PROVISION'>&nbsp;</TD>
+				<TD>Enable Auto Provisioning</TD>
+			</TR>
+
+			<TR  onmouseover="show_tooltip('en', 'networking', 3);">	<TD valign="top" align="right">URL for Polycom <BR> auto provisioning:</TD>
+				<TD>	<input type="text" id='TFTP_LAN' size=24 class='input9'></TD>
+			</TR>
+
+			<TR>	<TD height=10></TD>
+				<TD></TD>
+			</TR>
+
+			<TR>	<TD>NTP Server: </TD>
+				<TD><input type="text" id='NTP_ADDRESS' size=14 class='input9'></TD>
+			</TR>
+
+			<TR>	<TD>Network Interface</TD>
+				<TD><input type="text" id='SRVINTERFACE' size=14 class='input9'></TD>
+			</TR>
+			<TR>	<TD height=10></TD>
+				<TD></TD>
+			</TR>
+			<TR>	<TD colspan=2 align=center>
+					<BR>
+					<input type="button" value="Save" id="save">&nbsp;&nbsp;
+					<input type="button" value="Cancel" id="cancel">
+				</TD>
+			</TR>
+		</table>
+		</td>
+	</tr>
+</table>
+</div>
+</body>




More information about the asterisk-gui-commits mailing list