diff options
author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-12-11 15:19:09 +0200 |
---|---|---|
committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-12-11 15:19:09 +0200 |
commit | 5eff94062faac65f402a6b04d545fb3225c07bf4 (patch) | |
tree | e0b08e26c0de17787141136b73b380b617fa800b /index.html | |
parent | 1398a39779132974812ff1336f4af8e51b8e92cf (diff) | |
download | LYLLRuoka-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.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |