Changeset 5139
- Timestamp:
- Oct 19, 2009, 8:22:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/explorer/view/view.jsp
r5138 r5139 525 525 %> 526 526 </tr> 527 <tr>528 <td colspan="2" title="The number of spots falling in this group">Count</td>529 <%530 for (AnnotationGroup ag : summary.getAnnotationGroups())531 {532 %>533 <td class="value" style="background: <%=ag.getColor()%>;"><div id="count.<%=at.getId()%>.<%=ag.getId()%>">0</div></td>534 <%535 }536 %>537 </tr>538 527 <% 539 528 } 540 529 %> 530 <tr> 531 <td colspan="2" title="The number of spots falling in this group">Count</td> 532 <% 533 for (AnnotationGroup ag : summary.getAnnotationGroups()) 534 { 535 %> 536 <td class="value" style="background: <%=ag.getColor()%>;"><div id="count.<%=at.getId()%>.<%=ag.getId()%>">0</div></td> 537 <% 538 } 539 %> 540 </tr> 541 541 </table> 542 542 <%
Note: See TracChangeset
for help on using the changeset viewer.