mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Delete usless jsps.
This commit is contained in:
parent
840b7f4659
commit
3562132117
@ -9,11 +9,9 @@
|
||||
<definition name="homepage" page="/jsp/homepage.jsp"/>
|
||||
<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"/>
|
||||
<definition name="embeddedViewError" page="/jsp/embeddedViewError.jsp"/>
|
||||
<definition name="mindmapPrint" page="/jsp/mindmapPrint.jsp"/>
|
||||
|
||||
@ -136,12 +134,6 @@
|
||||
<put name="body" value="/jsp/mindmapCollaborator.jsp"/>
|
||||
</definition>
|
||||
|
||||
<definition name="renameMap" extends="formDialogTemplate">
|
||||
<put name="title" value="RENAME"/>
|
||||
<put name="details" value="FIELD_REQUIRED_MSG"/>
|
||||
<put name="body" value="/jsp/mindmapRename.jsp"/>
|
||||
</definition>
|
||||
|
||||
<definition name="keyboard" extends="formDialogTemplate">
|
||||
<put name="title" value="KEYBOARD"/>
|
||||
<put name="details" value="KEYBOARD_MSG"/>
|
||||
|
@ -1,20 +0,0 @@
|
||||
<%--<%@ page import="org.acegisecurity.context.SecurityContextHolder" %>--%>
|
||||
<%--<%@ page import="org.acegisecurity.Authentication" %>--%>
|
||||
<%--<%@ page import="org.acegisecurity.ui.AccessDeniedHandlerImpl" %>--%>
|
||||
|
||||
<%--<h1>Sorry, access is denied</h1>--%>
|
||||
|
||||
|
||||
<%--<p>--%>
|
||||
<%--<%= request.getAttribute(AccessDeniedHandlerImpl.ACEGI_SECURITY_ACCESS_DENIED_EXCEPTION_KEY)%>--%>
|
||||
|
||||
<%--<p>--%>
|
||||
|
||||
<%--<%--%>
|
||||
|
||||
<%--Authentication auth = SecurityContextHolder.getContext().getAuthentication();--%>
|
||||
<%--if (auth != null) {--%>
|
||||
|
||||
<%--%>--%>
|
||||
<%--Authentication object as a String: <%= auth.toString() %><BR><BR>--%>
|
||||
<%--<% } %>--%>
|
@ -1,3 +0,0 @@
|
||||
<script type="text/javascript">
|
||||
MooDialog.Request.active.close();
|
||||
</script>
|
@ -1,14 +0,0 @@
|
||||
<%@ include file="/jsp/init.jsp" %>
|
||||
<c:url value="mymaps.htm" var="deleteMapUrl">
|
||||
<c:param name="action" value="delete"/>
|
||||
<c:param name="mapId" value="${mindmap.id}"/>
|
||||
<c:param name="userEmail" value="${pageContext.request.userPrincipal.name}"/>
|
||||
</c:url>
|
||||
<div>
|
||||
<spring:message code="DELETE_SELECTED_CONFIRMATION"/>
|
||||
</div>
|
||||
<form method="post" id="deleteConfirmation" action="<c:out value="${deleteMapUrl}"/>">
|
||||
<input type="hidden" name="action" value="deleteMap">
|
||||
<input type="submit" value="<spring:message code="YES"/>">
|
||||
<input type="button" value="<spring:message code="NO"/>" onclick="MOOdalBox.close();">
|
||||
</form>
|
@ -1,34 +0,0 @@
|
||||
<!DOCTYPE HTML>
|
||||
|
||||
<%@ include file="/jsp/init.jsp" %>
|
||||
<c:url value="export.htm?exportFormat=IMG_EXPORT_FORMAT&imgFormat=PNG&imgSize=MEDIUM&action=export&mapId=${mindmap.id}"
|
||||
var="exportImgUrl"/>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" value="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../css/embedded.css">
|
||||
<script type='text/javascript' src='../js/mootools-core-1.3.2-full-compat.js'></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div id="mapContainer">
|
||||
<div id='mindplot'
|
||||
style='background: url( ../images/grid.gif ) bottom left repeat !important;overflow:hidden;width:100%;height:100%;'>
|
||||
<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">
|
||||
<div id="logo"></div>
|
||||
</a>
|
||||
|
||||
<div id="mapDetails">
|
||||
<span class="title"><spring:message code="CREATOR"/>:</span><span>${mindmap.creator}</span>
|
||||
<span class="title"><spring:message code="DESCRIPTION"/>:</span><span>${mindmap.description}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -273,7 +273,7 @@
|
||||
<div id="mindmapListContainer">
|
||||
<div id="foldersContainer">
|
||||
<ul class="nav nav-list">
|
||||
<li class="nav-header">Folders</li>
|
||||
<li class="nav-header">Filters</li>
|
||||
<li data-filter="all" class="active"><a href="#"><i class="icon-inbox icon-white"></i> All</a></li>
|
||||
<li data-filter="my_maps"><a href="#"><i class="icon-user"></i> My Maps</a></li>
|
||||
<li data-filter="shared_with_me"><a href="#"><i class="icon-share"></i> Shared With Me</a></li>
|
||||
|
@ -1,7 +1,6 @@
|
||||
<%@ include file="/jsp/init.jsp" %>
|
||||
|
||||
<div class="modalDialog">
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
<spring:message code="USER_REGISTRATION"/>
|
||||
</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user