Spanish translation
[jalview.git] / examples-jbake / templates / jvl_embeddedWJmol.ftl
1 <h2>Structure and Alignment</h2>
2 <p>This demo shows how JalviewLite and Jmol can be integrated with the JalviewLite javascript library.</p>
3 <center>
4  <script>
5   jmolApplet("500x500","zap; load FILE '1gaq.txt'; frame 0; select all; wireframe off; spacefill off; cartoons; restrict; center *; set selectionhalos true;select 0","jmolView");
6  </script>
7  <script>
8   deployJava.runApplet(_jvA.attributes, _jvA.parameters, '1.4');
9  </script>
10 </center>