From d2698e74c6f5f2977568005232f1b76142ee217f Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Sat, 11 Apr 2020 02:32:02 +0300 Subject: Add custom css styling - Update font - Make layout look more aesthetic --- bh20simplewebuploader/templates/form.html | 259 +++++++++++++++++++++--------- 1 file changed, 187 insertions(+), 72 deletions(-) (limited to 'bh20simplewebuploader/templates') diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 2934a7c..6720ec7 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -1,95 +1,210 @@ + + + Simple Web Uploader for Public SARS-CoV-2 Sequence Resource

Simple Web Uploader for Public SARS-CoV-2 Sequence Resource


-

- This tool can be used to upload sequenced genomes of SARS-CoV-2 samples to the Public SARS-CoV-2 Sequence Resource. Your uploaded sequence will automatically be processed and incorporated into the public pangenome. -

-
-
- -
- -
- - -
- - -
- - -
- -
-
- +
+ +

+ This tool can be used to upload sequenced genomes of SARS-CoV-2 samples to the Public SARS-CoV-2 Sequence Resource. Your uploaded sequence will automatically be processed and incorporated into the public pangenome. +

+
+ +
+ +
+
+ + -
- -
-
- {% for record in fields %} + +
+
+ +
+ +
+
+
+ +
+
+ {{ record }} + {% for record in fields %} + {% if 'heading' in record %} -

{{ record['heading'] }}

+ {% if loop.index > 1 %} +
+ {% endif %} +
+

{{ record['heading'] }}

{% else %} - -
- -
+ + {% endif %} + {% if loop.index == loop.length %} +
+ {% endif %} {% endfor %}
-
- - - +
+ + + + +
- Source · Made for COVID-19-BH20 + Source · Made for COVID-19-BH20 + -- cgit v1.2.3