Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 26, 2024
1 parent 5a06908 commit a09df16
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,23 @@
<li><a id="logoutLink" class="dropdown-item" onclick="logout()"> <i class="fas fa-door-open pe-2"></i>Déconnexion</a></li>
</ul>
</div>
<div class="modal-dialog modal-sm">
<p class="dropdown-item" id="tt-email">Email: </p>
<p class="dropdown-item" id="tt-name">Name: </p>
<p class="dropdown-item" id="tt-surname">Surname: </p>
<p class="dropdown-item" id="tt-role">Role: </p>
<p class="dropdown-item" id="tt-id">ID: </p>
</div>

<div class="dropdown">
<button
class="btn btn-primary btn-floating dropdown-toggle hidden-arrow bg-dark"
type="button"
id="dropdownMenuButton2"
data-mdb-toggle="dropdown"
aria-expanded="false"
>
<i class="fas fa-ellipsis-v fa-lg"></i>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton2">
<li><a class="dropdown-item" href="#"> <i class="fas fa-user-alt pe-2"></i>My Profile</a></li>
<li><a class="dropdown-item" href="#"> <i class="fas fa-cog pe-2"></i>Settings</a></li>
<li><a class="dropdown-item" href="#"> <i class="fas fa-door-open pe-2"></i>Logout</a></li>
</ul>
</div>

<div class="dropdown">
<a class="dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Expand Down

0 comments on commit a09df16

Please sign in to comment.