From 127351bb6d2222c03bc3eb903b5613cfffca63c5 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 4 Dec 2024 13:39:09 +0500 Subject: [PATCH] templates --- templates/search.html | 20 ++++++++++++++++++++ templates/upload.html | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 templates/search.html create mode 100644 templates/upload.html diff --git a/templates/search.html b/templates/search.html new file mode 100644 index 0000000..ffaeb9c --- /dev/null +++ b/templates/search.html @@ -0,0 +1,20 @@ + + + + + + Search Tracking + + +

Search Tracking Number

+

Uploaded File: {{ uploaded_file_name }}

+
+ + +

+ +
+
+ {{ result_html|safe }} + + diff --git a/templates/upload.html b/templates/upload.html new file mode 100644 index 0000000..9795731 --- /dev/null +++ b/templates/upload.html @@ -0,0 +1,20 @@ + + + + + + Upload File + + +

Upload Excel File

+
+ + +

+ +
+ {% if error %} +

{{ error }}

+ {% endif %} + +