about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2020-04-16 13:58:04 -0500
committerzsloan2020-04-16 13:58:04 -0500
commitd07e5655e64231deb2d995adc73d6dd3a79e9bfd (patch)
treee827b30817ccf940f4200428e474dedec9815104
parent39d37ecde31f682013c7635e4f97853edc256b01 (diff)
downloadgenenetwork2-d07e5655e64231deb2d995adc73d6dd3a79e9bfd.tar.gz
Changed and re-ordered tools on View Collection page in the same way as the search result and correlation pages
-rw-r--r--wqflask/wqflask/templates/collections/view.html59
1 files changed, 27 insertions, 32 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html
index 59936a8e..6639f46a 100644
--- a/wqflask/wqflask/templates/collections/view.html
+++ b/wqflask/wqflask/templates/collections/view.html
@@ -29,46 +29,41 @@
                 {{ this_trait.name }}:{{ this_trait.dataset.name }}:{{ data_hmac('{}:{}'.format(this_trait.name, this_trait.dataset.name)) }},
             {% endfor %}" >
 
+            <button id="corr_matrix" class="btn btn-primary submit_special" data-url="/corr_matrix" title="Correlation Matrix" >
+                Correlations
+            </button>
 
-                <button id="corr_matrix" class="btn btn-primary submit_special" data-url="/corr_matrix" title="Correlation Matrix" >
-                    Correlation Matrix
-                </button>
+            <button id="network_graph" class="btn btn-primary submit_special" data-url="/network_graph" title="Network Graph" >
+                Networks
+            </button>
 
+            <button id="send_to_webgestalt" class="btn btn-primary submit_special" data-url="/webgestalt_page" title="WebGestalt" >
+              WebGestalt
+            </button>
 
-                <button id="network_graph" class="btn btn-primary submit_special" data-url="/network_graph" title="Network Graph" >
-                    Network Graph
-                </button>
+            <button id="send_to_geneweaver" class="btn btn-primary submit_special" data-url="/geneweaver_page" title="GeneWeaver" >
+              GeneWeaver
+            </button>
 
+            <button id="send_to_bnw" class="btn btn-primary submit_special" data-url="/bnw_page" title="Bayesian Network" >
+              BNW
+           </button>
 
-                <button id="wgcna_setup" class="btn btn-primary submit_special" data-url="/wgcna_setup" title="WGCNA Analysis" >
-                    WGCNA Analysis
-                </button>
+            <button id="wgcna_setup" class="btn btn-primary submit_special" data-url="/wgcna_setup" title="WGCNA Analysis" >
+                WGCNA
+            </button>
 
+            <button id="ctl_setup" class="btn btn-primary submit_special" data-url="/ctl_setup" title="CTL Analysis" >
+                CTL Maps
+            </button>
 
-                <button id="ctl_setup" class="btn btn-primary submit_special" data-url="/ctl_setup" title="CTL Analysis" >
-                    CTL Analysis
-                </button>
+            <button id="heatmap" class="btn btn-primary submit_special" data-url="/heatmap" title="Heatmap" >
+                MultiMap
+            </button>
 
-
-                <button id="heatmap" class="btn btn-primary submit_special" data-url="/heatmap" title="Heatmap" >
-                    Heatmap
-                </button>
-
-                <button id="comp_bar_chart" class="btn btn-primary submit_special" data-url="/comparison_bar_chart" title="Comparison Bar Chart" >
-                    Comparison Bar Chart
-                </button>
-
-                <button id="send_to_webgestalt" class="btn btn-primary submit_special" data-url="/webgestalt_page" title="WebGestalt" >
-                    WebGestalt
-                </button>
-
-                <button id="send_to_geneweaver" class="btn btn-primary submit_special" data-url="/geneweaver_page" title="GeneWeaver" >
-                    GeneWeaver
-                </button>
-
-                <button id="send_to_bnw" class="btn btn-primary submit_special" data-url="/bnw_page" title="Bayesian Network" >
-                    BNW
-                </button>
+            <button id="comp_bar_chart" class="btn btn-primary submit_special" data-url="/comparison_bar_chart" title="Comparison Bar Chart" >
+                Comparison Bar Chart
+            </button>
 
           </form>
         </div>