rbrindley: branch 2.0 r4915 - /branches/2.0/config/menuprompts_upload.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Jun 23 12:35:24 CDT 2009


Author: rbrindley
Date: Tue Jun 23 12:35:21 2009
New Revision: 4915

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4915
Log:

- Added the following to the Voice Menu Upload page
	- <html>, <head>, <title>, and "Content-Type" <meta>
- moved js to the bottom


Modified:
    branches/2.0/config/menuprompts_upload.html

Modified: branches/2.0/config/menuprompts_upload.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/menuprompts_upload.html?view=diff&rev=4915&r1=4914&r2=4915
==============================================================================
--- branches/2.0/config/menuprompts_upload.html (original)
+++ branches/2.0/config/menuprompts_upload.html Tue Jun 23 12:35:21 2009
@@ -18,46 +18,51 @@
  * at the top of the source tree.
  *
 -->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/menuprompts_upload.js"></script>
-<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
-<style type="text/css">
-	#nocf {
-		font-size: 13pt;
-		border:1px solid;
-		padding : 10;
-		margin-left : 15;
-		margin-right : 15;
-		margin-top : 25;
-		text-align: center;
-	}
+<html>
+<head>
+	<title>Upload Voice Menu Prompt</title>
+	<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
 
-	#thispageContent{
-		font-size: 10pt;
-		padding : 5;
-		margin-left : 15;
-		margin-top : 15;
-	}
-</style>
+	<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+	<style type="text/css">
+		#nocf {
+			font-size: 13pt;
+			border:1px solid;
+			padding : 10;
+			margin-left : 15;
+			margin-right : 15;
+			margin-top : 25;
+			text-align: center;
+		}
 
+		#thispageContent{
+			font-size: 10pt;
+			padding : 5;
+			margin-left : 15;
+			margin-top : 15;
+		}
+	</style>
+</head>
 <body bgcolor="EFEFEF">
+	<div class="iframeTitleBar">
+		&nbsp;Upload a custom Voice Menu Prompt
+		<span class='refresh_icon' onclick="window.location.reload();" >&nbsp;<img src="images/refresh.png" title=" Refresh " border=0 >&nbsp;</span>
+	</div>
 
-<div class="iframeTitleBar">
-	&nbsp;Upload a custom Voice Menu Prompt
-	<span class='refresh_icon' onclick="window.location.reload();" >&nbsp;<img src="images/refresh.png" title=" Refresh " border=0 >&nbsp;</span>
-</div>
+	<div style='display:none;' id='nocf'> You need a&nbsp;&nbsp;<b>CompactFlash&reg;</b>&nbsp;&nbsp;to use this feature </div>
 
-<div style='display:none;' id='nocf'> You need a&nbsp;&nbsp;<b>CompactFlash&reg;</b>&nbsp;&nbsp;to use this feature </div>
-
-<div class='top_buttons'>
-	<span class='guiButton' id='BACKBUTTON' style='margin-left:200px;'> &#171 Back to 'List of Custom Voice Menu Prompts' </span>
-</div>
+	<div class='top_buttons'>
+		<span class='guiButton' id='BACKBUTTON' style='margin-left:200px;'> &#171 Back to 'List of Custom Voice Menu Prompts' </span>
+	</div>
 
 
-<fieldset  style="font-size : 13px; width: 745px" id='uploadForm_container'>
-	<legend><B>&nbsp;Choose voice prompt to upload :&nbsp;</B></legend>
-	<IFRAME src="upload_form.html" id="uploadiframe" width="480" height="100" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
-</fieldset>
+	<fieldset  style="font-size : 13px; width: 745px" id='uploadForm_container'>
+		<legend><B>&nbsp;Choose voice prompt to upload :&nbsp;</B></legend>
+		<IFRAME src="upload_form.html" id="uploadiframe" width="480" height="100" frameborder="0" border="0" marginheight="0" marginwidth="0"></IFRAME>
+	</fieldset>
 
+	<script src="js/jquery.js"></script>
+	<script src="js/astman.js"></script>
+	<script src="js/menuprompts_upload.js"></script>
 </body>
+</html>




More information about the asterisk-gui-commits mailing list