From 7baa484d5045a8fafdd13fe4a838bdfc387f7e74 Mon Sep 17 00:00:00 2001 From: candifloss Date: Fri, 4 Apr 2025 12:00:45 +0530 Subject: [PATCH] Add: File upload page style Add bootstrap css and layout to "csv upload" page for import/update --- templates/header.html | 4 +- templates/upload.html | 136 ++++++++++++++++++++++++++++++++---------- 2 files changed, 108 insertions(+), 32 deletions(-) diff --git a/templates/header.html b/templates/header.html index 89efb40..63675cd 100644 --- a/templates/header.html +++ b/templates/header.html @@ -17,10 +17,10 @@ Add New Item - Import CSV + Import from CSV - Edit CSV + Update with CSV
- -
+ +
+
+
+ +
+ + +
+ Please upload a properly formatted CSV file +
+
+ +
+ Cancel + +
+
+
+
+ + +
+
+
+

+ +

+
+
+ +

Your CSV should include the following columns:

+
    +
  • id - Required for edits
  • +
  • name - Item name
  • + +
+ + Download Sample CSV + +
+
+
+
+
+ - + + + + + \ No newline at end of file