mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
|
<%@ page autoFlush="true" buffer="none" %>
|
||
|
<%@ include file="/jsp/init.jsp" %>
|
||
|
|
||
|
<h2><spring:message code="INSTALL_CFG"/></h2>
|
||
|
|
||
|
<p><spring:message code="INSTALL_CFG_REASON"/></p>
|
||
|
|
||
|
<div>
|
||
|
<a href="c/GCFInstall"><spring:message code="INSTALL_CFG_CLICK_HERE"/></a>
|
||
|
</div>
|
||
|
|