rbrindley: branch 2.0 r4918 - /branches/2.0/config/mohfiles.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 23 12:39:29 CDT 2009
Author: rbrindley
Date: Tue Jun 23 12:39:26 2009
New Revision: 4918
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4918
Log:
- Added the following to the MOH page
- <html>, <head>, <title>, and "Content-Type" <meta>
- moved js to the bottom
Modified:
branches/2.0/config/mohfiles.html
Modified: branches/2.0/config/mohfiles.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/mohfiles.html?view=diff&rev=4918&r1=4917&r2=4918
==============================================================================
--- branches/2.0/config/mohfiles.html (original)
+++ branches/2.0/config/mohfiles.html Tue Jun 23 12:39:26 2009
@@ -18,77 +18,83 @@
* at the top of the source tree.
*
-->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/mohfiles.js"></script>
-<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
-<style type="text/css">
+<html>
+<head>
+ <title>Manage MOH page</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
- #soundFilesTable {
- border: 1px solid #666666;
- margin-top: 5px;
- margin-bottom:10px;
- width: 96%;
- text-align: center;
- padding : 1px;
- }
- #soundFilesTable tr.frow { background: #6b79a5; color: #CED7EF; }
- #soundFilesTable tr.frow td{ font-weight:bold; }
- #soundFilesTable tr td{ padding : 3px; }
- #soundFilesTable tr.even { background: #DFDFDF; }
- #soundFilesTable tr.odd{ background: #FFFFFF; }
- #soundFilesTable tr.even:hover, #soundFilesTable tr.odd:hover {
- background: #a8b6e5;
- cursor: default;
- }
+ <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+ <style type="text/css">
-</style>
+ #soundFilesTable {
+ border: 1px solid #666666;
+ margin-top: 5px;
+ margin-bottom:10px;
+ width: 96%;
+ text-align: center;
+ padding : 1px;
+ }
+ #soundFilesTable tr.frow { background: #6b79a5; color: #CED7EF; }
+ #soundFilesTable tr.frow td{ font-weight:bold; }
+ #soundFilesTable tr td{ padding : 3px; }
+ #soundFilesTable tr.even { background: #DFDFDF; }
+ #soundFilesTable tr.odd{ background: #FFFFFF; }
+ #soundFilesTable tr.even:hover, #soundFilesTable tr.odd:hover {
+ background: #a8b6e5;
+ cursor: default;
+ }
+ </style>
+</head>
<body bgcolor="EFEFEF">
-<div class="iframeTitleBar">
- Manage 'Music-on-Hold' Classes -
- <select id='moh_classes'></select>
- <span class='guiButtonNew' id='mohclass_addButton' onclick='manage_moh.show_AddMohClass_form();'> New MOH class </span>
- <span class='guiButtonDelete' id='mohclass_deleteButton' onclick='manage_moh.delete_MohClass();' style='display:none;'> Delete </span>
- <span class='refresh_icon' onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
+ <div class="iframeTitleBar">
+ Manage 'Music-on-Hold' Classes -
+ <select id='moh_classes'></select>
+ <span class='guiButtonNew' id='mohclass_addButton' onclick='manage_moh.show_AddMohClass_form();'> New MOH class </span>
+ <span class='guiButtonDelete' id='mohclass_deleteButton' onclick='manage_moh.delete_MohClass();' style='display:none;'> Delete </span>
+ <span class='refresh_icon' onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
-</div>
+ </div>
-<div class='lite_Heading'> Manage 'Music On Hold' Classes</div>
+ <div class='lite_Heading'> Manage 'Music On Hold' Classes</div>
-<div id='label_selectedClass' style=" text-align: center; padding: 10px;margin-top:10px; font-size: 13px; width: 800px;">
- Select a MOH class name to manage the files in that class. <BR>
- You can create a new class by clicking on the 'New MOH class' button.
-</div>
+ <div id='label_selectedClass' style=" text-align: center; padding: 10px;margin-top:10px; font-size: 13px; width: 800px;">
+ Select a MOH class name to manage the files in that class. <BR>
+ You can create a new class by clicking on the 'New MOH class' button.
+ </div>
-<div style='display:none;' id='nocf'> You need a <b>CompactFlash®</b> to use this feature </div>
+ <div style='display:none;' id='nocf'> You need a <b>CompactFlash®</b> to use this feature </div>
-<div id='thispageContent' style='display:none;'>
- <fieldset style="padding: 10px; font-size: 13px; width: 745px" id='uploadForm_container'>
- <legend><B> Upload an 8 KHz Mono Music file : </B></legend>
- </fieldset>
+ <div id='thispageContent' style='display:none;'>
+ <fieldset style="padding: 10px; font-size: 13px; width: 745px" id='uploadForm_container'>
+ <legend><B> Upload an 8 KHz Mono Music file : </B></legend>
+ </fieldset>
- <div style='padding: 4px; width:800px; text-align:center;'><B> List of Sound Files </B></div>
- <div id="soundFiles_div" style="height:300px; width:800px; overflow:auto; padding:0px 0px 0px 0px; ">
- <table id="soundFilesTable" cellpadding=2 cellspacing=1 border=0 align=center width=720></table>
+ <div style='padding: 4px; width:800px; text-align:center;'><B> List of Sound Files </B></div>
+ <div id="soundFiles_div" style="height:300px; width:800px; overflow:auto; padding:0px 0px 0px 0px; ">
+ <table id="soundFilesTable" cellpadding=2 cellspacing=1 border=0 align=center width=720></table>
+ </div>
</div>
-</div>
-<div id="div_newMOH_Class" style="display:none; position:absolute; z-index:1005; background-color : #C1D7EC; padding : 6px 6px 6px 10px;">
- <table>
- <tr> <td colspan=2 align=center><B>Create New MOH Class</B></td>
- </tr>
- <tr> <td>Name :</td>
- <td> <input id="New_mohClass_name" size=20 class="input9" field_name='MOH Class Name' validation='alphanumeric' required='yes'>
- <input type="button" value="Add" style="font-size: 8pt; border:1px solid; padding : 0px 0px 0px 0px;" onclick="manage_moh.add_MohClass();">
- <input type="button" value="Cancel" style="font-size: 8pt; border:1px solid; padding : 0px 0px 0px 0px;" onclick="$('#div_newMOH_Class').hide();"><BR>
- </td>
- </tr>
- <tr> <td></td>
- <td> (Ex: mymohclass)</td>
- </tr>
- </table>
-</div>
+ <div id="div_newMOH_Class" style="display:none; position:absolute; z-index:1005; background-color : #C1D7EC; padding : 6px 6px 6px 10px;">
+ <table>
+ <tr> <td colspan=2 align=center><B>Create New MOH Class</B></td>
+ </tr>
+ <tr> <td>Name :</td>
+ <td> <input id="New_mohClass_name" size=20 class="input9" field_name='MOH Class Name' validation='alphanumeric' required='yes'>
+ <input type="button" value="Add" style="font-size: 8pt; border:1px solid; padding : 0px 0px 0px 0px;" onclick="manage_moh.add_MohClass();">
+ <input type="button" value="Cancel" style="font-size: 8pt; border:1px solid; padding : 0px 0px 0px 0px;" onclick="$('#div_newMOH_Class').hide();"><BR>
+ </td>
+ </tr>
+ <tr> <td></td>
+ <td> (Ex: mymohclass)</td>
+ </tr>
+ </table>
+ </div>
+ <script src="js/jquery.js"></script>
+ <script src="js/astman.js"></script>
+ <script src="js/mohfiles.js"></script>
</body>
+</html>
More information about the asterisk-gui-commits
mailing list