JAL-3789 Use j2s.config.altfileproperty in .j2s for alternative temporary build/jalvi...
[jalview.git] / template.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>SwingJS test _NAME_</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: _CODE_,
10   main: _MAIN_,
11   core: "NONE",
12         width: 850,
13         height: 550,
14   readyFunction: null,
15         serverURL: 'https://chemapps.stolaf.edu/jmol/jsmol/php/jsmol.php',
16         j2sPath: 'swingjs/j2s',
17         console:'sysoutdiv',
18         allowjavascript: true
19 }
20 </script>
21 </head>
22 <body>
23 <script>
24 SwingJS.getApplet('testApplet', Info)
25 getClassList = function(){J2S._saveFile('_j2sclasslist.txt', Clazz.ClassFilesLoaded.sort().join('\n'))}
26 </script>
27 <div style="position:absolute;left:900px;top:30px;width:600px;height:300px;">
28 <div id="sysoutdiv" contentEditable="true" style="border:1px solid green;width:100%;height:95%;overflow:auto"></div>
29 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>
30 </div>
31 </body>
32 </html>