about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/marker_regression_gn1.html19
1 files changed, 17 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/marker_regression_gn1.html b/wqflask/wqflask/templates/marker_regression_gn1.html
index 978ea55f..2fb2a36d 100644
--- a/wqflask/wqflask/templates/marker_regression_gn1.html
+++ b/wqflask/wqflask/templates/marker_regression_gn1.html
@@ -160,8 +160,19 @@
             </div>
             {% if mapping_method != "gemma" %}
             <div class="tab-pane {% if mapping_method == "gemma" %}active{% endif %}" id="vector_map">
-              <div id="chart_container">
-                <div class="qtlcharts" id="topchart"></div>
+                <div id="chart_container">
+                    <div id="return_to_full_view">
+                        Return to full view
+                    </div>
+
+                    <div id="open_bd">
+                        Open BioDalliance view
+                    </div>
+
+                    <div class="qtlcharts" id="topchart"></div>
+
+                    <div id="bd_container" class="qtlcharts">
+                    </div>
               </div>
             </div>
             {% endif %}
@@ -319,6 +330,10 @@
                 $('div#gn1_map_options').show();
             });
 
+            $('#open_bd').click(function() {
+                console.log($('#topchart').contents());
+            })
+
         });
 
         chrView = function(this_chr, chr_mb_list) {