Add link to tutorial video.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-30 21:52:01 -03:00
parent 5d62bf520a
commit 6fe53446ce
11 changed files with 27 additions and 2 deletions

View File

@ -432,6 +432,20 @@ mindplot.widget.Menu = new Class({
});
}
var videoElem = $("videoElem");
if (videoElem) {
var width = 900;
var height = 500;
var left = (screen.width / 2) - (width / 2);
var top = (screen.height / 2) - (height / 2);
videoElem.addEvent('click', function (event) {
window.open("https://www.youtube.com/tv?vq=medium#/watch?v=rKxZwNKs9cE", "_blank", 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width=' + width + ', height=' + height + ', top=' + top + ', left=' + left);
event.preventDefault();
});
}
},
_registerEvents:function (designer) {

View File

@ -249,6 +249,7 @@ DIRECT_LINK_EXPLANATION=Kopieren und Einsetzen der unten stehenden Verbindung, u
TEMPORAL_PASSWORD_SENT=Ihr temporäres Passwort wurde angelegt
TEMPORAL_PASSWORD_SENT_DETAILS=Wir haben Ihnen eine email gesendet, die es Ihnen erlaubt Ihr Passwort zurückzusetzen. Bitte prüfen Sie den Posteingang.
TEMPORAL_PASSWORD_SENT_SUPPORT=Falls sie Probleme haben die email zu empfangen, kontaktieren Sie uns unter <a href\="mailto\:support@wisemapping.com">support@wisemapping.com </a>
TUTORIAL_VIDEO=Tutorial Video

View File

@ -252,6 +252,7 @@ TEMPORAL_PASSWORD_SENT_SUPPORT=If you have any problem receiving the email, cont
MINDMAP_TIMESTAMP_OUTDATED=It's not possible to save your changes because your mindmap has been modified by '{0}'. Refresh the page and try again.
MINDMAP_OUTDATED_BY_YOU=It's not possible to save your changes because map is out of date. Do you have multiple tabs opened ?. Refresh the page and try again.
MINDMAP_LOCKED=Map is being edited by {0} <{1}>. Map is opened in read only mode.
TUTORIAL_VIDEO=Tutorial Video

View File

@ -250,6 +250,7 @@ TEMPORAL_PASSWORD_SENT_DETAILS=Se te ha enviado un mail con los detalles para ca
TEMPORAL_PASSWORD_SENT=Tu contraseña temporal ha sido enviada
MINDMAP_LOCKED=El mapa esta siendo editado por {0} <{1}>. Mapa sera abierto en modo lectura.
MINDMAP_TIMESTAMP_OUTDATED=No es posible grabar sus cambios por que el mapa ha sido modificado por {0}'. Refresque la pagina y intentelo nuevamente.
TUTORIAL_VIDEO=Tutorial Video

View File

@ -250,6 +250,7 @@ ACCESS_HAS_BEEN_REVOKED= Upps. your access permissions to this map has been revo
LICENSE=License
WELCOME_TO_WISEMAPPING=Welcome to WiseMapping
WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: <ul><li>Embed mind map it in web pages and blogs</li><li>Link mind map and documents</li><li>Share your maps with friend and colleagues</li><li>Export your maps SVG,PNG,JPG and FreeMind</li></ul>.
TUTORIAL_VIDEO=Tutorial Video

View File

@ -235,6 +235,7 @@ TUTORIAL.FONT_COLOR=Colore
TUTORIAL.FONT_STYLE=Stili
TUTORIAL.FONT_TYPE=Font
TUTORIAL.SAMPLE_NOTE=Questa è una semplice nota !.
TUTORIAL_VIDEO=Tutorial Video

View File

@ -235,4 +235,5 @@ TUTORIAL.SAMPLE_NOTE=Esta é uma nota simples !.
SUPPORT=Ajudar
FEEDBACK=Feedback
CONTACT_US=Contato
TUTORIAL_VIDEO=Tutorial Video

View File

@ -210,4 +210,5 @@ TERM_OF_USE=条款和条件
CONTACT_US=联系我们
FEEDBACK=反馈
SUPPORT=支援
TUTORIAL_VIDEO=Tutorial Video

View File

@ -210,4 +210,5 @@ TERM_OF_USE=條款和條件
CONTACT_US=聯繫我們
FEEDBACK=反饋
SUPPORT=幫助
TUTORIAL_VIDEO=Tutorial Video

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

View File

@ -74,6 +74,7 @@
</c:if>
});
</script>
<%@ include file="/jsp/googleAnalytics.jsf" %>
</head>
@ -88,12 +89,14 @@
<spring:message code="WELCOME"/>, ${principal.firstname} |
<span><a href="c/maps/"><spring:message code="MY_WISEMAPS"/></a></span> |
<span><a href="#" target=" " id="tutorialVideo"><spring:message code="TUTORIAL_VIDEO"/></a></span> |
<span><a href="c/keyboard" id="keyboardShortcuts"><spring:message code="SHORTCUTS"/></a></span> |
<span><a href="c/logout" title="<spring:message code="LOGOUT"/>"><spring:message
code="LOGOUT"/></a></span>
</c:if>
<c:if test="${memoryPersistence}">
<span><a href="c/keyboard" id="keyboardShortcuts"><spring:message code="SHORTCUTS"/></a></span> |
<span><a href="c/keyboard" id="tutorialVideo"><spring:message code="TUTORIAL_VIDEO"/></a></span> |
<span><a href="#" id="keyboardShortcuts"><spring:message code="SHORTCUTS"/></a></span> |
<span><a href="c/user/registration" title="<spring:message code="REGISTER"/>"><spring:message
code="REGISTER"/></a></span>
</c:if>