Team:Wageningen UR/Templates/NavigationTop1

From 2011.igem.org

(Difference between revisions)
 
(113 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<head>
+
    <head>
 +
    <style type="text/css">
-
<style>
+
.menu{
 +
border:none;
 +
border:0px;
 +
padding:0px;
 +
text-decoration: none;
 +
font-size: 13px;
 +
        font-weight: bold;
 +
        position: relative;
 +
        margin-bottom: 137px;
 +
        margin-left: -37px;
 +
        margin-top: 17px;
 +
        /* border: 1px solid black; */
 +
}
 +
.menu ul{
 +
        /* background-image:url('https://static.igem.org/mediawiki/2011/6/6c/Communication2_WUR.png'); */
 +
/* background: #D8D8D8; */
 +
        background-repeat: no-repeat;
 +
height:37px;
 +
list-style:none;
 +
padding:0;
 +
        border:  1px solid transparent;
-
#smoothmenu1 ul {
+
}
-
list-style: none;
+
.menu li{
-
}
+
float:left;
-
 
+
padding:0px;
-
#smoothmenu2 ul {
+
-
list-style: none;
+
-
}
+
-
 
+
-
.ddsmoothmenu{
+
-
font: bold 12px Verdana;
+
-
background: #244F62; /*background of menu bar (default state)*/
+
-
margin:0px 5px 0px 5px;
+
-
}
+
-
 
+
-
.ddsmoothmenu ul{
+
-
z-index:100;
+
-
margin: 0;
+
-
padding: 0;
+
-
list-style-type: none;
+
-
}
+
-
 
+
-
/*Top level list items*/
+
-
.ddsmoothmenu ul li{
+
-
position: relative;
+
-
display: inline;
+
-
float: left;
+
-
}
+
-
 
+
-
/*Top level menu link items style*/
+
-
.ddsmoothmenu ul li a{
+
-
display: block;
+
-
background: #244F62; /*background of menu items (default state)*/
+
-
padding: 8px 10px;
+
-
color: white;
+
-
border-right: 1px solid #298BB6;
+
-
color: #2d2b2b;
+
-
text-decoration: none;
+
-
padding-left: 20px;
+
-
}
+
-
 
+
-
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
+
-
display: inline-block;
+
-
}
+
-
 
+
-
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
+
-
color: white;
+
-
}
+
-
 
+
-
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
+
-
background: #096790;
+
-
color: white;
+
-
}
+
-
 
+
-
.ddsmoothmenu ul li a:hover{
+
-
background: #096790;
+
-
}
+
-
+
-
/*1st sub level menu*/
+
-
.ddsmoothmenu ul li ul{
+
-
position: absolute;
+
-
left: 0;
+
-
display: none; /*collapse all sub menus to begin with*/
+
-
visibility: hidden;
+
-
}
+
-
 
+
-
/*Sub level menu list items (undo style from Top level List Items)*/
+
-
.ddsmoothmenu ul li ul li{
+
-
display: list-item;
+
-
float: none;
+
-
}
+
-
 
+
-
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
+
-
.ddsmoothmenu ul li ul li ul{
+
-
top: 0;
+
-
}
+
-
 
+
-
/* Sub level menu links style */
+
-
.ddsmoothmenu ul li ul li a{
+
-
font: normal 13px Verdana;
+
-
width: 160px; /*width of sub menus*/
+
-
height: 20px;
+
-
margin: 0;
+
-
padding-left: 37px;
+
-
padding-top: 10px;
+
-
}
+
-
 
+
-
.ddsmoothmenu ul li ul li a:hover{
+
-
background: #096790 url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png') center left no-repeat;
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+
-
 
+
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
+
-
<script type="text/javascript" src="http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.js">
+
-
 
+
-
/***********************************************
+
-
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
+
-
* This notice MUST stay intact for legal use
+
-
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
+
-
***********************************************/
+
-
 
+
-
</script>
+
-
 
+
-
<script type="text/javascript">
+
-
//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com
+
-
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
+
-
//** Menu created: Nov 12, 2008
+
-
 
+
-
//** Dec 12th, 08" (v1.01): Fixed Shadow issue when multiple LIs within the same UL (level) contain sub menus: http://www.dynamicdrive.com/forums/showthread.php?t=39177&highlight=smooth
+
-
 
+
-
//** Feb 11th, 09" (v1.02): The currently active main menu item (LI A) now gets a CSS class of ".selected", including sub menu items.
+
-
 
+
-
//** May 1st, 09" (v1.3):
+
-
//** 1) Now supports vertical (side bar) menu mode- set "orientation" to 'v'
+
-
//** 2) In IE6, shadows are now always disabled
+
-
 
+
-
//** July 27th, 09" (v1.31): Fixed bug so shadows can be disabled if desired.
+
-
//** Feb 2nd, 10" (v1.4): Adds ability to specify delay before sub menus appear and disappear, respectively. See showhidedelay variable below
+
-
 
+
-
//** Dec 17th, 10" (v1.5): Updated menu shadow to use CSS3 box shadows when the browser is FF3.5+, IE9+, Opera9.5+, or Safari3+/Chrome. Only .js file changed.
+
-
 
+
-
var ddsmoothmenu={
+
-
 
+
-
//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
+
-
arrowimages: {down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']},
+
-
transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
+
-
shadow: {enable:true, offsetx:5, offsety:5}, //enable shadow?
+
-
showhidedelay: {showdelay: 100, hidedelay: 200}, //set delay in milliseconds before sub menus appear and disappear, respectively
+
-
 
+
-
///////Stop configuring beyond here///////////////////////////
+
-
 
+
-
detectwebkit: navigator.userAgent.toLowerCase().indexOf("applewebkit")!=-1, //detect WebKit browsers (Safari, Chrome etc)
+
-
detectie6: document.all && !window.XMLHttpRequest,
+
-
css3support: window.msPerformance || (!document.all && document.querySelector), //detect browsers that support CSS3 box shadows (ie9+ or FF3.5+, Safari3+, Chrome etc)
+
-
 
+
-
getajaxmenu:function($, setting){ //function to fetch external page containing the panel DIVs
+
-
var $menucontainer=$('#'+setting.contentsource[0]) //reference empty div on page that will hold menu
+
-
$menucontainer.html("Loading Menu...")
+
-
$.ajax({
+
-
url: setting.contentsource[1], //path to external menu file
+
-
async: true,
+
-
error:function(ajaxrequest){
+
-
$menucontainer.html('Error fetching content. Server Response: '+ajaxrequest.responseText)
+
-
},
+
-
success:function(content){
+
-
$menucontainer.html(content)
+
-
ddsmoothmenu.buildmenu($, setting)
+
}
}
-
})
+
.menu li a{
-
},
+
                background: transparent;
 +
display:block;
 +
font-family: arial, sans;
 +
        color: black !important;
 +
        text-decoration: none;
 +
        font-size: 13px;
 +
                font-weight: bold;
 +
line-height:35px;
 +
                padding: 0px 25px;
 +
margin:0px;
 +
text-align:center;
 +
text-decoration:none;
 +
                border: 1px dotted transparent;
 +
                }
 +
.menu li a:hover, .menu ul li:hover a{
 +
background: transparent !important;
 +
font-family: arial, sans;
 +
                        color: #63a015 !important;
 +
                text-decoration: none;
 +
                font-size: 13px;
 +
                        font-weight: bold;
 +
text-decoration:none;
 +
                        border: 1px dotted transparent;
 +
}
-
 
+
.menu li ul{
-
buildmenu:function($, setting){
+
background: transparent;
-
var smoothmenu=ddsmoothmenu
+
display:none;
-
var $mainmenu=$("#"+setting.mainmenuid+">ul") //reference main menu UL
+
height:auto;
-
$mainmenu.parent().get(0).className=setting.classname || "ddsmoothmenu"
+
padding:0px;
-
var $headers=$mainmenu.find("ul").parent()
+
margin:0px;
-
$headers.hover(
+
border:0px;
-
function(e){
+
position:absolute;
-
$(this).children('a:eq(0)').addClass('selected')
+
width:225px;
-
},
+
/* z-index:200; */
-
function(e){
+
/*top:1em;
-
$(this).children('a:eq(0)').removeClass('selected')
+
/*left:0;*/
}
}
-
)
+
.menu li:hover ul{
-
$headers.each(function(i){ //loop through each LI header
+
display:block;
-
var $curobj=$(this).css({zIndex: 100-i}) //reference current LI header
+
-
var $subul=$(this).find('ul:eq(0)').css({display:'block'})
+
}
-
$subul.data('timers', {})
+
.menu li li {
-
this._dimensions={w:this.offsetWidth, h:this.offsetHeight, subulw:$subul.outerWidth(), subulh:$subul.outerHeight()}
+
background:url('images/sub_sep.gif') bottom left no-repeat;
-
this.istopheader=$curobj.parents("ul").length==1? true : false //is top level header?
+
display:block;
-
$subul.css({top:this.istopheader && setting.orientation!='v'? this._dimensions.h+"px" : 0})
+
float:none;
-
$curobj.children("a:eq(0)").css(this.istopheader? {paddingRight: smoothmenu.arrowimages.down[2]} : {}).append( //add arrow images
+
margin:0px;
-
'<img src="'+ (this.istopheader && setting.orientation!='v'? smoothmenu.arrowimages.down[1] : smoothmenu.arrowimages.right[1])
+
padding:0px;
-
+'" class="' + (this.istopheader && setting.orientation!='v'? smoothmenu.arrowimages.down[0] : smoothmenu.arrowimages.right[0])
+
width:225px;
-
+ '" style="border:0;" />'
+
}
-
)
+
.menu li:hover li a{
-
if (smoothmenu.shadow.enable && !smoothmenu.css3support){ //if shadows enabled and browser doesn't support CSS3 box shadows
+
background:none;
-
this._shadowoffset={x:(this.istopheader?$subul.offset().left+smoothmenu.shadow.offsetx : this._dimensions.w), y:(this.istopheader? $subul.offset().top+smoothmenu.shadow.offsety : $curobj.position().top)} //store this shadow's offsets
+
-
if (this.istopheader)
+
-
$parentshadow=$(document.body)
+
-
else{
+
-
var $parentLi=$curobj.parents("li:eq(0)")
+
-
$parentshadow=$parentLi.get(0).$shadow
+
-
}
+
-
this.$shadow=$('<div class="ddshadow'+(this.istopheader? ' toplevelshadow' : '')+'"></div>').prependTo($parentshadow).css({left:this._shadowoffset.x+'px', top:this._shadowoffset.y+'px'})  //insert shadow DIV and set it to parent node for the next shadow div
+
}
}
-
$curobj.hover(
+
.menu li ul a{
-
function(e){
+
display:block;
-
var $targetul=$subul //reference UL to reveal
+
height:35px;
-
var header=$curobj.get(0) //reference header LI as DOM object
+
font-family: arial, sans;
-
clearTimeout($targetul.data('timers').hidetimer)
+
        color: #63a015 !important;
-
$targetul.data('timers').showtimer=setTimeout(function(){
+
        text-decoration: none;
-
header._offsets={left:$curobj.offset().left, top:$curobj.offset().top}
+
        font-size: 13px;
-
var menuleft=header.istopheader && setting.orientation!='v'? 0 : header._dimensions.w
+
                font-weight: bold;
-
menuleft=(header._offsets.left+menuleft+header._dimensions.subulw>$(window).width())? (header.istopheader && setting.orientation!='v'? -header._dimensions.subulw+header._dimensions.w : -header._dimensions.w) : menuleft //calculate this sub menu's offsets from its parent
+
margin:0px;
-
if ($targetul.queue().length<=1){ //if 1 or less queued animations
+
padding:0px 10px 0px 23px;
-
$targetul.css({left:menuleft+"px", width:header._dimensions.subulw+'px'}).animate({height:'show',opacity:'show'}, ddsmoothmenu.transition.overtime)
+
text-align:left;
-
if (smoothmenu.shadow.enable && !smoothmenu.css3support){
+
                border: 1px solid transparent;
-
var shadowleft=header.istopheader? $targetul.offset().left+ddsmoothmenu.shadow.offsetx : menuleft
+
}
-
var shadowtop=header.istopheader?$targetul.offset().top+smoothmenu.shadow.offsety : header._shadowoffset.y
+
.menu li ul a:hover, .menu li ul li:hover a{
-
if (!header.istopheader && ddsmoothmenu.detectwebkit){ //in WebKit browsers, restore shadow's opacity to full
+
/* background: transparent url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png') no-repeat; */
-
header.$shadow.css({opacity:1})
+
/* padding-left: 37px; */
-
}
+
                        border:0px;
-
header.$shadow.css({overflow:'', width:header._dimensions.subulw+'px', left:shadowleft+'px', top:shadowtop+'px'}).animate({height:header._dimensions.subulh+'px'}, ddsmoothmenu.transition.overtime)
+
font-family: arial, sans;
-
}
+
                color: black !important;
-
}
+
                text-decoration: none;
-
}, ddsmoothmenu.showhidedelay.showdelay)
+
                font-size: 13px;
-
},
+
                        font-weight: bold;
-
function(e){
+
text-decoration:none;
-
var $targetul=$subul
+
                        border: 1px solid transparent;
-
var header=$curobj.get(0)
+
-
clearTimeout($targetul.data('timers').showtimer)
+
-
$targetul.data('timers').hidetimer=setTimeout(function(){
+
-
$targetul.animate({height:'hide', opacity:'hide'}, ddsmoothmenu.transition.outtime)
+
-
if (smoothmenu.shadow.enable && !smoothmenu.css3support){
+
-
if (ddsmoothmenu.detectwebkit){ //in WebKit browsers, set first child shadow's opacity to 0, as "overflow:hidden" doesn't work in them
+
-
header.$shadow.children('div:eq(0)').css({opacity:0})
+
-
}
+
-
header.$shadow.css({overflow:'hidden'}).animate({height:0}, ddsmoothmenu.transition.outtime)
+
-
}
+
-
}, ddsmoothmenu.showhidedelay.hidedelay)
+
}
}
-
) //end hover
+
                .menu li ul a:selected, .menu li ul li:selected a{
-
}) //end $headers.each()
+
background: transparent url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png') no-repeat;
-
if (smoothmenu.shadow.enable && smoothmenu.css3support){ //if shadows enabled and browser supports CSS3 shadows
+
padding-left: 37px;
-
var $toplevelul=$('#'+setting.mainmenuid+' ul li ul')
+
                        border:0px;
-
var css3shadow=parseInt(smoothmenu.shadow.offsetx)+"px "+parseInt(smoothmenu.shadow.offsety)+"px 5px #aaa" //construct CSS3 box-shadow value
+
font-family: arial, sans;
-
var shadowprop=["boxShadow", "MozBoxShadow", "WebkitBoxShadow", "MsBoxShadow"] //possible vendor specific CSS3 shadow properties
+
                color: #63a015 !important;  
-
for (var i=0; i<shadowprop.length; i++){
+
                text-decoration: none;
-
$toplevelul.css(shadowprop[i], css3shadow)
+
                font-size: 13px;
 +
                        font-weight: bold;
 +
text-decoration:none;
 +
                        border: 1px solid transparent;
 +
}
 +
.menu p{
 +
clear:left;
}
}
-
}
+
-
$mainmenu.find("ul").css({display:'none', visibility:'visible'})
+
-
},
+
-
init:function(setting){
+
#navMenupoint3 a {
-
if (typeof setting.customtheme=="object" && setting.customtheme.length==2){ //override default menu colors (default/hover) with custom set?
+
  display:block;
-
var mainmenuid='#'+setting.mainmenuid
+
  height: 50px;
-
var mainselector=(setting.orientation=="v")? mainmenuid : mainmenuid+', '+mainmenuid
+
-
document.write('<style type="text/css">\n'
+
-
+mainselector+' ul li a {background:'+setting.customtheme[0]+';}\n'
+
-
+mainmenuid+' ul li a:hover {background:'+setting.customtheme[1]+';}\n'
+
-
+'</style>')
+
-
}
+
-
this.shadow.enable=(document.all && !window.XMLHttpRequest)? false : this.shadow.enable //in IE6, always disable shadow
+
-
jQuery(document).ready(function($){ //ajax menu?
+
-
if (typeof setting.contentsource=="object"){ //if external ajax menu
+
-
ddsmoothmenu.getajaxmenu($, setting)
+
-
}
+
-
else{ //else if markup menu
+
-
ddsmoothmenu.buildmenu($, setting)
+
-
}
+
-
})
+
}
}
-
} //end ddsmoothmenu variable
 
-
</script>
 
-
<script type="text/javascript">
+
#social {
 +
float: right;
 +
margin-top: -20px;
 +
}
-
ddsmoothmenu.init({
+
</style>
-
mainmenuid: "smoothmenu1", //menu DIV id
+
  </head>
-
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
+
-
classname: 'ddsmoothmenu', //class added to menu's outer DIV
+
-
//customtheme: ["#1c5a80", "#18374a"],
+
-
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
+
-
})
+
-
ddsmoothmenu.init({
 
-
mainmenuid: "smoothmenu2", //Menu DIV id
 
-
orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
 
-
classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
 
-
//customtheme: ["#804000", "#482400"],
 
-
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
 
-
})
 
-
 
-
</script>
 
-
</head>
 
<body>
<body>
-
 
+
<div class="menu">
-
<div id="smoothmenu1" class="ddsmoothmenu">
+
<ul>
<ul>
-
<li><a href="#">Project Description</a>
+
<li><a class="currentlinktop1" href="https://2011.igem.org/Team:Wageningen_UR">Home</a></li>
-
<ul>
+
<li><a class="currentlinktop2" href="https://2011.igem.org/Team:Wageningen_UR/Team">Team</a></li>
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Project/IntroductionProj1">Abstract</a></li>
+
<li><a class="currentlinktop3" href="#">Project</a><ul>
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Project/CompleteProject1Description" style="padding-top: 3px !important; height: 30px;">Complete Project Description</a></li>
+
<li><a class="currentlinktop4" href="https://2011.igem.org/Team:Wageningen_UR/Project/IntroductionProj1">Synchroscillator</a></li>
 +
<li><a class="currentlink3" href="https://2011.igem.org/Team:Wageningen_UR/Project/Devices">Flow chamber</a></li>
 +
<li><a class="currentlinktop6" href="https://2011.igem.org/Team:Wageningen_UR/Softwaretool">Software Tool</a></li>
 +
<li><a class="currentlinktop5" href="https://2011.igem.org/Team:Wageningen_UR/Project/IntroductionProj2">Side track project</a></li>
</ul>
</ul>
</li>
</li>
-
<li><a href="https://2011.igem.org/Team:Wageningen_UR/Project/Devices" style="padding-right: 20px !important;">Devices</a></li>
+
<li><a class="currentlinktop7" href="https://2011.igem.org/Team:Wageningen_UR/Safety/Newformat">Safety</a>
-
<li><a href="https://2011.igem.org/Team:Wageningen_UR/Project/ModelingProj1" style="padding-right: 20px !important;">Modeling</a></li>
+
-
<li><a href="https://2011.igem.org/Team:Wageningen_UR/Project/NotebookProj1">Notebook</a>
+
-
  <ul>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/February" target="_self">February</a></li>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/March" target="_self">March</a></li>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/April" target="_self">April</a></li>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/May" target="_self">May</a></li>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/June" target="_self">June</a></li>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/July" target="_self">July</a></li>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/August" target="_self">August</a></li>
+
-
  <li><a href="https://2011.igem.org/Team:Wageningen_UR/Notebook/Proj1/September" target="_self">September</a></li>
+
-
  </ul>
+
</li>
</li>
-
<li><a href="https://2011.igem.org/Team:Wageningen_UR/Project/PartsProj1" style="padding-right: 20px !important;">Parts submitted to the registry</a></li>
+
<li><a class="currentlinktop8" href="#" >Acknowledgements</a>
 +
<ul>
 +
<li><a class="currentlinktop9" href="https://2011.igem.org/Team:Wageningen_UR/Attributions">Attributions</a></li>
 +
<li><a class="currentlinktop9" href="https://2011.igem.org/Team:Wageningen_UR/Collaborations">Collaborations</a></li>
 +
<li><a class="currentlinktop10" href="https://2011.igem.org/Team:Wageningen_UR/Sponsors">Sponsors</a></li>
</ul>
</ul>
-
<br style="clear: left" />
+
</li>
-
</div>
+
<li><a class="currentlinktop11" href="#">Media</a>
 +
<ul>
 +
<li><a class="currentlinktop13" href="https://2011.igem.org/Team:Wageningen_UR/SocialMedia">Press and media</a></li>  
 +
<li><a class="currentlinktop12" href="https://2011.igem.org/Team:Wageningen_UR/ownpresentations">Presentations</a></li>
 +
</ul>
 +
<li><a class="currentlinktop14" href="https://2011.igem.org/Team:Wageningen_UR/Outreach.en">Outreach</a></li>
 +
<li id="navMenupoint3"><a class="currentlink7" href="https://2011.igem.org/Main_Page"></a></li>
 +
<div id="social">
 +
<a href="https://2011.igem.org" target="_blank">
 +
 
 +
<img src="https://static.igem.org/mediawiki/2011/2/27/IGEMlogo_1_WUR.png"
 +
    style="margin-top:17px;"
 +
    alt="Go to iGEM 2011 homepage"
 +
    title="Go to iGEM 2011 homepage">
 +
</a>
 +
<a href="http://www.facebook.com/iGEMWageningen" target="_blank">
 +
 
 +
<img src="https://static.igem.org/mediawiki/2011/7/72/Facebook_logo_25px.png"
 +
    style="margin-top:17px;"
 +
    alt="Join Team Wageningen UR on Facebook!"
 +
    title="Join Team Wageningen UR on Facebook!">
 +
</a>
 +
<a href="http://twitter.com/#!/igemwageningen" target="_blank">
 +
<img src="https://static.igem.org/mediawiki/2011/3/3c/Twitter_logo_25px.png"
 +
style="margin-top:17px;"
 +
    alt="Follow Team Wageningen UR on Twitter!"
 +
    title="Follow Team Wageningen UR on Twitter!">
 +
</a>
 +
</a>
 +
<a href="http://www.youtube.com/igemwageningenur" target="_blank">
 +
<img src="https://static.igem.org/mediawiki/2011/7/7d/Youtube_icon_25px.png"
 +
style="margin-top:17px";    alt="Watch Team Wageningen UR videos on YouTube!"
 +
    title="Watch Team Wageningen UR videos on YouTube!">
 +
</a>
 +
 +
</ul>
 +
</div>
-
</body>
+
</body
</html>
</html>

Latest revision as of 19:06, 4 October 2011