fixing google chrome installation to work on all browsers
This commit is contained in:
13
wise-webapp/src/main/webapp/jsp/gcfPluginNeeded.jsp
Normal file
13
wise-webapp/src/main/webapp/jsp/gcfPluginNeeded.jsp
Normal file
@@ -0,0 +1,13 @@
|
||||
<%@ 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>
|
||||
|
Reference in New Issue
Block a user