Small addons
This commit is contained in:
parent
5faf9c868c
commit
82e4770a50
2 changed files with 106 additions and 105 deletions
108
views/index.pug
108
views/index.pug
|
@ -16,9 +16,9 @@ block content
|
||||||
if student === true
|
if student === true
|
||||||
li
|
li
|
||||||
a Home
|
a Home
|
||||||
li
|
|
||||||
a Planning
|
|
||||||
li(class="active")
|
li(class="active")
|
||||||
|
a Planning
|
||||||
|
li
|
||||||
a Marks
|
a Marks
|
||||||
li
|
li
|
||||||
a(href="https://mail.univ-lyon1.fr/owa/") Mail
|
a(href="https://mail.univ-lyon1.fr/owa/") Mail
|
||||||
|
@ -37,106 +37,4 @@ block content
|
||||||
a Gestion des profils
|
a Gestion des profils
|
||||||
|
|
||||||
div(class="col s10 main")
|
div(class="col s10 main")
|
||||||
div(class="marksdetails")
|
include edt.pug
|
||||||
table
|
|
||||||
tr
|
|
||||||
th(colspan="2") Details
|
|
||||||
tr
|
|
||||||
td DS 1
|
|
||||||
tr
|
|
||||||
td Rang : 10/29
|
|
||||||
tr
|
|
||||||
td Coeff : 1.5
|
|
||||||
tr
|
|
||||||
td Moyenne de classe : 12
|
|
||||||
div(class="row" id="marks")
|
|
||||||
div(class="col s12 m6 l4")
|
|
||||||
table
|
|
||||||
thead
|
|
||||||
tr
|
|
||||||
th(colspan="2") Maths
|
|
||||||
tbody
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
|
|
||||||
div(class="col s12 m6 l4")
|
|
||||||
table
|
|
||||||
thead
|
|
||||||
tr
|
|
||||||
th(colspan="2") TP SE
|
|
||||||
tbody
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
|
|
||||||
div(class="col s12 m6 l4")
|
|
||||||
table
|
|
||||||
thead
|
|
||||||
tr
|
|
||||||
th(colspan="2") PHP
|
|
||||||
tbody
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
|
|
||||||
div(class="col s12 m6 l4")
|
|
||||||
table
|
|
||||||
thead
|
|
||||||
tr
|
|
||||||
th(colspan="2") Anglais
|
|
||||||
tbody
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
tr
|
|
||||||
td
|
|
||||||
p DS 1
|
|
||||||
p 18/20
|
|
||||||
td
|
|
||||||
p DS 2
|
|
||||||
p 16/20
|
|
||||||
|
|
103
views/marks.pug
103
views/marks.pug
|
@ -0,0 +1,103 @@
|
||||||
|
div(class="marksdetails")
|
||||||
|
table
|
||||||
|
tr
|
||||||
|
th(colspan="2") Details
|
||||||
|
tr
|
||||||
|
td DS 1
|
||||||
|
tr
|
||||||
|
td Rang : 10/29
|
||||||
|
tr
|
||||||
|
td Coeff : 1.5
|
||||||
|
tr
|
||||||
|
td Moyenne de classe : 12
|
||||||
|
div(class="row" id="marks")
|
||||||
|
div(class="col s12 m6 l4")
|
||||||
|
table
|
||||||
|
thead
|
||||||
|
tr
|
||||||
|
th(colspan="2") Maths
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
|
||||||
|
div(class="col s12 m6 l4")
|
||||||
|
table
|
||||||
|
thead
|
||||||
|
tr
|
||||||
|
th(colspan="2") TP SE
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
|
||||||
|
div(class="col s12 m6 l4")
|
||||||
|
table
|
||||||
|
thead
|
||||||
|
tr
|
||||||
|
th(colspan="2") PHP
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
|
||||||
|
div(class="col s12 m6 l4")
|
||||||
|
table
|
||||||
|
thead
|
||||||
|
tr
|
||||||
|
th(colspan="2") Anglais
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
p DS 1
|
||||||
|
p 18/20
|
||||||
|
td
|
||||||
|
p DS 2
|
||||||
|
p 16/20
|
Reference in a new issue