aboutsummaryrefslogtreecommitdiff
path: root/uploader
diff options
context:
space:
mode:
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/base.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index bca89ef..5675f0a 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -60,6 +60,13 @@
<li {%if activemenu=="genotypes"%}class="activemenu"{%endif%}>
<a href="{{url_for('species.populations.genotypes.index')}}"
title="Upload Genotype data.">Genotype Data</a></li>
+ <!--
+ TODO: Maybe include menus here for managing studies and dataset or
+ maybe have the studies/datasets managed under their respective
+ sections, e.g. "Publish*" studies/datasets under the "Phenotypes"
+ section, "ProbeSet*" studies/datasets under the "Expression Data"
+ sections, etc.
+ -->
<li {%if activemenu=="phenotypes"%}class="activemenu"{%endif%}>
<a href="#"
title="Upload phenotype data.">Phenotype Data</a></li>