Merge develop to Release_2_8_3_Branch
[jalview.git] / examples-jbake / templates / jvl_examples.ftl
index ec5c684..d0e40bf 100644 (file)
@@ -85,4 +85,20 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
        secondary structure annotation</td>
     </tr>
   </table>
+  <p>
+    <h2>Linked amino acid and cDNA alignments for homologous proteins</h2>
+  </p>
+  <table width="90%">
+    <tr>
+      <td width="10%" valign="center"><@jvlitebutton appjar="${content.jvl},${content.jmol}" params={ "permissions":"all-permissions"
+                                                    , "file":"estrogenReceptorCdna.fa"
+                                                    , "file2":"estrogenReceptorProtein.fa"
+                                                    , "defaultColour":"Purine/Pyrimidine"
+                                                    , "showAnnotation":"false"
+                                                    , "windowHeight":"300"
+                                                    , "windowWidth":"800"
+                                                    , "showFullId":"false"} prots=true /></td>
+      <td valign="center">Displays a split window view of protein and its related cDNA</td>
+    </tr>
+  </table>
 </div>