Change some navigation URLs
Keep removing old controller model.
This commit is contained in:
@@ -31,11 +31,6 @@
|
||||
<property name="mindmapService" ref="mindmapService"/>
|
||||
</bean>
|
||||
|
||||
<bean id="editorController" class="com.wisemapping.controller.MindmapEditorController">
|
||||
<property name="methodNameResolver" ref="paramResolverByAction"/>
|
||||
<property name="mindmapService" ref="mindmapService"/>
|
||||
<property name="userService" ref="userService"/>
|
||||
</bean>
|
||||
|
||||
<bean id="cookerController" class="com.wisemapping.controller.MindmapCooker">
|
||||
<property name="methodNameResolver" ref="paramResolverByAction"/>
|
||||
@@ -226,7 +221,6 @@
|
||||
<prop key="/c/forgotPassword.htm">forgotPasswordController</prop>
|
||||
<prop key="/c/activation.htm">activationController</prop>
|
||||
<prop key="/c/changePassword.htm">changePasswordController</prop>
|
||||
<prop key="/c/editor.htm">editorController</prop>
|
||||
<prop key="/c/cooker.htm">cookerController</prop>
|
||||
<prop key="/c/settings.htm">settingsController</prop>
|
||||
<prop key="/c/publish.htm">publishController</prop>
|
||||
|
@@ -138,12 +138,6 @@
|
||||
padding: 9px 9px 0;
|
||||
}
|
||||
|
||||
#searchTitleContainer {
|
||||
background: url( ../images/search3.png ) no-repeat left;
|
||||
padding-left: 35px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#searchTitle {
|
||||
height: 16px;
|
||||
top: 3px;
|
||||
@@ -174,62 +168,11 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#searchBtnStart {
|
||||
width: 6px;
|
||||
height: 25px;
|
||||
background: url( ../images/btnStart.png ) no-repeat left top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#searchBtnBody {
|
||||
background: url( ../images/btnBody.png );
|
||||
height: 18px;
|
||||
float: left;
|
||||
padding: 5px 0 0;
|
||||
text-align: center;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#searchBtnEnd {
|
||||
width: 7px;
|
||||
height: 25px;
|
||||
background: url( ../images/btnEnd.png ) no-repeat right top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tryNow {
|
||||
clear: both;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
margin-left: 20px;
|
||||
height:70px;
|
||||
}
|
||||
|
||||
div#tryNow a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div#tryNow .tryBtnStart {
|
||||
width: 10px;
|
||||
height: 70px;
|
||||
background: url( ../images/tryItStartBtn2.png ) no-repeat left top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#tryNow .tryBtnBody {
|
||||
height: 70px;
|
||||
background: url( ../images/tryItBodyBtn2.png );
|
||||
float: left;
|
||||
width: 145px;
|
||||
}
|
||||
|
||||
div#tryNow .tryBtnEnd {
|
||||
width: 11px;
|
||||
height: 70px;
|
||||
background: url( ../images/tryItEndBtn2.png ) no-repeat right top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#tryNow .tryBtnText {
|
||||
padding: 0 20px;
|
||||
@@ -269,27 +212,6 @@ div#video a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div#video .videoBtnStart {
|
||||
width: 10px;
|
||||
height: 51px;
|
||||
background: url( ../images/videoStart.png ) no-repeat left top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#video .videoBtnBody {
|
||||
height: 51px;
|
||||
background: url( ../images/videoBody.png );
|
||||
float: left;
|
||||
width: 145px;
|
||||
}
|
||||
|
||||
div#video .videoBtnEnd {
|
||||
width: 10px;
|
||||
height: 51px;
|
||||
background: url( ../images/videoEnd.png ) no-repeat right top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#video .videoBtnText {
|
||||
position: relative;
|
||||
height: 70px;
|
||||
@@ -359,28 +281,6 @@ div#signUpButton .signUpBtnContainer {
|
||||
left: 60px;
|
||||
}
|
||||
|
||||
div#signUpButton .signUpStartBtn {
|
||||
width: 5px;
|
||||
height: 25px;
|
||||
background: url( ../images/signUpStartBtn.png ) no-repeat left top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#signUpButton .signUpBodyBtn {
|
||||
height: 25px;
|
||||
width: 70px;
|
||||
background: url( ../images/signUpBodyBtn.png );
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
div#signUpButton .signUpEndBtn {
|
||||
width: 7px;
|
||||
height: 25px;
|
||||
background: url( ../images/signUpEndBtn.png ) no-repeat right top;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#signUpButton .signUpText {
|
||||
padding: 0 20px;
|
||||
@@ -483,22 +383,6 @@ div#mainBody {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
div#news li {
|
||||
background: transparent url( ../images/icon_triangle_grey_12x13.gif ) no-repeat scroll 0;
|
||||
list-style: none outside none;
|
||||
margin-bottom: 12px;
|
||||
padding: 2px 0 5px 20px;
|
||||
}
|
||||
|
||||
div#news ul {
|
||||
padding: 5px 40px;
|
||||
}
|
||||
|
||||
div#news h1 {
|
||||
font-size: 200%;
|
||||
color: #1E4BA5;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div#login {
|
||||
float: right;
|
@@ -6,7 +6,6 @@
|
||||
<spring:message code="NO_ENOUGH_PERMISSIONS"/>
|
||||
</title>
|
||||
<meta http-equiv="Content-type" value="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../css/wisehome.css">
|
||||
<link rel="stylesheet" type="text/css" href="../css/embedded.css">
|
||||
<link rel="icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon">
|
||||
|
@@ -12,7 +12,7 @@
|
||||
</c:url>
|
||||
<html>
|
||||
<head>
|
||||
<base href="../"/>
|
||||
<base href="../../../"/>
|
||||
<title><spring:message code="SITE.TITLE"/> - ${mindmap.title} </title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<%@ include file="/jsp/init.jsp" %>
|
||||
<html>
|
||||
<head>
|
||||
<base href="../">
|
||||
<base href="${pageContext.request.contextPath}/"/>
|
||||
<title><spring:message code="SITE.TITLE"/></title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
||||
|
||||
@@ -45,9 +45,8 @@
|
||||
bUseRendered : false,
|
||||
mDataProp: "title",
|
||||
fnRender : function(obj) {
|
||||
return '<a href="c/editor.htm?action=open&mapId=' + obj.aData.id + '">' + obj.aData.title + '</a>';
|
||||
return '<a href="c/map/' + obj.aData.id + '/edit.htm">' + obj.aData.title + '</a>';
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
sTitle : "Description",
|
||||
@@ -75,10 +74,9 @@
|
||||
bSortable : false,
|
||||
bSearchable : false,
|
||||
fnRender : function(obj) {
|
||||
return '<span class="ui-icon ui-icon-circle-triangle-e" style="margin: 0 auto;"></span>';
|
||||
return '<a href="c/map/' + obj.aData.id + '/details.htm"><span class="ui-icon ui-icon-circle-triangle-e" style="margin: 0 auto;"></span></a>';
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
"bAutoWidth" : false,
|
||||
"oLanguage" : {
|
||||
|
@@ -5,9 +5,7 @@
|
||||
<title>
|
||||
<spring:message code="SITE.TITLE"/>
|
||||
-</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/wisehome.css">
|
||||
!--[if lt IE 9]>
|
||||
<link rel="stylesheet" type="text/css" href="../css/wisehomeOldIE.css"/>
|
||||
<![endif]-->
|
||||
|
||||
<script type="text/javascript">
|
||||
|
@@ -7,6 +7,7 @@
|
||||
<tiles:importAttribute name="details" scope="request"/>
|
||||
<html>
|
||||
<head>
|
||||
<base href="${pageContext.request.contextPath}/"/>
|
||||
<title>
|
||||
<spring:message code="SITE.TITLE"/>
|
||||
-
|
||||
@@ -20,7 +21,7 @@
|
||||
</c:choose>
|
||||
</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/wisehome.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="css/pageTemplate.css"/>
|
||||
<link rel="icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user