mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
14 lines
424 B
Plaintext
14 lines
424 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.htm?mapId=${mapId}"><spring:message code="INSTALL_CFG_CLICK_HERE"/></a>
|
||
|
</div>
|
||
|
|