Changeset 5114 for trunk/www/views/experiments/explorer/view/view.jsp
- Timestamp:
- Oct 2, 2009, 2:29:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/explorer/view/view.jsp
r5111 r5114 254 254 } 255 255 } 256 function plotSpotData() 257 { 258 var url = 'plotter.jsp?ID=<%=ID%>'; 259 url += '&bioAssaySetId=<%=bioAssaySetId%>'; 260 url += '&reporterIndex=<%=reporterIndex%>'; 261 url += '&positionIndex=<%=positionIndex%>'; 262 Main.openPopup(url, 'SpotPlot', 1100, 700); 263 } 256 264 </script> 257 265 </base:head> … … 448 456 <table border="0" cellspacing="0" cellpadding="2" class="annotationsummary"> 449 457 <tr> 450 <td class="summaryheader"><%= HTML.encodeTags(at.getName())%></td>458 <td class="summaryheader"><%=Base.getLinkedName(ID, at, false, true)%></td> 451 459 <% 452 460 for (AnnotationGroup ag : summary.getAnnotationGroups()) … … 707 715 tooltip="Show, hide and re-order columns" 708 716 /> 717 <tbl:button 718 image="plotter.gif" 719 onclick="plotSpotData()" 720 title="Plot…" 721 tooltip="Plot selected data from this table" 722 /> 709 723 </tbl:toolbar> 710 724 <tbl:data>
Note: See TracChangeset
for help on using the changeset viewer.