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
|
Line | |
---|
1 | <%@ page |
---|
2 | pageEncoding="UTF-8" |
---|
3 | session="false" |
---|
4 | contentType="text/javascript" |
---|
5 | import="net.sf.basedb.clients.web.extensions.ExtensionsControl" |
---|
6 | %> |
---|
7 | <%! |
---|
8 | final String homeUrl = ExtensionsControl.getHomeUrl("net.sf.basedb.mev.launchmev"); |
---|
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; |
---|
17 | Main.openPopup(url, 'LaunchMev', 500, 340); |
---|
18 | } |
---|
19 | |
---|
20 | } |
---|
21 | (); |
---|
Note: See
TracBrowser
for help on using the repository browser.