diff options
author | Pjotr Prins | 2020-07-19 09:11:41 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-19 09:11:41 +0100 |
commit | 7b2d388dbed11384c6a388a5437cca0b8f2914fd (patch) | |
tree | f2707c6811948b9c6adc63534ff456266508c109 /bh20simplewebuploader/templates/menu.html | |
parent | 0e4cb2c14b62ed4f39271c6006a99cea954fc688 (diff) | |
download | bh20-seq-resource-7b2d388dbed11384c6a388a5437cca0b8f2914fd.tar.gz bh20-seq-resource-7b2d388dbed11384c6a388a5437cca0b8f2914fd.tar.lz bh20-seq-resource-7b2d388dbed11384c6a388a5437cca0b8f2914fd.zip |
Wiring up export function
Diffstat (limited to 'bh20simplewebuploader/templates/menu.html')
-rw-r--r-- | bh20simplewebuploader/templates/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html index 0f6003f..d408171 100644 --- a/bh20simplewebuploader/templates/menu.html +++ b/bh20simplewebuploader/templates/menu.html @@ -5,6 +5,7 @@ <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="/export" class="{{ 'active' if menu=='EXPORT' }}">EXPORT</a> <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">BLOG</a> <a href="/about" class="{{ 'active' if menu=='ABOUT' }}">ABOUT</a> <a href="javascript:void(0);" class="icon" onclick="myFunction()"> |