Changeset 47
- Timestamp:
- 05/06/08 09:42:37
(4 months ago)
- Author:
- sip
- Message:
Fixed profile display
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r24 |
r47 |
|
| 68 | 68 | <tr> |
|---|
| 69 | 69 | <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> |
|---|
| 81 | 71 | <td> |
|---|
| 82 | 72 | <a href="#" onClick="removeProfile('<%=profile.getUID()%>');return false;"><img src="icons/bin_closed.png"><span>Remove profile</span></a> |
|---|
Download in other formats:
|
|