wisemapping-open-source/wise-webapp/src/main/webapp/jsp/gcfPluginNeeded.jsp
Paulo Gustavo Veiga f52a75ac79 - Remove .htm
- Keep working on export.
2012-06-03 14:56:59 -03:00

14 lines
420 B
Plaintext

<%@ page import="org.apache.log4j.Logger" %>
<%@ page autoFlush="true" buffer="none" %>
<%@ include file="/jsp/init.jsp" %>
<%!
final Logger logger = Logger.getLogger("com.wisemapping");
%>
<div class="installCFG">
<spring:message code="INSTALL_CFG_REASON"/>
<br/><br/>
<a href="${pageContext.request.contextPath}/c/installCFG?mapId=${mapId}"><spring:message code="INSTALL_CFG_CLICK_HERE"/></a>
</div>