Merge commit
[jalview.git] / examples / applets.html
index cc85e86..b557efc 100755 (executable)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!--
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -189,7 +189,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
       <td width="10%" valign="center">
        <applet
    code="jalview.bin.JalviewLite" width="140" height="35"
-   archive="jalviewApplet.jar">
+   archive="jalviewApplet.jar,JmolApplet-12.2.4.jar">
 <param name="permissions" value="sandbox"/>
 <param name="file" value="uniref50.fa"/>
 <param name="treeFile" value="ferredoxin.nw"/>
@@ -215,7 +215,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
     <tr>
       <td width="10%" valign="center"><applet
    code="jalview.bin.JalviewLite" width="140" height="35"
-   archive="jalviewApplet.jar">
+   archive="jalviewApplet.jar,JmolApplet-12.2.4.jar">
 <param name="permissions" value="sandbox"/>
 <param name="file" value="uniref50.fa"/>
 <param name="features" value="exampleFeatures.txt"/>
@@ -266,7 +266,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
     <tr>
       <td width="10%" valign="center"><applet
    code="jalview.bin.JalviewLite" width="140" height="35"
-   archive="jalviewApplet.jar">
+   archive="jalviewApplet.jar,JmolApplet-12.2.4.jar">
 <param name="permissions" value="sandbox"/>
 <param name="file" value="jpred_msa.fasta"/>
 <param name="jnetfile" value="jpred_msa.seq.concise"/>
@@ -297,7 +297,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
     <tr>
       <td width="10%" valign="center"><applet
    code="jalview.bin.JalviewLite" width="140" height="35"
-   archive="jalviewApplet.jar">
+   archive="jalviewApplet.jar,JmolApplet-12.2.4.jar">
 <param name="permissions" value="sandbox"/>
 <param name="file" value="RF00031_folded.stk"/>
 <param name="showFullId" value="false"/>
@@ -313,6 +313,29 @@ 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"><applet
+   code="jalview.bin.JalviewLite" width="140" height="35"
+   archive="jalviewApplet.jar,JmolApplet-12.2.4.jar">
+<param name="permissions" value="sandbox"/>
+<param name="file" value="estrogenReceptorCdna.fa"/>
+<param name="file2" value="estrogenReceptorProtein.fa"/>
+<param name="showFullId" value="false"/>
+<param name="windowHeight" value="300"/>
+<param name="windowWidth" value="800"/>
+<param name="showAnnotation" value="false"/>
+<param name="defaultColour" value="Purine/Pyrimidine"/>
+   <param name="APPLICATION_URL"
+     value="http://www.jalview.org/services/launchApp"/>
+</applet>
+</td>
+      <td valign="center">Displays a split window view of protein and its related cDNA</td>
+    </tr>
+  </table>
 </div>
 <!-- content template end -->