"features":"plantfdx.features",
"embedded":"true",
"userDefinedColour":"C=yellow; R,K,H=FF5555; D,E=5555FF",
- "showFullId":"false"}></@jvlitebutton>
- </p>
+ "showFullId":"false"}
+ >
+ </@jvlitebutton>
+</p>
APPLICATION_URL : "http://www.jalview.org/services/launchApp"
};
- deployJava.runApplet(attributes, parameters, '1.6+');
+ deployJava.runApplet(attributes, parameters, '1.6');
</script>
<script>
var attributes = {
permissions : 'all-permissions',
APPLICATION_URL : "http://www.jalview.org/services/launchApp"
};
- deployJava.runApplet(attributes, parameters, '1.6+');
+ deployJava.runApplet(attributes, parameters, '1.6');
</script>
<p>
<!-- <a href="javascript:linkJvJmol()">Click Me If you don't see any messages below</a>
<br>
- --><form name="console" id="console"><textarea name="output"
+ -->
+<form name="console" id="console">
+<textarea name="output"
id="stdout" rows="20" cols="80">Messages will appear here.</textarea></form>
<br>
</p>
<#macro jvlitebutton appjar params prots=true width=140 height=35>
<applet
- code="jalview.bin.JalviewLite" width="${width}" height="${width}"
+ code="jalview.bin.JalviewLite" width="${width}" height="${height}"
archive="${appjar}">
<#list appparams as p><#if (params[p])?has_content><param name="${p}" value="${params[p]}"/></#if></#list>
<#if (prots)>