From 6c8e8691329aa592f2608042695458f68fe83c03 Mon Sep 17 00:00:00 2001 From: Anthony Segura Date: Wed, 5 Aug 2026 10:38:20 -0500 Subject: [PATCH] Style Update --- database.db | Bin 16384 -> 16384 bytes static/style.css | 70 +++++++++++++++++++++++++++++++++++++++++++ templates/admin.html | 53 ++++++++++++++++++++------------ templates/index.html | 35 +++++++++++++++------- templates/login.html | 24 +++++++++++---- 5 files changed, 146 insertions(+), 36 deletions(-) create mode 100644 static/style.css diff --git a/database.db b/database.db index aa6b3e951022e03f3b4734b608d282ede15230c8..43ae3697b8ccb7208f0cdd9e722b6d6160e81fdc 100644 GIT binary patch delta 82 zcmZo@U~Fh$oFL7}F;T{ukz-@R5`GRQ{znY_ANe0`78JO~&(F)m!XV2S;-_n5Wa;G1 mI{Bl#DBEiW{%`!Rf%5nHxjC7b#TiTT^HPhLHhAdmin Panel + + + + Admin Panel + + + +
+
+

Admin Panel

+
+ Logged in as {{ session["user"] }} | + Logout +
+
-

Add Toner

- - - +

Add Toner

+ + + -

Update Inventory

- - - - - - - - - -
NameQuantityUpdate
+

Inventory

+ + + + + + + + + +
TonerQuantityUpdate
+
-Logout - - \ No newline at end of file + + + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 173423d..2321c26 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,19 +2,32 @@ Toner Inventory + -

Toner Inventory

- - - - - - - - -
NameQuantity
+
+
+

Toner Inventory

- + {% if session.get("user") %} +
+ Logged in as {{ session["user"] }} | + Logout +
+ {% endif %} +
+ + + + + + + + + +
TonerQuantity
+
+ + \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index 5816176..81bae9b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,6 +1,18 @@ -
-

Admin Login

- - - -
\ No newline at end of file + + + + Login + + + +
+

Admin Login

+ +
+ + + +
+
+ + \ No newline at end of file