From 19436911b15bc2801e324e4f08bb346bc27af037 Mon Sep 17 00:00:00 2001 From: tworrall Date: Fri, 28 Oct 2011 17:53:42 +0000 Subject: [PATCH] NIHVIVO-3262 and 3191: created new lib template to replace the unsupportedBrowserMessage.jsp file --- .../freemarker/lib/lib-vivo-form.ftl | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 productMods/templates/freemarker/lib/lib-vivo-form.ftl diff --git a/productMods/templates/freemarker/lib/lib-vivo-form.ftl b/productMods/templates/freemarker/lib/lib-vivo-form.ftl new file mode 100644 index 00000000..acbbe8d0 --- /dev/null +++ b/productMods/templates/freemarker/lib/lib-vivo-form.ftl @@ -0,0 +1,24 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Macros for form controls --> + +<#----------------------------------------------------------------------------> + +<#-- + Macro: unsupportedBrowser + + Output: html notifying the user that the browser is an unsupported version + + Input: none. + + Usage: <@unsupportedBrowser /> +--> +<#macro unsupportedBrowser > +
+
+ Alert Icon +

This form is not supported in versions of Internet Explorer below version 8. Please upgrade your browser, or + switch to another browser, such as FireFox.

+
+
+ \ No newline at end of file