Projet

Général

Profil

« Précédent | Suivant » 

Révision 8f7e157d

Ajouté par Jérôme Schneider il y a plus de 9 ans

toolbar: manage offline toolbar

Voir les différences:

mandaye/templates/toolbar.html
8 8
</div>
9 9
<div class="mandaye-toolbar-right">
10 10
  <ul class="mandaye-toolbar-link">
11
    % if is_login:
11 12
    <li>
12 13
      <a href="/mandaye/logout">Me déconnecter</a>
13 14
    </li>
14 15
    % if account:
15 16
    <li>
16
      <a href="javascript:mandaye_disassociate_logout('${account.login}', ${account.id})" title="Cliquer ici pour supprimer l'association entre ce compte et votre compte citoyen.">Me désassocier</a>
17
      <a href="javascript:mandaye_disassociate_logout('${urls['disassociate_url']}', '${account.login}', ${account.id})" title="Cliquer ici pour supprimer l'association entre ce compte et votre compte citoyen.">Me désassocier</a>
18
    </li>
19
    % endif
20
    % else:
21
    <li>
22
      <a href="/mandaye/sso" title="Cliquer ici pour vous connecter sur ${site_name}">Me connecter</a>
17 23
    </li>
18 24
    % endif
19 25
  </ul>

Formats disponibles : Unified diff