removing svg from save operation
This commit is contained in:
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