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