15 lines
No EOL
680 B
Text
15 lines
No EOL
680 B
Text
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
|
|
|
|
<c:set var="portal" value="${requestScope.portalBean}"/>
|
|
<c:set var="contextPath"><c:out value="${pageContext.request.contextPath}" /></c:set>
|
|
<c:set var="themeDir" value="${contextPath}/${portal.themeDir}"/>
|
|
|
|
<div id="ie67DisableWrapper">
|
|
<div id="ie67DisableContent">
|
|
<img src="${themeDir}siteIcons/iconAlertBig.png" alt="Alert Icon"/>
|
|
<p>This form is not supported for use in Internet Explorer 6 or 7. Please upgrade to Internet Explorer 8, or
|
|
switch to another browser, such as FireFox.</p>
|
|
</div>
|
|
</div> |