Changeset 5959 for trunk/www/views/experiments/explorer/view/view.jsp
- Timestamp:
- Feb 14, 2012, 2:43:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/explorer/view/view.jsp
r5952 r5959 335 335 <input name="newReporterIndex" type="text" class="text" value="<%=reporterIndex+1%>" 336 336 onkeypress="return Numbers.integerOnly(event, true, validateReporterIndex)" 337 s ize="6" maxlength="8" title="Enter a number between 1 and <%=matchingReporters%>">337 style="width: 6em;" maxlength="8" title="Enter a number between 1 and <%=matchingReporters%>"> 338 338 of <%=matchingReporters %> 339 339 <% … … 401 401 title="Filter" 402 402 show="always" 403 subclass="leftborder"404 403 /> 405 404 <% … … 454 453 <input type="hidden" name="bioassayset_id" value="<%=bioAssaySetId%>"> 455 454 <input type="hidden" name="cmd" value="SetAnnotationType"> 456 <table border="0" cellspacing="0" cellpadding="0"><tr><td> 457 <div class="multiselect"> 458 <input type="text" class="text" size="40" name="display:annotationTypes" 459 title="Click to select experimental factor"><img 460 class="smartimage" src="../../../../images/pull_down.png" 461 onclick="MultiOptions.activateAndDisplay('annotationSummary','display:annotationTypes')"></div> 455 <div class="multiselect" style="width: 25em;"> 456 <table> 457 <tr> 458 <td><input type="text" class="text" name="display:annotationTypes" title="Click to select experimental factor"></td> 459 <td class="dropdown"><img 460 src="../../../../images/mini_scroll_down.png" 461 onclick="MultiOptions.activateAndDisplay('annotationSummary','display:annotationTypes')"></td> 462 </td> 463 </tr> 464 </table> 462 465 <input type="hidden" name="annotationtype_id" value=""> 463 </td></tr></table>466 </div> 464 467 <% 465 468 for (Map.Entry<AnnotationType, AnnotationSummary> entry : selectedAnnotationTypes.entrySet()) … … 648 651 </tbl:toolbar> 649 652 </form> 650 651 653 <tbl:table 652 654 id="spotdata" … … 654 656 sortby="<%=cc.getSortProperty()%>" 655 657 direction="<%=cc.getSortDirection()%>" 656 title="<%=title%>"657 658 action="index.jsp" 658 659 sc="<%=sc%>" … … 733 734 <tbl:data style="border-left: 0px; border-right: 0px;"> 734 735 <tbl:headers> 735 <tbl:header s>736 <tbl:headerrow> 736 737 <tbl:columnheaders /> 737 </tbl:header s>738 </tbl:headerrow> 738 739 </tbl:headers> 739 740 <tbl:rows>
Note: See TracChangeset
for help on using the changeset viewer.