From 696b2f2d0386739e74c4bfce5cd34f7464e028c9 Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Wed, 15 Jul 2015 15:33:17 +0000 Subject: Committer: Lei Yan On branch master --- wqflask/wqflask/templates/search_result_page.html | 55 ++++++++++++++--------- 1 file changed, 35 insertions(+), 20 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 7c39ac61..a1d67779 100755 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -50,9 +50,9 @@ {% for header in header_fields %} {% if header == 'Max LRS' %} - {{header}} ? + Max  
LRS ? {% elif header == 'Additive Effect' %} - {{header}} ? + Additive
Effect ? {% else %} {{header}} {% endif %} @@ -79,10 +79,10 @@ {{ this_trait.symbol }} {{ this_trait.description_display }} {{ this_trait.location_repr }} - {{ this_trait.mean }} - {{ this_trait.LRS_score_repr }} + {{ '%0.3f' % this_trait.mean|float }} + {{ '%0.3f' % this_trait.LRS_score_repr|float }} {{ this_trait.LRS_location_repr }} - {{ '%0.3f' % this_trait.additive|float }} + {{ '%0.3f' % this_trait.additive|float }} {% elif dataset.type == 'Publish' %} {{ this_trait.description_display }} {{ this_trait.authors }} @@ -118,6 +118,12 @@ + + + + + + -- cgit v1.2.3