JAL-957 standard link to signed/unsigned demo pages clearly shown at top of page
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 28 Jan 2014 11:14:51 +0000 (11:14 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 28 Jan 2014 11:14:51 +0000 (11:14 +0000)
examples-jbake/templates/page.ftl

index 19e344e..fb8b88f 100644 (file)
@@ -5,20 +5,23 @@
 
 <#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>
 
@@ -30,4 +33,4 @@ ${content.body}
 
 </div> <!-- end content div -->
 
-<#include "footer.ftl"/>
\ No newline at end of file
+<#include "footer.ftl"/>