diff --git a/wise-webapp/src/main/webapp/js/mindmapList.js b/wise-webapp/src/main/webapp/js/mindmapList.js index cb1455a1..71fef6f3 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -344,7 +344,7 @@ $(function() { $("#newBtn").click( function() { $("#new-dialog-modal").dialogForm({ - redirect: "c/maps/{header.resourceId}/edit", + redirect: "/c/maps/{header.resourceId}/edit", url : "../service/maps" }); }); @@ -364,7 +364,7 @@ $(function() { // Initialize dialog ... $("#duplicate-dialog-modal").dialogForm({ - redirect: "c/maps/{header.resourceId}/edit", + redirect: "/c/maps/{header.resourceId}/edit", url : "../service/maps/" + mapId }); } diff --git a/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp b/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp index fcd79e35..5279ba38 100644 --- a/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp +++ b/wise-webapp/src/main/webapp/jsp/dialogFullTemplate.jsp @@ -8,7 +8,7 @@ - + - - + + diff --git a/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp b/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp index 10577d12..d0de6ee2 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp @@ -10,7 +10,7 @@ - + <spring:message code="SITE.TITLE"/> - ${mindmap.title} diff --git a/wise-webapp/src/main/webapp/jsp/template.jsp b/wise-webapp/src/main/webapp/jsp/template.jsp index 9aee940d..4b5766b4 100644 --- a/wise-webapp/src/main/webapp/jsp/template.jsp +++ b/wise-webapp/src/main/webapp/jsp/template.jsp @@ -8,7 +8,7 @@ - + <spring:message code="SITE.TITLE"/> - @@ -24,8 +24,8 @@ <meta http-equiv="Content-type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="css/pageTemplate.css"/> - <link rel="icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/> - <link rel="shortcut icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/> + <link rel="icon" href="images/favicon.ico" type="image/x-icon"/> + <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/> <script type="text/javascript" language="javascript" src="js/jquery-1.7.2.min.js"></script> <script type="text/javascript" language="javascript" src="bootstrap/js/bootstrap.js"></script>