From fdf3b34959db5dd09626a91f1b5cad1e86221052 Mon Sep 17 00:00:00 2001 From: Pablo Luna Date: Tue, 29 Mar 2011 16:28:13 +0100 Subject: [PATCH] fixing google frame installation jsp --- .../WEB-INF/classes/messages.properties | 4 + .../src/main/webapp/jsp/installCFG.jsp | 73 +++++++++++++------ 2 files changed, 55 insertions(+), 22 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties b/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties index 36b534c5..3b5b480c 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties @@ -323,5 +323,9 @@ NO_HISTORY_RESULTS= No History Information was found. HISTORY_INFO = Here is the list of the last revisions of you map. REVERT=revert SAMPLE_MAPS=Sample Maps +INSTALL_CFG=Install Google Chrome Frame +INSTALL_CFG_REASON = Since you are using Internet Explorer 8 or previous, you need to install Google Chrome Frame. This is a plugin made by Google that will allow you to see SVG in your browser. +INSTALL_CFG_BROWSERS=This plug in is not necessary for Internet Explorer 9, or any other browser. +INSTALL_CFG_CLICK_HERE=To download click here INVALID_EMAIL_ERROR = The e-mail was not verified diff --git a/wise-webapp/src/main/webapp/jsp/installCFG.jsp b/wise-webapp/src/main/webapp/jsp/installCFG.jsp index 28b6d644..04334820 100644 --- a/wise-webapp/src/main/webapp/jsp/installCFG.jsp +++ b/wise-webapp/src/main/webapp/jsp/installCFG.jsp @@ -1,33 +1,62 @@ + +<%@page pageEncoding="UTF-8"%> +<%@ taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles" %> +<%@ include file="/jsp/init.jsp" %> + + + <spring:message code="SITE.TITLE"/> + - + <spring:message code="INSTALL_CFG"/> + + + + + + -
- you need to install Google Chrome Frame. -
-
click here
+ + + +
+ +
+
+ +

+ +

+
+
+ +
+ +
+ +
-
- -
- + \ No newline at end of file