From eb828896d0ffddc1e297601ac296cce446e26c6b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 15 Jan 2023 20:00:18 +0000 Subject: [PATCH] Frontend: Add code-lookup page Signed-off-by: Fred Boniface --- static/find-code.html | 51 +++++++++++++++++++++++++++++++++++++++++ static/help.html | 5 ++++ static/index.html | 2 +- static/issue.html | 21 +++++++++++++++++ static/js/find-code.js | 43 ++++++++++++++++++++++++++++++++++ static/report.html | 8 ------- static/styles/style.css | 16 ++++++++++++- 7 files changed, 136 insertions(+), 10 deletions(-) create mode 100644 static/find-code.html create mode 100644 static/issue.html create mode 100644 static/js/find-code.js delete mode 100644 static/report.html diff --git a/static/find-code.html b/static/find-code.html new file mode 100644 index 0000000..1682262 --- /dev/null +++ b/static/find-code.html @@ -0,0 +1,51 @@ + + + + + + + + + + + + + OwlBoard - Code Lookup + + + + + +
+ +
+ + + + + + + + + OwlBoard Logo + +

Code Lookup

+

Enter one known code in the relevant box below and hit submit. + Where they exist, the other code types will be filled in.

+

You cannot lookup by STANME as the values are not unique.

+

Station name search will be added in the future.

+
+
+
+
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/static/help.html b/static/help.html index 0e9d63a..efab30c 100644 --- a/static/help.html +++ b/static/help.html @@ -14,6 +14,11 @@ + +
+ +
+ diff --git a/static/index.html b/static/index.html index d54b562..450aaec 100644 --- a/static/index.html +++ b/static/index.html @@ -17,7 +17,7 @@ -