about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-03-18 13:51:59 +0300
committerAlexander_Kabui2024-03-18 13:51:59 +0300
commitb9cef93cb52aece67b7178f54033286ef80925b6 (patch)
treee62abb1ff7535c136a04e8789f80792f149b1a9c
parentbf91bbba8caa01d927d3051acae25863ff655348 (diff)
downloadgenenetwork2-b9cef93cb52aece67b7178f54033286ef80925b6.tar.gz
add pumed search link
-rw-r--r--gn2/wqflask/templates/gnqa_answer.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/gn2/wqflask/templates/gnqa_answer.html b/gn2/wqflask/templates/gnqa_answer.html
index 51ea71c6..f8010931 100644
--- a/gn2/wqflask/templates/gnqa_answer.html
+++ b/gn2/wqflask/templates/gnqa_answer.html
@@ -131,10 +131,10 @@ outline: none;
         </div>
         {% if reference.pubmed %}
 
-        <div>
+        <div style="margin: 5px;color:#3071a9;cursor: pointer;" >
            
-      <button type="button"  data-toggle="modal" data-target=".bd-pubmed-modal-lg-{{reference.doc_id}}" style="border:none;text-decoration:underline;outline: none;padding:5px;margin-left:25px;background-color:  #d5d5d5;"> 
-     Pubmed Link
+      <button type="button"  data-toggle="modal" data-target=".bd-pubmed-modal-lg-{{reference.doc_id}}" style="border:none;text-decoration:underline;outline: none;padding:5px;margin-left:25px;background: transparent;"> 
+          <span><b>*See PubMed Search</b></span>
       </button>        
   </div>
 
@@ -180,9 +180,15 @@ outline: none;
 
      {% if reference.pubmed %}
 
-     <button type="button"  data-toggle="modal" data-target=".bd-pubmed-modal-lg-{{reference.doc_id}}" style="border:none;text-decoration:underline;outline: none;padding:5px;margin-left:25px;background-color:  #d5d5d5;"> 
-     Pubmed Link
-      </button>
+
+     <div style="margin: 5px;color:#3071a9;cursor: pointer;" >
+           
+      <button type="button"  data-toggle="modal" data-target=".bd-pubmed-modal-lg-{{reference.doc_id}}" style="border:none;text-decoration:underline;outline: none;padding:5px;margin-left:25px;background: transparent;"> 
+      <span><b>*See PubMed Search</b></span>
+      </button>        
+  </div>
+
+
 
       <div>
       {% include 'pubmed_modal.html' %}