diff options
Diffstat (limited to 'Cont')
-rw-r--r-- | Cont/404/index.html | 2 | ||||
-rw-r--r-- | Cont/custom-message/index.html | 2 | ||||
-rw-r--r-- | Cont/devs/index.html | 2 | ||||
-rw-r--r-- | Cont/index.html | 3 | ||||
-rw-r--r-- | Cont/panel/index.html (renamed from Cont/updation/index.html) | 12 |
5 files changed, 16 insertions, 5 deletions
diff --git a/Cont/404/index.html b/Cont/404/index.html index 6b82d01..ce0ddda 100644 --- a/Cont/404/index.html +++ b/Cont/404/index.html @@ -20,6 +20,8 @@ <footer> <a href="https://www.github.com/JoelHMikael/FoodJS">Lähdekoodi</a> <span>|</span> + <a href="/panel">Hallintapaneeli</a> + <span>|</span> <a href="/devs">Ota yhteyttä</a> </footer> diff --git a/Cont/custom-message/index.html b/Cont/custom-message/index.html index 791513d..a4b728a 100644 --- a/Cont/custom-message/index.html +++ b/Cont/custom-message/index.html @@ -19,6 +19,8 @@ <footer> <a href="https://www.github.com/JoelHMikael/FoodJS">Lähdekoodi</a> <span>|</span> + <a href="/panel">Hallintapaneeli</a> + <span>|</span> <a href="/devs">Ota yhteyttä</a> </footer> diff --git a/Cont/devs/index.html b/Cont/devs/index.html index a4abbdb..667f539 100644 --- a/Cont/devs/index.html +++ b/Cont/devs/index.html @@ -20,6 +20,8 @@ <footer> <a href="https://www.github.com/JoelHMikael/FoodJS">Lähdekoodi</a> <span>|</span> + <a href="/panel">Hallintapaneeli</a> + <span>|</span> <a href="/devs">Ota yhteyttä</a> </footer> diff --git a/Cont/index.html b/Cont/index.html index edd72f5..10a0928 100644 --- a/Cont/index.html +++ b/Cont/index.html @@ -37,7 +37,6 @@ <br> <input type="submit" id="send" class="highlight" value="Löydä vuoro"> <br> - <a href="/updation" id="updationlink">Päivitä ruoat</a> </form> <br> @@ -62,6 +61,8 @@ <footer> <a href="https://www.github.com/JoelHMikael/LYLLRuoka">Lähdekoodi</a> <span>|</span> + <a href="/panel">Hallintapaneeli</a> + <span>|</span> <a href="/devs">Ota yhteyttä</a> </footer> </body> diff --git a/Cont/updation/index.html b/Cont/panel/index.html index 49167bc..7715e9a 100644 --- a/Cont/updation/index.html +++ b/Cont/panel/index.html @@ -18,13 +18,15 @@ <form method="POST"> <p class=shadow>Liitä allaolevaan tekstikenttään ruokailuvuorot (Wilma-viestin teksti):</p> <br> - <textarea name="shifts" rows="24" style="text-align: left;"></textarea> - <br> - <p class="shadow">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.</p> + <textarea name="shifts" rows="24" style="text-align: left;">\(shifts\)</textarea> <br> <p class="shadow">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.</p> <br> - <textarea name="classes" rows="24" style="text-align: left;"></textarea> + <textarea name="classes" rows="24" style="text-align: left;">\(classes\)</textarea> + <br> + <br> + <p class="shadow">Alta voit muokata ilmoituksia.</p> + <textarea name="exceptions" rows="16" style="text-align: left;">\(exceptions\)</textarea> <br> <input type="submit" id="send" class="highlight" value="Päivitä"> <br> @@ -35,6 +37,8 @@ <footer> <a href="https://www.github.com/JoelHMikael/LYLLRuoka">Lähdekoodi</a> <span>|</span> + <a href="/panel">Hallintapaneeli</a> + <span>|</span> <a href="/devs">Ota yhteyttä</a> </footer> </body> |