about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/add-phenotypes-raw-files.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-05-05 13:04:07 -0500
committerFrederick Muriuki Muriithi2025-05-05 16:20:09 -0500
commitbe33b005da747058e5e133e7c1edbf8dbca12705 (patch)
treecf02c6880d00eb0933aec5b43ace9ed9f62a1af0 /uploader/templates/phenotypes/add-phenotypes-raw-files.html
parent7057f7ddd0c14790398f65ae7ca1acf10da5a52e (diff)
downloadgn-uploader-be33b005da747058e5e133e7c1edbf8dbca12705.tar.gz
Move previews below each item rather than being in the sidebar.
Diffstat (limited to 'uploader/templates/phenotypes/add-phenotypes-raw-files.html')
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-raw-files.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
index 5709491..e6d6dca 100644
--- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html
+++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
@@ -134,6 +134,7 @@
     <a href="#docs-file-phenotype-description"
        title="Documentation of the phenotype data file format.">
       "Phenotypes Descriptions" documentation</a> section below.</p>')}}
+  {{display_preview_table("tbl-preview-pheno-desc", "phenotype descriptions")}}
 
 
   <div class="form-group non-resumable-elements">
@@ -161,6 +162,7 @@
     <a href="#docs-file-phenotype-data"
        title="Documentation of the phenotype data file format.">
       "Phenotypes Data" documentation</a> section below.</p>')}}
+  {{display_preview_table("tbl-preview-pheno-data", "phenotype data")}}
 
   {%if population.Family in families_with_se_and_n%}
   <div class="form-group non-resumable-elements">
@@ -185,6 +187,7 @@
     <a href="#docs-file-phenotype-se"
        title="Documentation of the phenotype data file format.">
       "Phenotypes Data" documentation</a> section below.</p>')}}
+  {{display_preview_table("tbl-preview-pheno-se", "standard errors")}}
 
   
   <div class="form-group non-resumable-elements">
@@ -210,6 +213,7 @@
     <a href="#docs-file-phenotype-n"
        title="Documentation of the phenotype data file format.">
       "Phenotypes Data" documentation</a> section below.</p>')}}
+  {{display_preview_table("tbl-preview-pheno-n", "number of samples/individuals")}}
 </fieldset>
 {%endif%}
 {%endblock%}
@@ -346,12 +350,6 @@
 {%endblock%}
 
 {%block sidebarcontents%}
-{{display_preview_table("tbl-preview-pheno-desc", "descriptions")}}
-{{display_preview_table("tbl-preview-pheno-data", "data")}}
-{%if population.Family in families_with_se_and_n%}
-{{display_preview_table("tbl-preview-pheno-se", "standard errors")}}
-{{display_preview_table("tbl-preview-pheno-n", "number of samples")}}
-{%endif%}
 {{display_pheno_dataset_card(species, population, dataset)}}
 {%endblock%}