From 13d36103288668d50eb73ce7a0b438a7880c33a4 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Sun, 30 Jun 2019 17:12:18 -0500
Subject: Made external links on trait page open new tab/window
---
wqflask/wqflask/templates/show_trait_details.html | 42 +++++++++++------------
1 file changed, 21 insertions(+), 21 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html
index 43efa314..e6c68591 100644
--- a/wqflask/wqflask/templates/show_trait_details.html
+++ b/wqflask/wqflask/templates/show_trait_details.html
@@ -18,7 +18,7 @@
Journal |
- {{ this_trait.journal }} ({{ this_trait.year }}) |
+ {{ this_trait.journal }} ({{ this_trait.year }}) |
{% else %}
@@ -47,7 +47,7 @@
Database |
-
+
{{ dataset.fullname }}
|
@@ -56,7 +56,7 @@
Target Score |
-
+
BLAT Specificity
:
{{ "%0.3f" | format(this_trait.probe_set_specificity|float) }}
@@ -72,106 +72,106 @@
| Resource Links |
{% if pubmed_link %}
-
+
PubMed
{% endif %}
{% if ncbi_gene_link %}
-
+
Gene
{% endif %}
{% if omim_link %}
-
+
OMIM
{% endif %}
{% if genemania_link %}
-
+
GeneMANIA
{% endif %}
{% if unigene_link %}
-
+
UniGene
{% endif %}
{% if genbank_link %}
-
+
GenBank
{% endif %}
{% if homologene_link %}
-
+
HomoloGene
{% endif %}
{% if this_trait.symbol %}
-
+
Genotation
-
+
GTEx Portal
{% if genebridge_link %}
-
+
GeneBridge
{% endif %}
{% endif %}
{% if ucsc_blat_link %}
-
+
UCSC
{% endif %}
{% if biogps_link %}
-
+
BioGPS
{% endif %}
{% if string_link %}
-
+
STRING
{% endif %}
{% if panther_link %}
-
+
PANTHER
{% endif %}
{% if gemma_link %}
-
+
Gemma
{% endif %}
{% if aba_link %}
-
+
ABA
{% endif %}
{% if ebi_gwas_link %}
-
+
EBI GWAS
{% endif %}
{% if wiki_pi_link %}
-
+
Wiki-Pi
--
cgit v1.2.3
|