mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 14:37:56 +01:00
16 lines
389 B
Plaintext
16 lines
389 B
Plaintext
<%@ include file="/jsp/init.jsp" %>
|
|
<h1>
|
|
<spring:message code="PUBLIC_VIEW_TITLE" arguments="'${mindmap.title}'"/>
|
|
</h1>
|
|
|
|
|
|
<c:url value="embeddedView.htm?mapId=${mindmap.id}&fullView=true"
|
|
var="embeddedUrl"/>
|
|
|
|
|
|
<div id="publicViewContent">
|
|
<iframe style="border:0;width:800px;height:420px;border: 1px solid black;" src="${embeddedUrl}">
|
|
|
|
</iframe>
|
|
|
|
</div> |