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

@@ -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>