JAL-3210 replacing j11lib/Jmol-14.29.17-no_netscape.jar with unsigned version. Tempor...
[jalview.git] / utils / jalviewjs / site-resources / jalview_bin_JalviewJS_embedded.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>SwingJS test JalviewJS2</title><meta charset="utf-8" />
5 <script src="swingjs/swingjs2.js"></script>
6 <script>
7 if (!self.SwingJS)alert('swingjs2.js was not found. It needs to be in swingjs folder in the same directory as ' + document.location.href)
8 Info = {
9   code: null,
10   main: "jalview.bin.JalviewJS2",
11   core: "NONE",
12   readyFunction: null,
13         serverURL: 'https://chemapps.stolaf.edu/jmol/jsmol/php/jsmol.php',
14         j2sPath: 'swingjs/j2s',
15         console:'sysoutdiv',
16         allowjavascript: true,
17         
18         //Jalview-specific:
19         // note that desktop-frame-div has been set to display:none
20         jalview_SCREEN_WIDTH: 100, // desktop width -- 0 to hide
21         jalview_SCREEN_HEIGHT: 70,  // desktop height -- 0 to hide
22         jalview_SCREEN_X: 10,
23         jalview_SCREEN_Y: 10,
24         jalview_EMBEDDED: true
25         
26 }
27 </script>
28 </head>
29 <body>
30 <table><tr><td>
31 <!-- note that the desktop must have a z-index ge 1000 because it is the root of all popups -->
32 <div id="jalview-desktop-div" style="z-index:1000;position:relative;top:0px;left:0px;width:300px;height:70px">desktop here</div>
33 </td></tr><tr><td>
34 <div id="jalview-alignment-div" style="position:relative;top:0px;left:0px;width:600px;height:400px">
35 The alignment frame will appear here momentarily...
36 </div>
37 </td></tr><tr>
38 <td>
39 <div id="jalview-structureviewer-div" style="position:relative;top:0px;left:0px;width:400px;height:400px">
40 jalview-structureviewer-div
41 </div>
42 </td>
43 <td>
44 <div id="jalview-tree-div" style="position:relative;top:0px;left:0px;width:400px;height:400px">
45 jalview-tree-div
46 </div>
47 </td>
48 <td>
49 <div id="jalview-pca-div" style="position:relative;top:0px;left:0px;width:400px;height:400px">
50 jalview-pca-div
51 </div>
52 </td>
53
54 </tr></table>
55
56
57 <script>
58 SwingJS.getApplet('testApplet', Info)
59 getClassList = function(){J2S._saveFile('_j2sclasslist.txt', Clazz.ClassFilesLoaded.sort().join('\n'))}
60 </script>
61
62
63 <div style="position:absolute;left:900px;top:30px;width:600px;height:300px;">
64 <div id="sysoutdiv" style="border:1px solid green;width:100%;height:95%;overflow:auto"></div>
65 This is System.out. <a href="javascript:testApplet._clearConsole()">clear it</a> <br>Add ?j2snocore to URL to see full class list; ?j2sdebug to use uncompressed j2s/core files <br><a href="javascript:getClassList()">get _j2sClassList.txt</a>
66 </div>
67 </body>
68 </html>