1
0
Fork 0

Merge branch 'Kyfront'

This commit is contained in:
Ethanell 2020-11-21 11:40:21 +01:00
commit 1c062329d2
3 changed files with 35 additions and 3 deletions

33
views/pages/viescol.pug Normal file
View file

@ -0,0 +1,33 @@
extends ../template/navbar
block content
div.row
if student === true
div.col.s12.m6#absences
div.abshead
p Absences
div.abscont
p Absent le 14/03 de 16h à 18h
div.abscont
p Absent le 15/03 de 16h à 18h
div.abscont
p Absent le 16/03 de 16h à 18h
div.col.s12.m6
button Gérer vos abonnements
if student === false
div.col.s12
button Ajouter une absence
div.row
div.col.s12.m6#events
div.eventhead
p Evenements
div.eventcont
p Repas raclette organisé par le BDE le 24/02 à 12H30 en S26
div.col.s12.m6#objtrouv
div.objtrouvhead
p Objets Trouvés
div.objtrouvcont
p Ordinateur HP trouvé retourné au secrétariat

View file

@ -7,8 +7,8 @@ html
link(rel="stylesheet", href="/stylesheets/style.css") link(rel="stylesheet", href="/stylesheets/style.css")
script(src="/socket.io/socket.io.js") script(src="/socket.io/socket.io.js")
body body
- var student = true - var student = false
- var teacher = false - var teacher = true
- var admin = false - var admin = false
div(class="row" id="page") div(class="row" id="page")
div(class="col s2" id="panel") div(class="col s2" id="panel")

View file

@ -50,4 +50,3 @@ block navbar
a Vie scolaire et étudiante a Vie scolaire et étudiante
li li
a Gestion des profils a Gestion des profils