From cbd9c56f5b42bbb533a6b4c4a7d8de3719dcde78 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Nov 2025 17:02:31 -0600 Subject: Rework templates and styling. Begin work on new page layout and styling to improve navigation through the system. --- uploader/templates/base2.html | 111 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 uploader/templates/base2.html (limited to 'uploader/templates/base2.html') diff --git a/uploader/templates/base2.html b/uploader/templates/base2.html new file mode 100644 index 0000000..4c5d613 --- /dev/null +++ b/uploader/templates/base2.html @@ -0,0 +1,111 @@ + + + + + + + + + {%block extrameta%}{%endblock%} + + Data Upload and Quality Control: {%block title%}{%endblock%} + + + + + + + + + + {%block css%}{%endblock%} + + + + + + + +
+ + +
+ {%block contents%}{%endblock%} +
+ + +
+ + + + + + + + + + + + + + + + + + {%block javascript%}{%endblock%} + + -- cgit 1.4.1