-
Notifications
You must be signed in to change notification settings - Fork 3
/
alixpopup.html
35 lines (30 loc) · 1.41 KB
/
alixpopup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>AladinLiteX</title>
<meta charset="utf-8" />
<script type="text/javascript" src="jsimports/jquery-1.9.1.js" charset="utf-8"></script>
<!--<script type="text/javascript" src="http://obs-stage-c11:8080/3xmmdr8/xcatweb/jsimports/jquery.js"></script>-->
<!-- <script type="text/javascript" src="xcatweb/alix/jsimports/jquery-ui-1.12.1/jquery-ui.min.js"></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>
resourceLoader.setCss([
]);
resourceLoader.setScripts([
"demo/js/alixindexReady.js"
]);
resourceLoader.loadAll();
</script>
</head>
<body style="height: 100%">
<!-- include Aladin Lite CSS file in the head section of your page -->
<!-- you can skip the following line if your page already integrates the
jQuery library -->
<!-- insert this snippet where you want Aladin Lite viewer to appear and
after the loading of jQuery -->
<div id = "demo_banner">ALIX Demos(Pop up)</div>
<div id="aladin-lite-div" style="width:100%;height:100%;padding:5px;display:none;position: relative;"></div>
<button id="popup" style="position:absolute;top:40px;left:30px;" onclick="AladinLiteX_mVc.popup();">popup</button>
</body>
</html>