rbrindley: branch 2.0 r4488 - /branches/2.0/config/features.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Jan 28 12:01:31 CST 2009
Author: rbrindley
Date: Wed Jan 28 12:01:31 2009
New Revision: 4488
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4488
Log:
-standardized HTML to use "" instead of '' or none for tag attributes
Modified:
branches/2.0/config/features.html
Modified: branches/2.0/config/features.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=4488&r1=4487&r2=4488
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Wed Jan 28 12:01:31 2009
@@ -68,103 +68,103 @@
<body>
<div class="iframeTitleBar">
Feature Codes & Call Parking Preferences
- <span class='refresh_icon' onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span>
+ <span class="refresh_icon" onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border="0" > </span>
</div>
<center>
<div id="tabbedMenu"></div>
- <div id='featurecode_settings_container' class='Features_tabs'>
- <div class='lite_Heading' style="margin-top:-10px">Features Codes</div>
- <table align="center" cellpadding=2 cellspacing=2 border=0>
- <tr> <td valign=top align=right> <input type=checkbox id='chk_featureMap_blindxfer'></td>
- <td> <input size=2 id='featureMap_blindxfer'> Blind Transfer (default is #)</td>
+ <div id="featurecode_settings_container" class="Features_tabs">
+ <div class="lite_Heading" style="margin-top:-10px">Features Codes</div>
+ <table align="center" cellpadding="2" cellspacing="2" border="0">
+ <tr> <td valign="top" align="right"> <input type="checkbox" id="chk_featureMap_blindxfer"></td>
+ <td> <input size="2" id="featureMap_blindxfer"> Blind Transfer (default is #)</td>
</tr>
- <tr><td height=10></td></tr>
+ <tr><td height="10"></td></tr>
- <tr> <td valign=top align=right> <input type=checkbox id='chk_featureMap_disconnect'></td>
- <td> <input size=2 id='featureMap_disconnect'> Disconnect (default is *)</td>
+ <tr> <td valign="top" align="right"> <input type="checkbox" id="chk_featureMap_disconnect"></td>
+ <td> <input size="2" id="featureMap_disconnect"> Disconnect (default is *)</td>
</tr>
- <tr><td height=10></td></tr>
+ <tr><td height="10"></td></tr>
<!-- <tr> <td valign=top align=right> <input type=checkbox id='chk_featureMap_automon'></td>
<td> <input size=2 id='featureMap_automon'> One Touch Record a.k.a. Touch Monitor </td>
</tr>-->
- <tr> <td valign=top align=right> <input type=checkbox id='chk_featureMap_atxfer'></td>
- <td> <input size=2 id='featureMap_atxfer'> Attended transfer </td>
+ <tr> <td valign="top" align="right"> <input type="checkbox" id="chk_featureMap_atxfer"></td>
+ <td> <input size="2" id="featureMap_atxfer"> Attended transfer </td>
</tr>
- <tr> <td valign=top align=right> <input type=checkbox id='chk_featureMap_parkcall'></td>
- <td> <input size=2 id='featureMap_parkcall'> Call Parking </td>
+ <tr> <td valign="top" align="right"> <input type="checkbox" id="chk_featureMap_parkcall"></td>
+ <td> <input size="2" id="featureMap_parkcall"> Call Parking </td>
</tr>
</table>
</div>
- <div id='callparking_settings_container' class='Features_tabs'>
- <div class='lite_Heading' style="margin-top:-10px">Call Parking Preferences</div>
- <table align="center" cellpadding=2 cellspacing=2 border=0>
- <tr> <td align=right>Extension to Dial to Park a call:</td>
- <td> <input size=4 type='text' id='parkext'></td>
+ <div id="callparking_settings_container" class="Features_tabs">
+ <div class="lite_Heading" style="margin-top:-10px">Call Parking Preferences</div>
+ <table align="center" cellpadding="2" cellspacing="2" border="0">
+ <tr> <td align="right">Extension to Dial to Park a call:</td>
+ <td> <input size="4" type="text" id="parkext"></td>
</tr>
- <tr> <td align=right>What extensions to park calls on:</td>
- <td> <input size=10 type='text' id='parkpos'> (Ex: '701-720')</td>
+ <tr> <td align="right">What extensions to park calls on:</td>
+ <td> <input size="10" type="text" id="parkpos"> (Ex: '701-720')</td>
</tr>
- <tr> <td align=right>Number of seconds a call can be parked for <img src="images/tooltip_info.gif" tip="en,parking,0" class='tooltipinfo'> :</td>
- <td> <input size=2 type='text' id='parkingtime'></td>
+ <tr> <td align="right">Number of seconds a call can be parked for <img src="images/tooltip_info.gif" tip="en,parking,0" class="tooltipinfo"> :</td>
+ <td> <input size="2" type="text" id="parkingtime"></td>
</tr>
</table>
</div>
- <div id='applicationMap_settings_container' class='Features_tabs'>
- <div class='top_buttons' style='margin-top:-10px;'>
- <span id='new' class='guiButtonNew' onclick='do_new_ApplicationMap_row();' style='float:left'>New Application Map</span>
- <span class='lite_Heading' style='margin-left: -150px'>Application Map</span>
+ <div id="applicationMap_settings_container" class="Features_tabs">
+ <div class="top_buttons" style="margin-top:-10px;">
+ <span id="new" class="guiButtonNew" onclick="do_new_ApplicationMap_row"();' style="float":left'>New Application Map</span>
+ <span class="lite_Heading" style="margin-left: -150px">Application Map</span>
</div>
- <table align="center" cellpadding=0 cellspacing=2 border=0 id='Table_applicationMap_definitions'></table>
+ <table align="center" cellpadding="0" cellspacing="2" border="0" id="Table_applicationMap_definitions"></table>
</div>
- <div id='DialOptions_settings_container' class='Features_tabs'>
- <div class='lite_Heading' style='margin-left: -150px'>Dial Options</div>
- <table align="center" cellpadding=2 cellspacing=2 border=0>
- <tr> <td valign=top align=right> <input type=checkbox id='dialoptions_t'></td>
+ <div id="DialOptions_settings_container" class="Features_tabs">
+ <div class="lite_Heading" style="margin-left: -150px">Dial Options</div>
+ <table align="center" cellpadding="2" cellspacing="2" border="0">
+ <tr> <td valign="top" align="right"> <input type="checkbox" id="dialoptions_t"></td>
<td> (t-Option) Allow the called party to transfer the calling party by sending the DTMF sequence defined on the Feature Codes page.</td>
</tr>
- <tr><td height=10></td></tr>
+ <tr><td height="10"></td></tr>
- <tr> <td valign=top align=right> <input type=checkbox id='dialoptions_T'></td>
+ <tr> <td valign="top" align="right"> <input type="checkbox" id="dialoptions_T"></td>
<td> (T-Option) Allow the calling party to transfer the called party by sending the DTMF sequence defined on the Feature Codes page.
</td>
</tr>
- <tr><td height=10></td></tr>
+ <tr><td height="10"></td></tr>
- <tr> <td valign=top align=right> <input type=checkbox id='dialoptions_h'></td>
+ <tr> <td valign="top" align="right"> <input type="checkbox" id="dialoptions_h"></td>
<td> (h-Option) Allow the called party to hang up by sending the DTMF sequence defined on the Feature Codes page.</td>
</tr>
- <tr><td height=10></td></tr>
+ <tr><td height="10"></td></tr>
- <tr><td valign=top align=right> <input type=checkbox id='dialoptions_H'></td>
+ <tr><td valign="top" align="right"> <input type="checkbox" id="dialoptions_H"></td>
<td> (H-Option) Allow the calling party to hang up by sending the DTMF sequence defined on the Feature Codes page.</td>
</tr>
- <tr><td height=10></td></tr>
+ <tr><td height="10"></td></tr>
- <tr><td valign=top align=right> <input type=checkbox id='dialoptions_k'></td>
+ <tr><td valign="top" align="right"> <input type="checkbox" id="dialoptions_k"></td>
<td>(k-Option) Allow the called party to enable parking of the call by sending the DTMF sequence defined on the Feature Codes page.
</td>
</tr>
- <tr><td height=10></td></tr>
+ <tr><td height="10"></td></tr>
- <tr><td valign=top align=right> <input type=checkbox id='dialoptions_K'></td>
+ <tr><td valign="top" align="right"> <input type="checkbox" id="dialoptions_K"></td>
<td>(K-Option) Allow the calling party to enable parking of the call by sending the DTMF sequence defined on the Feature Codes page.</td>
</tr>
@@ -172,8 +172,8 @@
</div>
<div class="cancel_edit">
- <span class='guiButtonCancel' id='cancel' onclick='window.location.reload();'>Cancel</span>
- <span class='guiButtonEdit' id='save' onclick='save_changes();'>Save</span>
+ <span class="guiButtonCancel" id="cancel" onclick="window.location.reload();">Cancel</span>
+ <span class="guiButtonEdit" id="save" onclick="save_changes();">Save</span>
</div>
</center>
More information about the asterisk-gui-commits
mailing list