From 3efd3ef172106c324085abdb5907a84b1b92c216 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Thu, 30 Aug 2012 23:26:15 -0300 Subject: [PATCH] Add google analitycs to the footer. --- wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp | 2 +- wise-webapp/src/main/webapp/jsp/mindmapEditorFooter.jsf | 2 ++ wise-webapp/src/main/webapp/jsp/mindmapEmbed.jsp | 2 +- wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp index bfc63bab..36ea5967 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp @@ -88,6 +88,6 @@
- +<%@ include file="/jsp/mindmapEditorFooter.jsf" %> diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditorFooter.jsf b/wise-webapp/src/main/webapp/jsp/mindmapEditorFooter.jsf index fabe55d7..07b09929 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditorFooter.jsf +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditorFooter.jsf @@ -1,3 +1,5 @@ +<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> + - +<%@ include file="/jsp/mindmapEditorFooter.jsf" %> diff --git a/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp b/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp index 5c8b209a..541537a7 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp @@ -119,6 +119,6 @@ - +<%@ include file="/jsp/mindmapEditorFooter.jsf" %>