JAL-1681 work around ConcurrentModificationException on startup
[jalview.git] / examples-jbake / templates / jvl_embedded.ftl
index 016df8d..62d58b0 100644 (file)
@@ -1,5 +1,4 @@
-
-<h1>Embedded viewing of Alignments</h1>
+<h2>Embedded viewing of Alignments</h2>
 <p>The alignment below was generated from the following files:
   <ul>
     <li><a href="plantfdx.fa">plantfdx.fa</a> - Alignment file in
@@ -9,14 +8,12 @@
     <li><a href="plantfdx.annotations">plantfdx.annotations</a> -
       Jalview Alignment Annotations File</li>
   </ul>
-  <@jvlitebutton appjar="${content.jvl}" width=756 height=560 
+  <@jvlitebutton appjar="${content.jvl},${content.jmol}" width=756 height=560 
                 params={
                 "file":"plantfdx.fa",
                 "annotations":"plantfdx.annotations",
                 "features":"plantfdx.features",
                 "embedded":"true",
                 "userDefinedColour":"C=yellow; R,K,H=FF5555; D,E=5555FF",
-                "showFullId":"false"}
-  >
-  </@jvlitebutton>
+                "showFullId":"false"} />
 </p>