pari: branch aadk r604 - /branches/aadk/config/

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Tue Apr 3 16:55:51 MST 2007


Author: pari
Date: Tue Apr  3 18:55:50 2007
New Revision: 604

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=604
Log:
added a placeholder for managing ssmtp settings

Added:
    branches/aadk/config/smtp_settings.html
Modified:
    branches/aadk/config/voicemail.html

Added: branches/aadk/config/smtp_settings.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/smtp_settings.html?view=auto&rev=604
==============================================================================
--- branches/aadk/config/smtp_settings.html (added)
+++ branches/aadk/config/smtp_settings.html Tue Apr  3 18:55:50 2007
@@ -1,0 +1,51 @@
+<!--
+ * Asterisk-GUI	-	an Asterisk configuration interface
+ *
+ * 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>
+ *
+ * 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/rico.js"></script>
+<script src="scripts/astman.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("Network Settings");
+		parent.loadscreen(this);
+	}
+
+</script>
+<body id="foo" onload="localajaxinit()"  bgcolor="EFEFEF">
+<div class="mainscreenTitleBar">
+	<span style="margin-left: 4px;font-weight:bold;">Voicemail to Email Settings</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">
+
+		</td>
+	</tr>
+</table>
+</div>
+<select id="hiddennetworking" style="display:none"></select>
+</body>

Modified: branches/aadk/config/voicemail.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/voicemail.html?view=diff&rev=604&r1=603&r2=604
==============================================================================
--- branches/aadk/config/voicemail.html (original)
+++ branches/aadk/config/voicemail.html Tue Apr  3 18:55:50 2007
@@ -416,7 +416,7 @@
 		</div>
 		</td>
 	</tr>
-	<tr>	<td align='center'></td>
+	<tr>	<td align='center'><span><A href="smtp_settings.html" class="splbutton">Email Settings</A></span></td>
 		<td align='center' colspan='2'>
 			<input type='button' id='save' value='Save' class="buttonbold">&nbsp;<input type='button' id='cancel' value='Cancel' class="buttonbold">
 		</td>				



More information about the asterisk-gui-commits mailing list