Merge branch 'develop' into bug/JAL-4238_PAEs_not_being_shown_in_JalviewJS
[jalview.git] / utils / jalviewjs / site-resources / jalview_bin_Jalview-corenamespace.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
5 <title>SwingJS test Jalview</title><meta charset="utf-8" />
6 <script src="swingjs/swingjs2.js"></script>
7 <script>
8 if (!self.SwingJS)alert('swingjs2.js was not found. It needs to be in swingjs folder in the same directory as ' + document.location.href)
9 Info = {
10   code: null,
11   main: "jalview.bin.JalviewJS2",
12   core: "_jalview",
13   width: 850,
14   height: 550,
15   readyFunction: null,
16   serverURL: 'https://chemapps.stolaf.edu/jmol/jsmol/php/jsmol.php',
17   j2sPath: 'swingjs/j2s',
18   console:'sysoutdiv',
19   allowjavascript: true,
20   // all j2s_... values can be accessed in Jalview.getInstance().getJSInfoValue(key)
21   j2s_namespace: "jv",
22   j2s_overflow: true
23 }
24 </script>
25 <style>
26 @keyframes rotation {
27   from {
28     transform: rotate(0deg);
29   }
30   to {
31     transform: rotate(360deg);
32   }
33 }
34 .jv_jalviewjsSplashRotate {
35   animation: rotation 6s infinite cubic-bezier(0.4, 0.6, 0.6, 0.4);
36 }
37 .jv_jalviewjsSplashActive {
38   display: visible;
39   opacity: 100%;
40 }
41 .jv_jalviewjsSplashInactive {
42   opacity: 0%;
43   transition: opacity 1s;
44 }
45 .jv_jalviewjsSplashHidden {
46   display: none;
47 }
48 </style>
49 </head>
50 <body>
51 <script>
52 SwingJS.getApplet('testApplet', Info);
53 getClassList = function(){J2S._saveFile('_j2sclasslist.txt', Clazz.ClassFilesLoaded.sort().join('\n'))};
54 </script>
55 <div style="position:absolute;left:10px;top:10px;width:640px;height:1200px;">
56 <div id="sysoutdiv" contentEditable="true" style="padding: 5px; border: 1px solid green; width: 100%; height: 95%; overflow: auto; font-family: 'Fira Mono', monospace; font-size: 8pt;">
57 <div id="jv:jalviewjsSplash" class="jv_jalviewjsSplashRotate jv_jalviewjsSplashActive" style="position: absolute; right: 1rem; top: 1rem; z-index: 1000;">
58 <img style="width; 2rem; height: 2rem;" src="images/jalview_logo_small.svg" />
59 </div>
60 </div>
61 This is System.out. <a href="javascript:testApplet._clearConsole()">clear it</a>  <a href='javascript:J2S.getProfile()'>start/stop profiling</a><br>see <a href=___j2sflags.htm>___j2sflags.htm</a> for SwingJS URL command-line options<br><a href="javascript:getClassList()">get _j2sClassList.txt</a>
62 </div>
63 </body>
64 </html>