Team:Goettingen/project overview/project drylab discussion
From 2014.igem.org
(Difference between revisions)
m (Created page with "{{:Team:Goettingen/header}} {{:Team:Goettingen/projectLP}} <html> <body> <script src="http://d3js.org/d3.v3.min.js"></script> <script src="http://d3js.org/topojson.v1.min.js"></s...") |
m |
||
(5 intermediate revisions not shown) | |||
Line 42: | Line 42: | ||
<!-- right column--> | <!-- right column--> | ||
<div class="proRP" id="rpart1"> | <div class="proRP" id="rpart1"> | ||
- | <div id="goenext"><a | + | |
+ | <div id="goenext"><a id="prev"><img id="pButton"></a> 11/15 <a id="next"><img id="nButton"></a></div> | ||
+ | <br /> | ||
- | <h1> | + | <h1>Dry lab</h1> |
+ | <br /><h2>Discussion</h2> | ||
<br /> | <br /> | ||
+ | <p>Under construction</p><br /> | ||
- | + | <div id="goenext"><a id="prev"><img id="pButton"></a> 11/15 <a id="next"><img id="nButton"></a></div> | |
<!-- end of right column--> | <!-- end of right column--> | ||
<div class="fb-like" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> | <div class="fb-like" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> | ||
Line 73: | Line 77: | ||
case 39: // right | case 39: // right | ||
- | window.location = | + | window.location = url12; |
break; | break; | ||
Line 83: | Line 87: | ||
});</script> | });</script> | ||
+ | <script> | ||
+ | $( "[id=next]" ).attr("href", url12); | ||
+ | $( "[id=prev]" ).attr("href", url10); | ||
+ | $( "[id=nButton]" ).attr("src", nextButton).attr("width", "40"); | ||
+ | $( "[id=pButton]" ).attr("src", prevButton).attr("width", "40"); | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:43, 26 September 2014