From: Jim Procter Date: Tue, 28 Jan 2014 11:14:51 +0000 (+0000) Subject: JAL-957 standard link to signed/unsigned demo pages clearly shown at top of page X-Git-Tag: Release_2_8_0b1~1^2~14^2~6 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=68696f4f5aa6430f22a1c12e0dc5e0a641fdb682;p=jalview.git JAL-957 standard link to signed/unsigned demo pages clearly shown at top of page --- diff --git a/examples-jbake/templates/page.ftl b/examples-jbake/templates/page.ftl index 19e344e..fb8b88f 100644 --- a/examples-jbake/templates/page.ftl +++ b/examples-jbake/templates/page.ftl @@ -5,20 +5,23 @@ <#if (content.class?exists) > - - <#include content.class /> - - -

This is a JalviewLite Demo Page

-

+

+
+
<#if (content.alteg?exists) > - if you have an up to date version of Java, then
Try the signed applet demos
+ Scary Java warnings ? Try the signed applet demos <#else> - Are you are using an old version of Java (pre 1.7.0_51) ?
Try the unsigned applet demos
+ Working on Snow Leopard or Java out of date ? Try the unsigned applet demos -

+
+
+ + + <#include content.class /> + + <#else> @@ -30,4 +33,4 @@ ${content.body} -<#include "footer.ftl"/> \ No newline at end of file +<#include "footer.ftl"/>