fixing editor and my mindmap lists

This commit is contained in:
Pablo Luna 2011-04-06 11:20:15 +01:00
parent a349672170
commit 518587a29a
3 changed files with 28 additions and 7 deletions

View File

@ -402,6 +402,30 @@
<statistics>false</statistics> <statistics>false</statistics>
</configuration> </configuration>
</execution> </execution>
<execution>
<id>wiseListLibrary</id>
<phase>generate-resources</phase>
<goals>
<goal>compress</goal>
</goals>
<configuration>
<aggregations>
<aggregation>
<output>
${project.build.directory}/${project.build.finalName}/js/wiseListLibrary.js
</output>
<includes>
<include>menu.js</include>
<include>slideShow.js</include>
</includes>
</aggregation>
</aggregations>
<nosuffix>true</nosuffix>
<nomunge>true</nomunge>
<jswarn>false</jswarn>
<statistics>false</statistics>
</configuration>
</execution>
<execution> <execution>
<id>wiseEditorLibrary</id> <id>wiseEditorLibrary</id>
<phase>generate-resources</phase> <phase>generate-resources</phase>

View File

@ -343,7 +343,7 @@ function afterMindpotLibraryLoading()
saveFunc.delay(1); saveFunc.delay(1);
} else } else
{ {
new Windoo.Confirm('This option is not enabled in try mode. You must by signed in order to execute this action.', new Windoo.Confirm('This option is not enabled in try mode. You must by signed in order to execute this action.<br/> to create an account click <a href="userRegistration.htm">here</a>',
{ {
'window': {theme:Windoo.Themes.wise, 'window': {theme:Windoo.Themes.wise,
title:'' title:''
@ -361,14 +361,10 @@ function afterMindpotLibraryLoading()
window.document.location = "mymaps.htm"; window.document.location = "mymaps.htm";
} else } else
{ {
new Windoo.Confirm('This option is not enabled in try mode. You must by signed in order to execute this action.', displayLoading();
{ window.document.location = "home.htm";
'window': {theme:Windoo.Themes.wise,
title:''
} }
}); });
}
});
if (isTryMode) if (isTryMode)
{ {

View File

@ -15,6 +15,7 @@
<link rel="icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/> <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"/> <link rel="shortcut icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/>
<script type="text/javascript" src="${pageContext.request.contextPath}/js/wiseLibrary.js"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/js/wiseLibrary.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath}/js/wiseListLibrary.js"></script>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="../css/mymapsOldIE.css"/> <link rel="stylesheet" type="text/css" href="../css/mymapsOldIE.css"/>
<script type="text/javascript" src="${pageContext.request.contextPath}/js/shadedborder.js"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/js/shadedborder.js"></script>