From a32c43862e8296d6add32c0df5a3507229d79009 Mon Sep 17 00:00:00 2001 From: Ethan Willis Date: Thu, 22 Oct 2015 21:56:04 -0500 Subject: Fixes issue #126. Fixed broken references to dbdoc folder. They now all point to static/dbdoc. Added static/dbdoc folder. --- wqflask/.DS_Store | Bin 0 -> 6148 bytes wqflask/wqflask/.DS_Store | Bin 0 -> 6148 bytes wqflask/wqflask/static/dbdoc/TODO.md | 1 + wqflask/wqflask/templates/correlation_page.html | 4 ++-- wqflask/wqflask/templates/search_result_page.html | 2 +- wqflask/wqflask/templates/show_trait_details.html | 2 +- 6 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 wqflask/.DS_Store create mode 100644 wqflask/wqflask/.DS_Store create mode 100644 wqflask/wqflask/static/dbdoc/TODO.md (limited to 'wqflask') diff --git a/wqflask/.DS_Store b/wqflask/.DS_Store new file mode 100644 index 00000000..d992942f Binary files /dev/null and b/wqflask/.DS_Store differ diff --git a/wqflask/wqflask/.DS_Store b/wqflask/wqflask/.DS_Store new file mode 100644 index 00000000..a119e235 Binary files /dev/null and b/wqflask/wqflask/.DS_Store differ diff --git a/wqflask/wqflask/static/dbdoc/TODO.md b/wqflask/wqflask/static/dbdoc/TODO.md new file mode 100644 index 00000000..c0a8bab7 --- /dev/null +++ b/wqflask/wqflask/static/dbdoc/TODO.md @@ -0,0 +1 @@ +TODO: Add all database documentation into this folder diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index b2d17b62..9dddc7ce 100755 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -15,8 +15,8 @@

Correlation Table

-

Values of record {{ this_trait.name }} in the {{ dataset.fullname }} - dataset were compared to all records in the {{ target_dataset.fullname }} +

Values of record {{ this_trait.name }} in the {{ dataset.fullname }} + dataset were compared to all records in the {{ target_dataset.fullname }} dataset. The top {{ return_number }} correlations ranked by the {{ formatted_corr_type }} are displayed. You can resort this list by clicking the headers. Select the Record ID to open the trait data and analysis page. diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index e304be1c..d7f67f74 100755 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -16,7 +16,7 @@ -

We searched {{ dataset.fullname }} +

We searched {{ dataset.fullname }} to find all records that match {% for word in search_terms %} {{word.search_term[0]}} {% if not loop.last %} or {% endif %} diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html index cdaa919e..16c5dc47 100755 --- a/wqflask/wqflask/templates/show_trait_details.html +++ b/wqflask/wqflask/templates/show_trait_details.html @@ -17,7 +17,7 @@

Database
- + {{ dataset.name }}
-- cgit v1.2.3