From 99af299197dfc527155cd3257388b784810518c4 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 8 Jul 2020 00:16:23 -0400 Subject: Split upload tab. Add upload status tab. Add more direct links on download page. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- bh20simplewebuploader/templates/status.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bh20simplewebuploader/templates/status.html (limited to 'bh20simplewebuploader/templates/status.html') diff --git a/bh20simplewebuploader/templates/status.html b/bh20simplewebuploader/templates/status.html new file mode 100644 index 0000000..a1cf28f --- /dev/null +++ b/bh20simplewebuploader/templates/status.html @@ -0,0 +1,17 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + +

Sequence upload processing status

+ +
+ {{ table }} +
+ +{% include 'footer.html' %} + + + -- cgit v1.2.3