From 2a8067312fb402f5cb9f4a10d32f829261a534d3 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 11 Mar 2019 14:33:29 -0500 Subject: Changed header style, because the jumbotrons previously used didn't look that good. Now it's just a simple header element. --- wqflask/wqflask/templates/comparison_bar_chart.html | 5 ++--- wqflask/wqflask/templates/corr_scatterplot.html | 7 ++++--- wqflask/wqflask/templates/correlation_matrix.html | 5 ++--- wqflask/wqflask/templates/geneweaver_page.html | 4 ++-- wqflask/wqflask/templates/heatmap.html | 5 ++--- wqflask/wqflask/templates/network_graph.html | 5 ++--- wqflask/wqflask/templates/snp_browser.html | 2 +- 7 files changed, 15 insertions(+), 18 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/comparison_bar_chart.html b/wqflask/wqflask/templates/comparison_bar_chart.html index 033ff0a4..dc74ddb2 100644 --- a/wqflask/wqflask/templates/comparison_bar_chart.html +++ b/wqflask/wqflask/templates/comparison_bar_chart.html @@ -5,10 +5,9 @@ {% endblock %} {% block content %} - - {{ header("Comparison Bar Chart") }} -
+

Comparison Bar Chart

+

The following is a grouped bar chart with the sample values for each selected trait. diff --git a/wqflask/wqflask/templates/corr_scatterplot.html b/wqflask/wqflask/templates/corr_scatterplot.html index 8816f0b5..f60a7129 100644 --- a/wqflask/wqflask/templates/corr_scatterplot.html +++ b/wqflask/wqflask/templates/corr_scatterplot.html @@ -20,15 +20,16 @@ -

Correlation Scatterplot

+

Correlation Scatterplot

+
- +
Width px Height px
-
+
{% if collections_exist == "True" %}
diff --git a/wqflask/wqflask/templates/correlation_matrix.html b/wqflask/wqflask/templates/correlation_matrix.html index e4fd3136..8698b710 100644 --- a/wqflask/wqflask/templates/correlation_matrix.html +++ b/wqflask/wqflask/templates/correlation_matrix.html @@ -6,14 +6,13 @@ {% endblock %} {% block content %} - - {{ header("Correlation Matrix") }}
+

Correlation Matrix

+
{% if lowest_overlap < 8 %}
Caution: This matrix of correlations contains some cells with small sample sizes of fewer than 8.
{% endif %} - diff --git a/wqflask/wqflask/templates/geneweaver_page.html b/wqflask/wqflask/templates/geneweaver_page.html index 91fca85b..7687cb6a 100644 --- a/wqflask/wqflask/templates/geneweaver_page.html +++ b/wqflask/wqflask/templates/geneweaver_page.html @@ -2,9 +2,9 @@ {% block title %}{% if wrong_input == "True" %}WebGestalt Error{% else %}Opening WebGestalt{% endif %}{% endblock %} {% block content %} {% if wrong_input == "True" %} - {{ header("Error") }} -
+

Error

+
{% if chip_name == "mixed" %}

Sorry, the analysis was interrupted because your selections from GeneNetwork apparently include data from more than one array platform (i.e., Affymetrix U74A and M430 2.0). Most WebGestalt analyses assume that you are using a single array type and compute statistical values on the basis of that particular array. Please reselect traits from a signle platform and submit again.

{% elif chip_name == "not_microarray" %} diff --git a/wqflask/wqflask/templates/heatmap.html b/wqflask/wqflask/templates/heatmap.html index 3abac194..275ff1ba 100644 --- a/wqflask/wqflask/templates/heatmap.html +++ b/wqflask/wqflask/templates/heatmap.html @@ -5,10 +5,9 @@ {% endblock %} {% block content %} - - {{ header("Heatmap") }} -
+

Heatmap

+

The following heatmap is a work in progress. The heatmap for each trait runs horizontally (as opposed to vertically in GeneNetwork 1), diff --git a/wqflask/wqflask/templates/network_graph.html b/wqflask/wqflask/templates/network_graph.html index 57bd5492..6bee11e7 100644 --- a/wqflask/wqflask/templates/network_graph.html +++ b/wqflask/wqflask/templates/network_graph.html @@ -10,10 +10,9 @@ {% endblock %} {% block content %} - - {{ header("Network Graph") }} -
+

Network Graph

+
diff --git a/wqflask/wqflask/templates/snp_browser.html b/wqflask/wqflask/templates/snp_browser.html index 45a14626..9c549ab5 100644 --- a/wqflask/wqflask/templates/snp_browser.html +++ b/wqflask/wqflask/templates/snp_browser.html @@ -9,7 +9,7 @@

Variant Browser Info

- +
-- cgit v1.2.3