Changeset 3094
- Timestamp:
- Feb 5, 2007, 8:09:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/bioassaysets/analysis_tree.jsp
r2978 r3094 350 350 { 351 351 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=RunAnalysisPlugin&experiment_id=<%=experimentId%>&item_id='+itemId, 'RunPlugin', 740, 540); 352 } 353 function runExportPlugin(itemId) 354 { 355 Main.openPopup('../bioassaysets/index.jsp?ID=<%=ID%>&cmd=ExportItem&experiment_id=<%=experimentId%>&item_id='+itemId, 'Export', 740, 540); 352 356 } 353 357 function copyJob(jobId) … … 865 869 title="Experiment explorer"><img 866 870 src="../../../images/explorer.png" border="0"></a> 871 <a href="javascript:runExportPlugin(<%=itemId%>)" 872 title="Export data"><img 873 src="../../../images/export.gif" border="0"></a> 867 874 <% 868 875 if (createPermission)
Note: See TracChangeset
for help on using the changeset viewer.