From c6eb85c138c267db08103de28a3a7c6dffee6c4f Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Wed, 21 Jun 2023 14:18:27 +0300 Subject: Rescued WIP Shift, class and exception updation --- Cont/custom-message/index.css | 3 +++ Cont/custom-message/index.html | 26 ++++++++++++++++++++++++++ Cont/index.css | 9 +++++++++ Cont/index.html | 2 ++ Cont/updation/index.html | 41 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 81 insertions(+) create mode 100644 Cont/custom-message/index.css create mode 100644 Cont/custom-message/index.html create mode 100644 Cont/updation/index.html (limited to 'Cont') diff --git a/Cont/custom-message/index.css b/Cont/custom-message/index.css new file mode 100644 index 0000000..664d7fb --- /dev/null +++ b/Cont/custom-message/index.css @@ -0,0 +1,3 @@ +body { + padding-top: 30vh; +} diff --git a/Cont/custom-message/index.html b/Cont/custom-message/index.html new file mode 100644 index 0000000..791513d --- /dev/null +++ b/Cont/custom-message/index.html @@ -0,0 +1,26 @@ + + + + + Page not found + + + + + + +
+

\(header\)

+

\(content\)

+
+ + Takaisin etusivulle + + + + + diff --git a/Cont/index.css b/Cont/index.css index 8df7295..102dac8 100644 --- a/Cont/index.css +++ b/Cont/index.css @@ -61,12 +61,16 @@ body { #input[type="text"], select { background-color: white; } +textarea { + width: 80%; +} /*** the send-button ***/ #send { background: blue; padding: .5em; margin: .5em; + margin-bottom: 0; font-weight: bold; position: relative; @@ -80,6 +84,11 @@ body { box-shadow: .25em .25em; } +#updationlink { + color: #aaaaaa; + font-size: .8rem; +} + /*** Footer ***/ footer { position: fixed; diff --git a/Cont/index.html b/Cont/index.html index 694e4c9..edd72f5 100644 --- a/Cont/index.html +++ b/Cont/index.html @@ -36,6 +36,8 @@
+
+ Päivitä ruoat
diff --git a/Cont/updation/index.html b/Cont/updation/index.html new file mode 100644 index 0000000..49167bc --- /dev/null +++ b/Cont/updation/index.html @@ -0,0 +1,41 @@ + + + + + LYLL-ruokailuvuoro + + + + + +
+

Ruokailuvuorojen ja luokkien päivityssivu

+
+ +
+ +
+
+

Liitä allaolevaan tekstikenttään ruokailuvuorot (Wilma-viestin teksti):

+
+ +
+

Kiitos paljon! Kun painat sivun lopusta 'Päivitä'-painiketta, toimii ruokailuvuorohaku (toivon mukaan) jälleen. Jos sinulla on yhtään enemmän aikaa, voit myös suorittaa allaolevan vaiheen. Sen suoritettuasi ruokailuvuoroja voi hakea opettajan ja kurssikoodin lisäksi luokkatilan perusteella.

+
+

Liitä allaolevaan tekstikenttään kurssitarjottimista tämä jakso. Voit avata kurssitarjottimet Excelissä tai Libreoffice Calcissa, valita alueen, jossa on jakson kurssit ja CTRL+C CTRL+V tähän. Toista sama kaikille jakson alueille kaikista vuoden kurssitarjottimista.

+
+ +
+ +
+

Painikkeen painamisen jälkeen seuraavan sivun latautumisessa kestää, koska serveri käsittelee syötteesi loppuun asti ennen vastaamista, jotta se voi kertoa, onnistuiko päivitys.

+
+
+ + + + -- cgit v1.2.3