Changeset 20786
- Timestamp:
- 03/03/10 16:16:43 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modmine/webapp/resources/webapp/model/experiment.jsp
r20632 r20786 104 104 <c:set var="worm" value=""/> 105 105 <c:set var="ncbiftp" value="ftp://ftp.ncbi.nlm.nih.gov"/> 106 <c:set var="isPrimer" value="primer"/> 106 107 107 108 <im:boxarea title="${exp.name}" stylename="gradientbox"> … … 330 331 <th>Date</th> 331 332 <c:forEach items="${exp.factorTypes}" var="factor"> 332 <th class="sortable"><c:out value="${factor}"></c:out></th> 333 334 <%-- TEMP FIX for long list of primers --%> 335 <c:choose> 336 <c:when test="${fn:contains(factor,isPrimer)}"> 337 <th ><c:out value="${factor}"></c:out></th> 338 </c:when> 339 <c:otherwise> 340 <th class="sortable"><c:out value="${factor}"></c:out></th> 341 </c:otherwise> 342 </c:choose> 343 333 344 </c:forEach> 334 345 <th>Features, GBrowse and Data Files</th> … … 345 356 <c:forEach items="${exp.factorTypes}" var="factorType"> 346 357 <c:set var="thisTypeCount" value="0"></c:set> 358 347 359 <td class="sorting"> 348 360 <c:forEach items="${sub.experimentalFactors}" var="factor" varStatus="status">
