2012-06-30 14:20:09 -03:00
|
|
|
<%@ page import="com.wisemapping.security.Utils" %>
|
|
|
|
<%@ page import="com.wisemapping.model.User" %>
|
2013-03-07 23:46:07 -03:00
|
|
|
<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
|
2012-06-30 02:26:21 -03:00
|
|
|
<%@ include file="/jsp/init.jsp" %>
|
|
|
|
|
2012-08-15 21:28:51 -03:00
|
|
|
<%--@elvariable id="mindmap" type="com.wisemapping.model.Mindmap"--%>
|
2009-06-07 18:59:43 +00:00
|
|
|
<%--@elvariable id="editorTryMode" type="java.lang.Boolean"--%>
|
2012-04-05 14:18:13 -03:00
|
|
|
<%--@elvariable id="editorTryMode" type="java.lang.String"--%>
|
2012-11-10 17:19:28 -03:00
|
|
|
<%--@elvariable id="lockInfo" type="com.wisemapping.service.LockInfo"--%>
|
2021-12-24 18:03:23 -08:00
|
|
|
|
|
|
|
<!DOCTYPE HTML>
|
2009-06-07 18:59:43 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2013-03-07 23:46:07 -03:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2021-12-24 18:03:23 -08:00
|
|
|
<base href="${requestScope['site.baseurl']}/static/mindplot/">
|
2012-08-29 20:17:35 -03:00
|
|
|
<title><spring:message code="SITE.TITLE"/> - <c:out value="${mindmap.title}"/></title>
|
2022-01-07 09:21:34 -08:00
|
|
|
<link rel="stylesheet/less" type="text/css" href="../../css/bootstrap.min.css"/>
|
2021-12-24 18:03:23 -08:00
|
|
|
<link rel="stylesheet/less" type="text/css" href="../../css/editor.less"/>
|
|
|
|
<script type='text/javascript' src="../../js/less.js"/></script>
|
2021-12-26 09:23:51 -08:00
|
|
|
<%@ include file="/jsp/commonPageHeader.jsf" %>
|
2011-10-02 12:22:09 -03:00
|
|
|
|
2011-10-15 02:52:44 -03:00
|
|
|
<script type="text/javascript">
|
2021-12-24 18:03:23 -08:00
|
|
|
var mapId = '${mindmap.id}';
|
|
|
|
var memoryPersistence = ${memoryPersistence};
|
|
|
|
var readOnly = ${readOnlyMode};
|
|
|
|
var lockTimestamp = '${lockTimestamp}';
|
|
|
|
var lockSession = '${lockSession}';
|
|
|
|
var locale = '${locale}';
|
|
|
|
var mindmapLocked = ${mindmapLocked};
|
|
|
|
var mindmapLockedMsg = '<spring:message code="MINDMAP_LOCKED" arguments="${lockInfo.user.fullName},${lockInfo.user.email}"/>';
|
|
|
|
var userOptions = ${mindmap.properties};
|
2021-12-25 22:55:22 -08:00
|
|
|
var isAuth = ${principal != null};
|
2022-01-07 17:47:53 -08:00
|
|
|
var accountName = '${principal.fullName}';
|
|
|
|
var accountEmail = '${principal.email}';
|
2012-02-04 12:51:50 -03:00
|
|
|
</script>
|
2012-09-23 10:26:26 -03:00
|
|
|
<%@ include file="/jsp/googleAnalytics.jsf" %>
|
2009-06-07 18:59:43 +00:00
|
|
|
</head>
|
2021-12-24 18:03:23 -08:00
|
|
|
|
2009-06-07 18:59:43 +00:00
|
|
|
<body>
|
|
|
|
|
2011-10-14 22:56:20 -03:00
|
|
|
<div id="header">
|
2012-06-17 02:51:01 -03:00
|
|
|
<%@ include file="/jsp/mindmapEditorToolbar.jsf" %>
|
2011-10-14 22:56:20 -03:00
|
|
|
</div>
|
2022-01-07 09:21:34 -08:00
|
|
|
<div id="mindplot" onselectstart="return false;"></div>
|
|
|
|
|
|
|
|
<div id="floating-panel">
|
|
|
|
<div id="keyboardShortcuts" class="buttonExtOn">
|
|
|
|
<img src="../../images/editor/keyboard.svg"/>
|
|
|
|
</div>
|
|
|
|
<div id="zoom-button">
|
|
|
|
<button id="zoom-plus">
|
|
|
|
<img src="../../images/editor/add.svg" />
|
|
|
|
</button>
|
|
|
|
<button id="zoom-minus">
|
|
|
|
<img src="../../images/editor/minus.svg" />
|
|
|
|
</button>
|
2014-07-14 00:12:23 -03:00
|
|
|
</div>
|
2022-01-10 12:00:26 -08:00
|
|
|
<div id="position">
|
|
|
|
<button id="position-button">
|
|
|
|
<img src="../../images/editor/center_focus.svg" />
|
|
|
|
</button>
|
|
|
|
</div>
|
2014-07-14 00:12:23 -03:00
|
|
|
</div>
|
2022-01-10 16:22:24 -08:00
|
|
|
|
2022-01-07 09:21:34 -08:00
|
|
|
<div id="bottom-logo"></div>
|
|
|
|
<div id="headerNotifier"></div>
|
2022-01-10 16:22:24 -08:00
|
|
|
<%-- Try message dialog --%>
|
|
|
|
<c:if test="${memoryPersistence}">
|
|
|
|
<div id="tryInfoPanel">
|
|
|
|
<p><spring:message code="TRY_WELCOME"/></p>
|
|
|
|
<p><b><spring:message code="TRY_WELCOME_DESC"/></b></p>
|
|
|
|
<a href="/c/registration"><div class="actionButton"><spring:message code="SIGN_UP"/></div></a>
|
|
|
|
</div>
|
|
|
|
</c:if>
|
2022-01-07 09:21:34 -08:00
|
|
|
|
2021-12-24 18:03:23 -08:00
|
|
|
<script src="loader.js"></script>
|
2022-01-07 09:21:34 -08:00
|
|
|
|
2009-06-07 18:59:43 +00:00
|
|
|
</body>
|
|
|
|
</html>
|