From ef5c0de4f309923b844d9fe0dd9ac70b7347a49a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 23 May 2020 08:42:00 -0500 Subject: Menu and forms --- bh20simplewebuploader/templates/about.html | 28 ++++++++++++ bh20simplewebuploader/templates/banner.html | 7 +++ bh20simplewebuploader/templates/blog.html | 28 ++++++++++++ bh20simplewebuploader/templates/demo-run.html | 17 ++++++++ bh20simplewebuploader/templates/demo.html | 28 ++++++++++++ bh20simplewebuploader/templates/form.html | 63 +++------------------------ bh20simplewebuploader/templates/header.html | 8 ++++ bh20simplewebuploader/templates/menu.html | 11 +++++ bh20simplewebuploader/templates/search.html | 9 ++++ 9 files changed, 141 insertions(+), 58 deletions(-) create mode 100644 bh20simplewebuploader/templates/about.html create mode 100644 bh20simplewebuploader/templates/banner.html create mode 100644 bh20simplewebuploader/templates/blog.html create mode 100644 bh20simplewebuploader/templates/demo-run.html create mode 100644 bh20simplewebuploader/templates/demo.html create mode 100644 bh20simplewebuploader/templates/header.html create mode 100644 bh20simplewebuploader/templates/menu.html create mode 100644 bh20simplewebuploader/templates/search.html (limited to 'bh20simplewebuploader/templates') diff --git a/bh20simplewebuploader/templates/about.html b/bh20simplewebuploader/templates/about.html new file mode 100644 index 0000000..47b68fa --- /dev/null +++ b/bh20simplewebuploader/templates/about.html @@ -0,0 +1,28 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + + WIP + + + + + diff --git a/bh20simplewebuploader/templates/banner.html b/bh20simplewebuploader/templates/banner.html new file mode 100644 index 0000000..3e2ee9d --- /dev/null +++ b/bh20simplewebuploader/templates/banner.html @@ -0,0 +1,7 @@ +
+ +

Web uploader for Public SARS-CoV-2 Sequence Resource

+ +

Database contains public sequences!

+ +
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html new file mode 100644 index 0000000..47b68fa --- /dev/null +++ b/bh20simplewebuploader/templates/blog.html @@ -0,0 +1,28 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + + WIP + + + + + diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html new file mode 100644 index 0000000..7f29185 --- /dev/null +++ b/bh20simplewebuploader/templates/demo-run.html @@ -0,0 +1,17 @@ +
+
+

[Demo] Display content sequences by:

+ +
+ + + + +
+ +
+ + + diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html new file mode 100644 index 0000000..2137f59 --- /dev/null +++ b/bh20simplewebuploader/templates/demo.html @@ -0,0 +1,28 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + + {% include 'demo-run.html' %} + + + + + diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 819d9c3..2c0b5e7 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -1,62 +1,9 @@ - - - - - - Web uploader for Public SARS-CoV-2 Sequence Resource - - + {% include 'header.html' %} -
- -

Web uploader for Public SARS-CoV-2 Sequence Resource

- -

Database contains public sequences!

- -
- - - -
-
-

[Demo] Display content sequences by:

- -
- - - - -
- -
- - -
- - - - + {% include 'banner.html' %} + {% include 'menu.html' %}
@@ -215,7 +162,7 @@
- + + diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html new file mode 100644 index 0000000..55bb1c4 --- /dev/null +++ b/bh20simplewebuploader/templates/menu.html @@ -0,0 +1,11 @@ + diff --git a/bh20simplewebuploader/templates/search.html b/bh20simplewebuploader/templates/search.html new file mode 100644 index 0000000..6651c0f --- /dev/null +++ b/bh20simplewebuploader/templates/search.html @@ -0,0 +1,9 @@ + +
-- cgit v1.2.3