Changeset 47

Show
Ignore:
Timestamp:
05/06/08 09:42:37 (4 months ago)
Author:
sip
Message:

Fixed profile display

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mcuWeb/web/index.jsp

    r24 r47  
    6868        <tr> 
    6969            <td><%=profile.getName()%></td> 
    70             <td><%  
    71                 switch(profile.getVideoSize()) 
    72                 { 
    73                     case 0: 
    74                         %>CIF<% 
    75                         break; 
    76                     case 1: 
    77                         %>QCIF<% 
    78                         break; 
    79                 } 
    80                 %><%=profile.getVideoBitrate()%>Kbs <%=profile.getVideoFPS()%>fps</td> 
     70            <td><%=org.murillo.mcuWeb.MediaMixer.getSizes().get(profile.getVideoSize())%>-<%=profile.getVideoBitrate()%>Kbs <%=profile.getVideoFPS()%>fps</td> 
    8171            <td> 
    8272<a href="#" onClick="removeProfile('<%=profile.getUID()%>');return false;"><img src="icons/bin_closed.png"><span>Remove profile</span></a> 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software