This website would like to place cookies on your computer to improve the quality of your experience of the site and to comply with EU Privacy and Electronic Communications Regulations. To find out more about the cookies, see our
privacy notice
.
I accept cookies from this site.
Loading...
Skip to main content
Computational
Genomics Lab
C
omp
G
en
L
ab
C.G.L.
Toggle navigation
Home
Home
Old Site
Disclaimer
Acknowledgements
Contact Us
People
People
Former Members
Publications
Publications
Papers
News
Posters
Other Publications
Research
Research
Software
Datasets
Events
Home
Home
Old Site
Disclaimer
Acknowledgements
Contact Us
People
People
Former Members
Publications
Publications
Papers
News
Posters
Other Publications
Research
Research
Software
Datasets
Events
Log in
Username
Password
I forgot my password
CapsLock is on.
Log in
feof(): Argument #1 ($stream) must be of type resource, false given
// /* $(document).ready(function() { */ /* $("a.helper").mouseover(function(){ */ /* $("a.helper").fadeIn(600); */ /* $("a.helper").mouseout(function(){ */ /* $("a.helper").fadeOut(600); */ /* }); */ /* }); */ /* }); */ // jQuery.noConflict(); // Get the modal // $(document).ready(function() { // }); // Get the image and insert it inside the modal - use its "alt" text as a caption // var img = document.getElementById('myImg'); // var modalImg = document.getElementById("zoomedimg"); // var captionText = document.getElementById("caption"); // img.onclick = function(){ // modal.style.display = "block"; // modalImg.src = this.src; // captionText.innerHTML = this.alt; // } // $(document).onload = function(){ // $(document).onload(function () { // $(document).ready(function() { // Get the modal window.mymodal = document.getElementById('bootstrap-modal-3'); window.DOM_span = document.createElement("span"); DOM_span.setAttribute("class", "close"); DOM_span.setAttribute("title", "Close Info Modal Box"); window.DOM_close = document.createTextNode("×"); // X U+2573 × DOM_span.appendChild(DOM_close); // DOM_span.setAttribute("height", "20px"); // DOM_span.style.display = "block"; // DOM_span.style.margin = "0px"; // DOM_span.style.padding = "5px"; // DOM_span.style.background = "#FF0000"; // DOM_span.style.color = "#FFFFFF"; DOM_span.setAttribute("aria-label","Close Info Modal Box"); window.thybtnModal = mymodal.getElementsByClassName('modal-dialog')[0]; thybtnModal.insertBefore(DOM_span, thybtnModal.firstChild); // .appendChild(DOM_span); window.thyimgModal = mymodal.getElementsByClassName('modal-content')[0]; // Get the mouseover $('a.imgmodal').on('click', function () { var image = $(this).attr('href'); var DOM_img = document.createElement("img"); DOM_img.setAttribute("width", "100%"); // "500px"); DOM_img.setAttribute("align", "center"); // alert(image); //$('#myModal') //$(this).on('show.bs.modal', function () { DOM_img.src = image; while (thyimgModal.hasChildNodes()) { thyimgModal.removeChild(thyimgModal.firstChild); }; thyimgModal.appendChild(DOM_img); // mymodal.removeAttribute("class", "modal"); // mymodal.style.display = "block"; $(mymodal).addClass("in"); // mymodal.style.display = "block"; $(mymodal).trigger('tiki.modal.redraw'); //}); }); // $('a.imgmodal').hover( function () { // var image = $(this).attr('href'); // var DOM_img = document.createElement("img"); // // alert(image); // $('#myModal').on('show.bs.modal', function () { // DOM_img.src = image; // thyimgModal.appendChild(DOM_img.src); // mymodal.style.display = "block"; // }); // }); // Get the
element that closes the modal // window.span = thybtnModal.getElementsByClassName("close")[0]; // When the user clicks on
(x), close the modal DOM_span.onclick = function() { while (thyimgModal.hasChildNodes()) { thyimgModal.removeChild(thyimgModal.firstChild); }; $(mymodal).removeClass("in"); // mymodal.style.display = "none"; $(mymodal).trigger('tiki.modal.redraw'); // mymodal.setAttribute("class", "modal"); // mymodal.style.display = "none"; }; // }); //}; /* // Old implementation */ /* $(document).ready(function() { */ /* $('a.helper').hover( // hover( */ /* function(e) { */ /* // alert(“X Axis : ” + e.pageX + ” | Y Axis ” + e.pageY); */ /* this.help = this.title; */ /* this.figure = '
'; */ /* $(this).append('
' */ /* + this.figure */ /* + '
' */ /* ); */ /* this.title = ""; */ /* my.X = e.pageX + 25; */ /* my.Y = e.pageY - 15; */ /* $('.boxhelper').css('top',my.Y); */ /* $('.boxhelper').css('left',my.X); */ /* $('.boxhelper').fadeIn(200); */ /* }, */ /* function() { */ /* $('.boxhelper').fadeOut(150); */ /* $(this).children().remove(); */ /* this.title = this.help; */ /* } */ /* ); */ /* }); */ }); //-->