Changeset 5137
- Timestamp:
- Oct 15, 2009, 9:42:04 AM (13 years ago)
- Location:
- trunk/www/views/experiments/explorer/view
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/explorer/view/index.jsp
r5111 r5137 85 85 else if ("SetAnnotationType".equals(cmd)) 86 86 { 87 Integer[] annotationTypes = Values.getInt(request.getParameter("annotationtype_id").split(" |"));87 Integer[] annotationTypes = Values.getInt(request.getParameter("annotationtype_id").split("\\|")); 88 88 Set<Integer> tmp = explorer.getAnnotationTypeIds(); 89 89 tmp.clear(); -
trunk/www/views/experiments/explorer/view/view.jsp
r5114 r5137 439 439 <input type="hidden" name="bioassayset_id" value="<%=bioAssaySetId%>"> 440 440 <input type="hidden" name="cmd" value="SetAnnotationType"> 441 442 <table><tr><td> 441 <table border="0" cellspacing="0" cellpadding="0"><tr><td> 443 442 <div class="multiselect"> 444 443 <input type="text" class="text" size="40" name="display:annotationTypes" 445 title="Click to select experimental factor"><img class="smartimage" src="../../../../images/pull_down.gif" onclick="MultiOptions.activateAndDisplay('explorer','display:annotationTypes')"></div> 444 title="Click to select experimental factor"><img 445 class="smartimage" src="../../../../images/pull_down.gif" 446 onclick="MultiOptions.activateAndDisplay('annotationSummary','display:annotationTypes')"></div> 446 447 <input type="hidden" name="annotationtype_id" value=""> 447 448 </td></tr></table>
Note: See TracChangeset
for help on using the changeset viewer.