rbrindley: branch rbrindley/features_revamp r4728 - /team/rbrindley/features_...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Apr 9 09:15:55 CDT 2009
Author: rbrindley
Date: Thu Apr 9 09:15:51 2009
New Revision: 4728
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4728
Log:
- added title styling
- added html for application maps
- added bgcolor for body
Modified:
team/rbrindley/features_revamp/config/features2.html
Modified: team/rbrindley/features_revamp/config/features2.html
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/features_revamp/config/features2.html?view=diff&rev=4728&r1=4727&r2=4728
==============================================================================
--- team/rbrindley/features_revamp/config/features2.html (original)
+++ team/rbrindley/features_revamp/config/features2.html Thu Apr 9 09:15:51 2009
@@ -23,6 +23,10 @@
<head>
<link href="stylesheets/schwing.css" media="all" rel="stylesheet" type="text/css" />
<style type="text/css">
+ body {
+ background-color: #efefef;
+ }
+
#right_container {
float: right;
width: 60%;
@@ -43,6 +47,12 @@
border: 1px solid #6b79a5;
margin: 4px;
padding: 4px;
+ }
+
+ .section .title {
+ color: #6b79a5;
+ font-size: 16px;
+ font-weight: bold;
}
#feature_map .checkbox {
@@ -71,7 +81,7 @@
</div>
<div id="right_container" class="container">
<div id="dial_options" class="section">
- <span class="title">Dial Options</span>
+ <span class="title"><img class="title_img" src="images/asterisk_red.gif"/>Dial Options</span>
<div><input type="checkbox" id="dial_t" /> (t-Option) Allow the called party to transfer the calling party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</div>
<div><input type="checkbox" id="dial_T" /> (T-Option) Allow the calling party to transfer the called party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</div>
<div><input type="checkbox" id="dial_h" /> (h-Option) Allow the called party to hang up by sending the 'Disconnect' feature map.</div>
@@ -82,17 +92,17 @@
</div>
<div id="left_container" class="container">
<div id="feature_options" class="section">
- <span class="title">Feature Options</span>
+ <span class="title"><img class="title_img" src="images/asterisk_red.gif"/>Feature Options</span>
<div> Feature Digit Timeout: <input type="text" id="feature_digittimeout" size="4" /></div>
</div>
<div id="call_parking" class="section">
- <span class="title">Call Parking</span>
+ <span class="title"><img class="title_img" src="images/asterisk_red.gif"/>Call Parking</span>
<div>Extension to Dial to Park a call: <input type="text" id="park_exten" size="4"/></div>
<div>What Extensions to Park Calls On: <input type="text" id="park_pos" size="10" /> (Ex: '701-720')</div>
<div>Number of Seconds a Call can be Parked For: <input type="text" id="park_time" size="2" /><br /></div>
</div>
<div id="feature_map" class="section">
- <span class="title">Feature Map</span>
+ <span class="title"><img class="title_img" src="images/asterisk_red.gif"/>Feature Map</span>
<div class="feature disabled">
<input type="checkbox" id="fmap_blindxfer" />
Blind Transfer: <input size="2" id="fmap_blindxfer_val" /> (default is #)
@@ -112,7 +122,12 @@
</div>
</div>
<div id="bottom_container" class="container">
- <div id="application_map" class="section"> <span class="title">Application Map</span></div>
+ <div id="application_map" class="section">
+ <span class="title"><img class="title_img" src="images/asterisk_red.gif"/>Application Map</span>
+ <div><span id="new" class="guiButtonNew">New Application Map</span></div>
+ <table id="application_map_list" align="center" cellpadding="0" cellspacing="2" border="0"></table>
+
+ </div>
</div>
</body>
<script type="text/javascript" src="js/jquery.js"></script>
More information about the asterisk-gui-commits
mailing list