NIHVIVO-3262 and 3191: created new lib template to replace the unsupportedBrowserMessage.jsp file
This commit is contained in:
parent
dc02cb45b5
commit
19436911b1
1 changed files with 24 additions and 0 deletions
24
productMods/templates/freemarker/lib/lib-vivo-form.ftl
Normal file
24
productMods/templates/freemarker/lib/lib-vivo-form.ftl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue