From 4e3b7dff33b2e989c8cb1b7ba4e62949cc708dd2 Mon Sep 17 00:00:00 2001 From: candifloss Date: Fri, 4 Apr 2025 11:20:56 +0530 Subject: [PATCH] Add: List table style Add bootstrap css for table in /viewall/ --- templates/viewList.html | 84 ++++++++++++++++++++++++++--------------- 1 file changed, 53 insertions(+), 31 deletions(-) diff --git a/templates/viewList.html b/templates/viewList.html index 26da1e6..4b774d4 100644 --- a/templates/viewList.html +++ b/templates/viewList.html @@ -6,41 +6,63 @@ View Inventory {% include 'favicon.html' %} + - + {% include 'header.html' %} -
-

Item Inventory

- - - - {% for attrib in item_attributes %} - - {% endfor %} - - - - {% for item in items %} - - {% for attrib in item_attributes %} - - {% endfor %} - - - - {% endfor %} -
{{ attrib.display_name }}Actions
{{ item[attrib.attrib_name] }} -
- -
-
-
- -
-
+
+
+

Item Inventory

+
+ +
+ + + + {% for attrib in item_attributes %} + + {% endfor %} + + + + + {% for item in items %} + + {% for attrib in item_attributes %} + + {% endfor %} + + + {% endfor %} + +
{{ attrib.display_name }}Actions
{{ item[attrib.attrib_name] }} +
+ + Edit + +
+ +
+
+
+
- + \ No newline at end of file