removing svg from save operation
This commit is contained in:
@@ -329,3 +329,5 @@ INSTALL_CFG_BROWSERS=This plug in is not necessary for Internet Explorer 9, or a
|
||||
INSTALL_CFG_CLICK_HERE=To download click here
|
||||
|
||||
INVALID_EMAIL_ERROR = The e-mail was not verified
|
||||
BROWSER_NOT_SUPPOERTED= Current Browser is not supported.
|
||||
CHECK_BROWSERS= You can check supported browser at
|
@@ -10,6 +10,7 @@
|
||||
<definition name="mindmapList" page="/jsp/mindmapList.jsp"/>
|
||||
<definition name="embeddedView" page="/jsp/embeddedView.jsp"/>
|
||||
<definition name="embeddedViewImg" page="/jsp/embeddedViewImg.jsp"/>
|
||||
<definition name="embeddedViewNotSupported" page="/jsp/embeddedViewNotSupported.jsp"/>
|
||||
<definition name="mindmapEditor" page="/jsp/mindmapEditor.jsp"/>
|
||||
<definition name="mindmapCooker" page="/jsp/mindmapCooker.jsp"/>
|
||||
<definition name="closeDialog" page="/jsp/closeDialog.jsp"/>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<div id="mapContainer">
|
||||
<div id='mindplot'
|
||||
style='background: url( ../images/grid.gif ) bottom left repeat !important;overflow:hidden;width:100%;height:100%;'>
|
||||
<div style="100%;height:100%;background: url( ${exportImgUrl} );background-position: 0px -100px;background-repeat: no-repeat;"></div>
|
||||
<div style="width:100%;height:100%;background: url( ${exportImgUrl} );background-position: 0px -100px;background-repeat: no-repeat;"></div>
|
||||
</div>
|
||||
<div id="embFooter">
|
||||
<a href="${pageContext.request.contextPath}/c/home.htm" target="new">
|
||||
|
18
wise-webapp/src/main/webapp/jsp/embeddedViewNotSupported.jsp
Normal file
18
wise-webapp/src/main/webapp/jsp/embeddedViewNotSupported.jsp
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE HTML>
|
||||
|
||||
<%@ include file="/jsp/init.jsp" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" value="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../css/embedded.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div id="mapContainer">
|
||||
<spring:message code="BROWSER_NOT_SUPPOERTED"/>
|
||||
<spring:message code="CHECK_BROWSERS"/><a href="www.wisemapping.com">www.wisemapping.com</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user