1
0
Fork 0

Adding edt popup template

This commit is contained in:
KEZEL BENOIT p1907091 2020-11-23 20:34:46 +01:00
parent affc823837
commit 7f7fed1f0a
2 changed files with 123 additions and 85 deletions

View file

@ -219,6 +219,7 @@ h3
.midi .midi
td td
height: 10vh height: 10vh
cursor: auto
th th
background-color: $secondary background-color: $secondary
text-align: center text-align: center
@ -234,6 +235,7 @@ h3
td td
border-bottom: 1px solid white border-bottom: 1px solid white
td td
cursor: pointer
text-align: center text-align: center
font-size: 15px font-size: 15px
background-color: $medium background-color: $medium
@ -488,3 +490,26 @@ div#visible + div
display: block display: block
margin: auto margin: auto
cursor: pointer cursor: pointer
.detailsedt
z-index: 1
display: none
position: fixed
top: 20vh
left: 30%
background-color: $dark2
width: 40%
border-radius: 50px
border: 1px solid $light3
p
font-size: 20px
padding: 5px
color: white
margin: 0
text-align: center
p:first-child
font-size: 25px
background-color: $secondary
border-top-right-radius: 50px
border-top-left-radius: 50px

View file

@ -1,87 +1,100 @@
extends ../template/navbar extends ../template/navbar
block content block content
table(id="edttable") - let variable = [{name:"",ue:{id:0,name:""},teachers:[{id:0,firstName:"",lastName:""}],location:[""],dateStart:Date,dateEnd:Date,group:{id:0,number:0,promotion:{id:0,name:""}},promotion:{id:0,name:""}}];
tr div.detailsedt
th Monday p Maths
th Tuesday p S26
th Wednesday p Mr. Jaloux
th Thursday p G4S3
th Friday p 08h à 10h
tr p UE------------
td
p Maths div
p S26 table(id="edttable")
td tr
p Maths th Monday
p S26 th Tuesday
td th Wednesday
p Maths th Thursday
p S26 th Friday
td tr
p Maths td
p S26 p Maths
td p S26
p Maths td
p S26 p Maths
tr p S26
td td
p Maths p Maths
p S26 p S26
td td
p Maths p Maths
p S26 p S26
td td
p Maths p Maths
p S26 p S26
td tr
p Maths td
p S26 p Maths
td p S26
p Maths td
p S26 p Maths
tr(class="midi") p S26
td td
td p Maths
td p S26
td td
td p Maths
tr p S26
td td
p Maths p Maths
p S26 p S26
td tr(class="midi")
p Maths td
p S26 td
td td
p Maths td
p S26 td
td tr
p Maths td
p S26 p Maths
td p S26
p Maths td
p S26 p Maths
tr p S26
td td
p Maths p Maths
p S26 p S26
td td
p Maths p Maths
p S26 p S26
td td
p Maths p Maths
p S26 p S26
td tr
p Maths td
p S26 p Maths
td p S26
p Maths td
p S26 p Maths
div(class="row" id="edtweek") p S26
div(class="col s3 offset-s1") td
i(class="large material-icons") fast_rewind p Maths
div(class="col s4") p S26
h3 Week of the 02/11/2020 td
div(class="col s3") p Maths
i(class="large material-icons") fast_forward p S26
td
p Maths
p S26
div(class="row" id="edtweek")
div(class="col s3 offset-s1")
i(class="large material-icons") fast_rewind
div(class="col s4")
h3 Week of the 02/11/2020
div(class="col s3")
i(class="large material-icons") fast_forward