Changeset 4131 for trunk/www/views/hybridizations/list_hybridizations.jsp
- Timestamp:
- Feb 8, 2008, 9:55:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/hybridizations/list_hybridizations.jsp
r4003 r4131 253 253 exportable="true" 254 254 show="always" 255 /> 256 <tbl:columndef 257 id="numArrays" 258 property="numArrays" 259 datatype="int" 260 title="Arrays/slide" 261 sortable="true" 262 filterable="true" 263 exportable="true" 255 264 /> 256 265 <tbl:columndef … … 533 542 onclick="itemOnClick(<%=writePermission ? "event" : null%>, <%=itemId%>)" 534 543 title="<%=tooltip%>"><%=name%></div></tbl:cell> 544 <tbl:cell column="numArrays"><%=item.getNumArrays()%></tbl:cell> 535 545 <tbl:cell column="labeledExtracts"> 536 546 <% … … 539 549 { 540 550 String separator = ""; 551 boolean isMultiArrayHyb = item.getNumArrays() > 1; 541 552 for (LabeledExtract le : labeledExtractQuery.list(dc)) 542 553 { … … 552 563 } 553 564 out.write(separator); 565 if (isMultiArrayHyb) 566 { 567 out.write(creationEvent.getSourceGroup(le) + ": "); 568 } 554 569 if (mode.hasPropertyLink()) 555 570 {
Note: See TracChangeset
for help on using the changeset viewer.