1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
letu/views/template/navbar.pug

55 lines
1.8 KiB
Text
Raw Normal View History

extends layout
2020-11-03 08:24:17 +01:00
block navbar
if student === true
2020-11-23 21:28:17 +01:00
div(id="navprofile" class="student" onclick="profilRedirect()")
2020-11-03 08:24:17 +01:00
p Kezel Benoit
p G4S3
2020-11-03 12:54:40 +01:00
a(id="logout") Logout
2020-11-03 08:24:17 +01:00
if teacher === true
2020-11-23 21:28:17 +01:00
div(id="navprofile" class="teacher" onclick="profilRedirect()")
2020-11-03 08:24:17 +01:00
p Kezel Benoit
2020-11-03 12:54:40 +01:00
a(id="logout") Logout
2020-11-03 08:24:17 +01:00
if admin === true
2020-11-23 21:28:17 +01:00
div(id="navprofile" class="admin" onclick="profilRedirect()")
2020-11-03 08:24:17 +01:00
p Kezel Benoit
2020-11-03 12:54:40 +01:00
a(id="logout") Logout
2020-11-03 08:24:17 +01:00
div(id="navtop")
ul
2020-11-02 13:28:49 +01:00
if student === true
2020-11-03 08:24:17 +01:00
li(class="active")
2020-11-03 11:40:54 +01:00
a(href="/") Home
li
a(href="/edt") Planning
2020-11-03 08:24:17 +01:00
li
2020-11-03 11:40:54 +01:00
a(href="/marks") Marks
2020-11-03 08:24:17 +01:00
li
a(href="https://mail.univ-lyon1.fr/owa/") Mail
li
a(href="https://clarolineconnect.univ-lyon1.fr/") Claroline
li
2020-11-21 14:02:01 +01:00
a(href="/viescol") School and student life
2020-11-02 13:28:49 +01:00
if teacher === true
2020-11-03 08:24:17 +01:00
li(class="active")
2020-11-03 11:40:54 +01:00
a(href="/") Home
li
a(href="/edt") Planning
2020-11-03 08:24:17 +01:00
li
2020-11-03 11:40:54 +01:00
a(href="/marks") Marks
2020-11-03 08:24:17 +01:00
li
a(href="https://mail.univ-lyon1.fr/owa/") Mail
li
2020-11-21 14:02:01 +01:00
a(href="https://clarolineconnect.univ-lyon1.fr/") Claroline Connect
li
a(href="/viescol") School and student life
2020-11-02 13:28:49 +01:00
if admin === true
2020-11-03 08:24:17 +01:00
li(class="active")
a Accueil
li
a Notes
li
a Vie scolaire et étudiante
li
a Gestion des profils