diff options
author | Peter Amstutz | 2020-07-08 00:16:23 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-07-08 15:18:00 -0400 |
commit | 99af299197dfc527155cd3257388b784810518c4 (patch) | |
tree | 393a8f6bdacb19f3ac301afdff2a0e521f23c207 /bh20simplewebuploader/templates/menu.html | |
parent | 6fa25708b46a590be82a6b84266c0a3f25a0d890 (diff) | |
download | bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.tar.gz bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.tar.lz bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.zip |
Split upload tab. Add upload status tab.
Add more direct links on download page.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'bh20simplewebuploader/templates/menu.html')
-rw-r--r-- | bh20simplewebuploader/templates/menu.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html index 6f97e19..0f6003f 100644 --- a/bh20simplewebuploader/templates/menu.html +++ b/bh20simplewebuploader/templates/menu.html @@ -1,7 +1,9 @@ <section class="menu"> <div class="topnav" id="myTopnav"> - <a href="/" class="{{ 'active' if menu=='HOME' }}">COVID-19</a> + <a href="/" class="{{ 'active' if menu=='HOME' }}">PUBSEQ</a> <a href="/download" class="{{ 'active' if menu=='DOWNLOAD' }}">DOWNLOAD</a> + <a href="/upload" class="{{ 'active' if menu=='UPLOAD' }}">UPLOAD</a> + <a href="/status" class="{{ 'active' if menu=='STATUS' }}">STATUS</a> <a href="/demo" class="{{ 'active' if menu=='DEMO' }}">DEMO</a> <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">BLOG</a> <a href="/about" class="{{ 'active' if menu=='ABOUT' }}">ABOUT</a> |