Template:Biomod/2012/TU Dresden/Nanosaurs/Header: Difference between revisions
No edit summary |
No edit summary |
||
| Line 58: | Line 58: | ||
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-508414b242f27ceb"></script> | <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-508414b242f27ceb"></script> | ||
<script id="nav"> | <script id="nav"> | ||
<div id="nav"> | <div id="nav"> | ||
<ul id="nav" class="sf-menu"> | <ul id="nav" class="sf-menu"> | ||
<li><a href="Biomod/2012/TU_Dresden/Nanosaurs | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs">home</a></li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Team">team</a></li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project">project</a> | ||
<ul> | <ul> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project">overview</a></li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/DNA origami">DNA origami</a></li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Vesicles">vesicles</a></li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Aptamer_lock">aptamer lock</a></li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/References">references</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Lab_book">lab book</a> | ||
<ul> | <ul> | ||
<li><a href="#">recipes</a></li> | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Lab_book#recipes">recipes</a></li> | ||
<li><a href="#">protocols</a></li> | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Lab_book#protocols">protocols</a></li> | ||
<li><a href="#">downloads</a></li> | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Lab_book#downloads">downloads</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Gallery">gallery</a></li> | ||
<li><a href=" | <li><a href="http://openwetware.org/wiki/Biomod/2012/TU_Dresden/Nanosaurs/Project/Sponsor">sponsors</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Revision as of 19:20, 26 October 2012
<html> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.queryloader2.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/superfish.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.hoverIntent.minified.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script> <link href='http://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'> <link href='http://biomod-dresden-2012.googlecode.com/svn/trunk/css/superfish.css' rel='stylesheet' type='text/css'>
<script type"text/javascript">
// Main function that waits for the browser to be ready
$(document).ready(function(){
//make css accesible, please change the alter_css to chnage the style
$("body").queryLoader2();
var alter_css = $("#alter_css").html();
$("style").remove();
$('head').append('<link rel="stylesheet" href="/skins/monobook/shared.css?164" type="text/css" />');
$('head').append('<link rel="stylesheet" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/nanos.css" type="text/css" />');
//additional divs
$(".firstHeading").wrap('
'); $(".firstHeading").wrap('
'); $(".firstHeading").wrap('
');
var nav = $("#nav").html(); $('#inner_header').append(nav);
$('#inner_header').append('
');
//clean up wiki framework $("#sidebar-main").remove(); $(".portlet").remove(); //fix breadcrumbs $('#contentSub').remove(); //fix heading var h1 = $(".firstHeading").text().split("/"); $(".firstHeading").text(h1[h1.length-1]); //start plugins for navigation $("ul.sf-menu").superfish({ delay: 800, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'normal', // faster animation speed }); }); </script>
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-35720700-1']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-508414b242f27ceb"></script> <script id="nav">
</script>
</html>