JAL-957 fix layout of pages
authorjprocter <jprocter@dundee.ac.uk>
Tue, 21 Jan 2014 11:57:04 +0000 (11:57 +0000)
committerjprocter <jprocter@dundee.ac.uk>
Tue, 21 Jan 2014 11:57:04 +0000 (11:57 +0000)
examples-jbake/content/linkedapplets_ng.html
examples-jbake/jbake.properties
examples-jbake/templates/header.ftl
examples-jbake/templates/jvl_embedded.ftl
examples-jbake/templates/jvl_examples.ftl
examples-jbake/templates/jvl_linkedapplets_ng.ftl
examples-jbake/templates/macros.ftl

index 99ac0d3..ceb7897 100644 (file)
@@ -4,5 +4,6 @@ jvl=jalviewApplet.jar
 jmol=JmolApplet-12.2.4.jar
 class=jvl_linkedapplets_ng.ftl
 status=published
-level=2
+level=1
 ~~~~~~
+
index c2f41c4..2de5a32 100644 (file)
@@ -1,2 +1,2 @@
 site.host=http://www.jalview.org/examples/
-render.tags=true
\ No newline at end of file
+render.tags=false
\ No newline at end of file
index dc086e1..bc47a73 100644 (file)
@@ -143,3 +143,4 @@ var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-9060947-1"]);_gaq.push(["_tr
     </div>
 
   </div>
+<div id="pageWrap">
index 572fccb..016df8d 100644 (file)
@@ -16,5 +16,7 @@
                 "features":"plantfdx.features",
                 "embedded":"true",
                 "userDefinedColour":"C=yellow; R,K,H=FF5555; D,E=5555FF",
-                "showFullId":"false"}></@jvlitebutton>
-  </p>
+                "showFullId":"false"}
+  >
+  </@jvlitebutton>
+</p>
index 09a74a1..9468ab4 100644 (file)
@@ -84,4 +84,3 @@
        secondary structure annotation</td>
     </tr>
   </table>
-</div>
\ No newline at end of file
index 292c4a2..a3c0b3e 100644 (file)
@@ -51,7 +51,7 @@
     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>
index 0673d76..04a4498 100644 (file)
@@ -3,7 +3,7 @@
 
 <#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)>