aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoelHMikael <joel.h.kronqvist@gmail.com>2021-12-11 15:19:09 +0200
committerJoelHMikael <joel.h.kronqvist@gmail.com>2021-12-11 15:19:09 +0200
commit5eff94062faac65f402a6b04d545fb3225c07bf4 (patch)
treee0b08e26c0de17787141136b73b380b617fa800b /index.html
parent1398a39779132974812ff1336f4af8e51b8e92cf (diff)
downloadLYLLRuoka-5eff94062faac65f402a6b04d545fb3225c07bf4.tar.gz
LYLLRuoka-5eff94062faac65f402a6b04d545fb3225c07bf4.zip
Class parsing
Parsing in parse.js, implementation in server.js. Also changes to the returned information from parsing and minor ones to the GUI.
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 61bbda3..b12164d 100644
--- a/index.html
+++ b/index.html
@@ -16,9 +16,9 @@
<main>
<div id="foodshift">
<form method="GET" class="float-block">
- <label for="index">Opettaja / kurssi:</label>
+ <label for="index">Opettaja/kurssi/luokka:</label>
<br>
- <input type="text" name="index" placeholder="sahe // ÄI1.2">
+ <input type="text" name="index" placeholder="sahe // ÄI1.2 // B203">
<br>
<label for="day">Päivä:</label>
<br>
@@ -38,7 +38,7 @@
<br>
<div id="shift-result" class="float-block">
- <h2>\(foodshift-header\)</h2>
+ <h2>\(index-type\) \(shift-header\) ruokailuvuoro \(day\):</h2>
<p>\(shift\)</p>
</div>
</div>