Skip to content
Snippets Groups Projects
Commit 1ead1f85 authored by tpylak's avatar tpylak
Browse files

fix screening version to work in IE

SVN: 14019
parent 089d5992
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<title>openBIS - Biological Information System for High Content Screening</title> <title>openBIS for HCS</title>
<!-- <!--
// This script loads your compiled module. If you add any GWT meta tags, they must be added before this line. // This script loads your compiled module. If you add any GWT meta tags, they must be added before this line.
--> -->
<script language="javascript" src="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS.nocache.js"></script> <script language="javascript" src="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS.nocache.js"></script>
<script language="JavaScript">
// confirmation on exit depends on whether user is logged in
var allowConfirmOnExit = false;
window.onbeforeunload = confirmExit;
function confirmExit()
{
if (allowConfirmOnExit) {
return "WARNING: By doing this you will in fact leave openBIS!";
}
}
</script>
<!-- Required by IE (GWT 1.7) -->
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
<link rel="shortcut icon" href="images/favicon.ico" /> <link rel="shortcut icon" href="images/favicon.ico" />
<link rel="icon" type="image/png" href="images/favicon.png" /> <link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" type="text/css" href="resources/css/gxt-all.css" /> <link rel="stylesheet" type="text/css" href="resources/css/gxt-all.css" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment