imiger-fork/sources/src/main/webapp/userMenu.jsp @ f8464192
1 |
<div class="user-menu loggedInOnly"> |
---|---|
2 |
<span id="usernameLabel">${user.username}</span> |
3 |
<button class="button" id="logoutButton">Log out</button> |
4 |
</div>
|
5 |
|
6 |
<div class="user-menu loggedOutOnly"> |
7 |
<button class="button" id="toggleLoginPopupButton">Log in</button> |
8 |
<button class="button" id="toggleRegisterPopupButton">Register</button> |
9 |
</div>
|
- « Předchozí
- 1
- …
- 4
- 5
- 6
- Další »