-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathalixxmmprogressive.html
More file actions
24 lines (24 loc) · 968 Bytes
/
alixxmmprogressive.html
File metadata and controls
24 lines (24 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>3XMM Progressive</title>
<meta charset="utf-8" />
<script type="text/javascript" src="jsimports/jquery-1.9.1.js" charset="utf-8"></script>
<!--script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script-->
<script>var useDebugResources = true; var productionMode=false;</script>
<script type="text/javascript" src="javascript/loader.js"></script>
<script type="text/javascript" src="javascript/packedLoader.js"></script>
<script>
$.browser={ msie: ( navigator.appName == 'Microsoft Internet Explorer') ? true : false }
resourceLoader.setCss([
]);
resourceLoader.setScripts([
"demo/js/alixXproReady.js"
]);
resourceLoader.loadAll();
</script>
</head>
<body style="height: 100%">
<div id = "demo_banner">ALIX Demo: 3XMM catalog in progressive mode</div>
<div id="aladin-lite-div" style="width:100%;height:100%;padding:5px;"></div>
</body>
</html>