<#if (content.class?exists) >
-<!-- content template start -->
- <#include content.class />
-<!-- content template end -->
-
<!-- boiler plate link to alternate demopage -->
-<h2>This is a JalviewLite Demo Page</h2>
-<p align="left">
+<div style="width: 100%">
+<div style="float:left;">
+</div><div style="border: 2px solid black; align: left; float:right;">
<#if (content.alteg?exists) >
- if you have an up to date version of Java, then<br/>Try <a href="${content.uri?substring(3)}">the signed applet demos</a><br/>
+ Scary Java warnings ? Try <a href="${content.uri?substring(3)}">the signed applet demos</a>
<#else>
- Are you are using an old version of Java (pre 1.7.0_51) ?<br/>Try <a href="u_${content.uri?substring(1)}">the unsigned applet demos</a><br/>
+ Working on Snow Leopard or Java out of date ? Try <a href="u_${content.uri?substring(1)}">the unsigned applet demos</a>
</#if>
-</p>
+</div>
+</div>
+
+<!-- content template start -->
+ <#include content.class />
+<!-- content template end -->
+
<#else>
</div> <!-- end content div -->
-<#include "footer.ftl"/>
\ No newline at end of file
+<#include "footer.ftl"/>