pari: branch 2.0 r3786 - in /branches/2.0/config: index.html welcome.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Sep 9 13:07:32 CDT 2008


Author: pari
Date: Tue Sep  9 13:07:32 2008
New Revision: 3786

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3786
Log:

 show legend for the status colors



Modified:
    branches/2.0/config/index.html
    branches/2.0/config/welcome.html

Modified: branches/2.0/config/index.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/index.html?view=diff&rev=3786&r1=3785&r2=3786
==============================================================================
--- branches/2.0/config/index.html (original)
+++ branches/2.0/config/index.html Tue Sep  9 13:07:32 2008
@@ -75,7 +75,7 @@
 				// note that the above FXO_PORTS_DETECTED, FXS_PORTS_DETECTED are the actual analog FXS, FXO ports
 				// and NOT the channels on a digital span with FXS or FXO signalling
 	DEBUG_LOG : [], // all the debug log messages will be stored in this array (If debug mode is enabled)
-	DEBUG_MODE : false, // set to true when debugging -- parent.sessionData.DEBUG_MODE
+	DEBUG_MODE : true, // set to true when debugging -- parent.sessionData.DEBUG_MODE
 	DEBUG_PROFILER_BEGIN : 0 , // store the timestamp when you start profiling
 	REQUIRE_RESTART : false, // this flag is used to know if there are any updates in zapchan settings
 				// like if a FXS is assigned to a user or an analog trunk is created or something 

Modified: branches/2.0/config/welcome.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/welcome.html?view=diff&rev=3786&r1=3785&r2=3786
==============================================================================
--- branches/2.0/config/welcome.html (original)
+++ branches/2.0/config/welcome.html Tue Sep  9 13:07:32 2008
@@ -515,6 +515,7 @@
 				var newcell = newRow.insertCell( newRow.cells.length ); td_COUNT++ ;
 				newcell.width = 120 ;
 				newcell.align = 'center' ;
+
 				if(tmp_agent_Status != 'AGENT_LOGGEDOFF'){ // logged in 
 					newcell.innerHTML = "<img src='images/agent_loggedin.png' border=0><BR>" + tmp_agent 
 								+ '<BR>Logged On: ' + this_chunk.LoggedInChan ;
@@ -577,6 +578,7 @@
 		<table id='table_Trunks_list' cellpadding=0 cellspacing=0 border=0 align=center></table>
 	</div>
 
+
 	<div style='overflow:auto; width:95%; max-height: 500px;margin-top:10px; display:none;' id='table_Agents_list_container'>
 		<table cellpadding=1 cellspacing=2 border=0 align=center style="border-width: 1px ; border-spacing: 2px; border-style: solid; border-color: #6b79a5; border-collapse: separate; background-color: white;">
 			<td valign='top' align=center width='70'><B>Agents</B></td>
@@ -587,7 +589,20 @@
 		
 	</div>
 
-	<div style='width:100%; text-align:center; margin-top:10px;'><B>Extensions</B></div>
+
+	<div style='width:100%; text-align:center; margin-top:15px;'>
+		<B>Extensions</B>
+		<BR>
+		<table cellpadding=0 cellspacing=0 border=0 align=center width=500 align=center>
+		<tr>
+			<td align=center><img src='images/status_green.png' border=0> Free</td>
+			<td align=center><img src='images/status_red.png' border=0> Busy</td>
+			<td align=center><img src='images/status_gray.png' border=0> UnAvailable</td>
+			<td align=center><img src='images/status_orange.png' border=0> Ringing</td>
+			<td align=center><img src='images/status_yellow.png' border=0> OnHold</td>
+		</tr>
+		</table>
+	</div>
 	<div style='overflow:auto; width:95%; max-height: 500px;'>
 		<table id='table_Ext_list' cellpadding=0 cellspacing=0 border=0 align=center></table>
 	</div>




More information about the asterisk-gui-commits mailing list