Last change
on this file since 1444 was
1083,
checked in by Nicklas Nordborg, 14 years ago
|
References #212: Add support for exporting CGH data to MeV
I have changed the GUI a bit to make sure that it can handle both CGH and TDMS files. It is now also possible to generate a new export file directly from the MeV button.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Date Id
|
File size:
485 bytes
|
Rev | Line | |
---|
[666] | 1 | <%@ page |
---|
[1026] | 2 | pageEncoding="UTF-8" |
---|
[666] | 3 | session="false" |
---|
| 4 | contentType="text/javascript" |
---|
| 5 | import="net.sf.basedb.clients.web.extensions.ExtensionsControl" |
---|
| 6 | %> |
---|
| 7 | <%! |
---|
[974] | 8 | final String homeUrl = ExtensionsControl.getHomeUrl("net.sf.basedb.mev.launchmev"); |
---|
[666] | 9 | %> |
---|
| 10 | var MeV = new function() |
---|
| 11 | { |
---|
| 12 | this.launch = function(bioAssaySetId) |
---|
| 13 | { |
---|
| 14 | var url = '<%=homeUrl%>/launch_mev.jsp'; |
---|
| 15 | url += '?ID='+getSessionId(); |
---|
| 16 | url += '&bioassayset_id=' + bioAssaySetId; |
---|
[1083] | 17 | Main.openPopup(url, 'LaunchMev', 500, 340); |
---|
[666] | 18 | } |
---|
[1061] | 19 | |
---|
[974] | 20 | } |
---|
| 21 | (); |
---|
Note: See
TracBrowser
for help on using the repository browser.