|
|
@@ -34,14 +34,14 @@
|
|
|
<div class="dropdown-menu dropdown-menu-end">
|
|
|
<a href="/user.html" class="dropdown-item">Mon profil</a>
|
|
|
<?php if(session::accessUserByType(1)) { ?>
|
|
|
- <div class="dropdown-divider"></div>
|
|
|
- <a href="https://www.cse-invent.com" target="_blank" class="dropdown-item">Site du CSE</a>
|
|
|
- <a href="https://www.cse-invent.com/gestion/" target="_blank" class="dropdown-item">Console Proweb</a>
|
|
|
- <a href="<?php echo "https://" . DOMAIN_EVENTS ?>" target="_blank" class="dropdown-item">Emargement Salariés</a>
|
|
|
- <a href="<?php echo "https://" . DOMAIN_CONTROL ?>" target="_blank" class="dropdown-item">Emargement Contrôleur</a>
|
|
|
- <a href="https://wiki.cse-invent.com/" target="_blank" class="dropdown-item">Wiki CSE</a>
|
|
|
- <a href="https://contact.cse-invent.com/" target="_blank" class="dropdown-item">Contact CSE</a>
|
|
|
- <a href="https://sender.cse-invent.com/" target="_blank" class="dropdown-item">SendPortal CSE</a>
|
|
|
+ <div class="dropdown-divider"></div>
|
|
|
+ <a href="https://www.cse-invent.com" target="_blank" class="dropdown-item">Site du CSE</a>
|
|
|
+ <a href="https://www.cse-invent.com/gestion/" target="_blank" class="dropdown-item">Console Proweb</a>
|
|
|
+ <a href="<?php echo "https://" . DOMAIN_EVENTS ?>" target="_blank" class="dropdown-item">Emargement Salariés</a>
|
|
|
+ <a href="<?php echo "https://" . DOMAIN_CONTROL ?>" target="_blank" class="dropdown-item">Emargement Contrôleur</a>
|
|
|
+ <a href="https://wiki.cse-invent.com/" target="_blank" class="dropdown-item">Wiki CSE</a>
|
|
|
+ <a href="https://contact.cse-invent.com/" target="_blank" class="dropdown-item">Contact CSE</a>
|
|
|
+ <a href="https://sender.cse-invent.com/" target="_blank" class="dropdown-item">SendPortal CSE</a>
|
|
|
<?php } ?>
|
|
|
<div class="dropdown-divider"></div>
|
|
|
<a href="/submit.php?from=logout" class="dropdown-item">Se déconnecter</a>
|