|
@@ -1,3 +1,4 @@
|
|
|
|
|
+{namespace v=FluidTYPO3\Vhs\ViewHelpers}
|
|
|
{namespace ot=Opentalent\OtTemplating\ViewHelpers}
|
|
{namespace ot=Opentalent\OtTemplating\ViewHelpers}
|
|
|
|
|
|
|
|
<div class="topbar">
|
|
<div class="topbar">
|
|
@@ -34,34 +35,7 @@
|
|
|
<div class="col-lg-6 col-md-6">
|
|
<div class="col-lg-6 col-md-6">
|
|
|
<div class="topbar-social text-center text-md-right text-bold">
|
|
<div class="topbar-social text-center text-md-right text-bold">
|
|
|
<ul>
|
|
<ul>
|
|
|
- <f:security.ifAuthenticated>
|
|
|
|
|
- <f:then>
|
|
|
|
|
- <li>
|
|
|
|
|
- <span>Bienvenue <b>{user.username}</b>!</span>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="{settings.opentalentDashboardUrl}">
|
|
|
|
|
- Accéder à l'intranet
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- <f:link.page additionalParams="{logintype:'logout'}">
|
|
|
|
|
- <f:translate key="log-out"/>
|
|
|
|
|
- </f:link.page>
|
|
|
|
|
- </li>
|
|
|
|
|
- </f:then>
|
|
|
|
|
- <f:else>
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="https://www.opentalent.fr/login/"
|
|
|
|
|
- target="_blank"
|
|
|
|
|
- class="{f:if(condition: '{ot:loginFailed()}', then: 'trigger-on-load')}"
|
|
|
|
|
- >
|
|
|
|
|
- Se connecter
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- </f:else>
|
|
|
|
|
- </f:security.ifAuthenticated>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <v:render.uncache partial="Modern/UserToolbar" arguments="{_all}" />
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|