185 lines
No EOL
5.4 KiB
Text
185 lines
No EOL
5.4 KiB
Text
if student === true
|
|
div(class="marksdetails" id="visibl")
|
|
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
|
|
|
|
if teacher === true
|
|
div(class="row")
|
|
div(class="col s12 m10 offset-m1 marksgroup")
|
|
h3 Selectionnez un groupe
|
|
div(id="flexgroup")
|
|
p G1S1
|
|
p G2S2
|
|
p G3S3
|
|
|
|
form
|
|
table(id="markstable")
|
|
thead
|
|
tr
|
|
th Noms
|
|
th
|
|
input(type="text" value="DS1")
|
|
th
|
|
input(type="text" placeholder="Ajouter une note")
|
|
tbody
|
|
tr
|
|
td Test
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Keze
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
tr
|
|
td Kezel
|
|
td
|
|
input(type="number" value="16")
|
|
td
|
|
input(type="number")
|
|
input(id="marksubmit" type="submit" value="Enregistrer") |