Several try fixes.
This commit is contained in:
@@ -63,11 +63,18 @@
|
||||
<div id="header">
|
||||
<div id="headerInfo">
|
||||
<div id="headerActions">
|
||||
<c:if test="${!memoryPersistence}">
|
||||
|
||||
<spring:message code="WELCOME"/>, ${principal.firstname} |
|
||||
<span><a href="c/maps/"><spring:message code="MY_WISEMAPS"/></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>
|
||||
<spring:message code="WELCOME"/>, ${principal.firstname} |
|
||||
<span><a href="c/maps/"><spring:message code="MY_WISEMAPS"/></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/user/registration" title="<spring:message code="REGISTER"/>"><spring:message code="REGISTER"/></a></span>
|
||||
</c:if>
|
||||
</div>
|
||||
<a href="c/maps/">
|
||||
<div id="headerLogo"></div>
|
||||
|
Reference in New Issue
Block a user