Changeset 3096
- Timestamp:
- Feb 5, 2007, 11:37:00 AM (15 years ago)
- Location:
- trunk/www
- Files:
-
- 40 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/bioassaysets/analysis_tree.jsp
r3094 r3096 346 346 { 347 347 location.href = '../explorer/view/index.jsp?ID=<%=ID%>&bioassayset_id='+itemId; 348 } 349 function launchMeV(itemId) 350 { 351 location.href = '../../../plugins/org/tigr/microarray/mev/launch_mev.jsp?ID=<%=ID%>&bioassayset_id='+itemId; 348 352 } 349 353 function runAnalysisPlugin(itemId) … … 869 873 title="Experiment explorer"><img 870 874 src="../../../images/explorer.png" border="0"></a> 875 <a href="javascript:launchMeV(<%=itemId%>)" 876 title="MeV: MultiExperiment Viewer"><img 877 src="../../../images/tm4.png" border="0"></a> 871 878 <a href="javascript:runExportPlugin(<%=itemId%>)" 872 879 title="Export data"><img
Note: See TracChangeset
for help on using the changeset viewer.