NIHVIVO-3262 and 3191: created new lib template to replace the unsupportedBrowserMessage.jsp file

This commit is contained in:
tworrall 2011-10-28 17:53:42 +00:00
parent dc02cb45b5
commit 19436911b1

View file

@ -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 >
<div id="ie67DisableWrapper">
<div id="ie67DisableContent">
<img src="/vivo/site_icons/iconAlertBig.png" alt="Alert Icon"/>
<p>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.</p>
</div>
</div>
</#macro>