Team:KULeuven/Tools/Navigation Bar

From 2008.igem.org

(Difference between revisions)
m
m
 
(134 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- HERE BEGINS THE ACTUAL NAVIGATION BAR -->
+
{{:Team:KULeuven/Tools/Styling}}
-
<html>
+
-
<!-- BEGIN OF CSS -->
+
-
<!-- CSS 1: DIV CONTAINERS, INPUT, TEXTAREA, ... -->
+
-
<style type="text/css">
+
-
.general div{
+
-
background-color:#EEFFFF;
+
-
border:1px solid #003E81;
+
-
padding:3pt;}
+
-
.example div{
+
-
background-color:#FFFFEE;
+
-
border-left:1px solid #003E81;
+
-
border-right:1px solid #003E81;
+
-
border-bottom:1px solid #003E81;
+
-
padding:3pt;}
+
-
.input#styled{
+
-
width:500px;
+
-
height:18px;
+
-
border:1px solid #003E81;}
+
-
.textarea{
+
-
width:900px;}
+
-
.textarea#styled{
+
-
width:500px;
+
-
border:1px solid #003E81;}
+
-
.button#clip{
+
-
height:22px;
+
-
background-color:#99CCFF;
+
-
border:1px solid #003E81;}
+
-
</style>
+
-
<!-- CSS 2: DROPDOWN MENU -->
+
-
<style type="text/css">
+
-
#sddm
+
-
{ margin: 0;
+
-
padding: 0;
+
-
z-index: 30}
+
-
#sddm li
+
'''Result:'''
-
{ margin: 0;
+
-
padding: 0;
+
-
list-style: none;
+
-
float: left;
+
-
font: bold 13px arial}
+
-
#sddm li a
+
<html>
-
{ display: block;
+
-
margin: 0 2px 0 0;
+
-
padding: 4px 20px;
+
-
width: auto;
+
-
background: #003E81;
+
-
color: #FFF;
+
-
text-align: center;
+
-
text-decoration: none}
+
-
#sddm li a:hover
+
<style type="text/css">
-
{ background: #99CCFF}
+
#content pre {white-space: pre;}
-
#sddm li a.nomenu:hover
+
#content {z-index:4;}
-
{ background: #003E81}
+
#ddwrapper * {z-index:8 !important;}
-
#sddm div
+
div#ddwrapper {
-
{ position: absolute;
+
margin:0;
-
visibility: hidden;
+
padding:0;
-
margin: 0;
+
height:28px;
-
padding: 0;
+
width:945px;
-
background: #EAEBD8;
+
}
-
border: 1px solid #5970B2}
+
div#ddnav {
 +
margin:0 auto;
 +
padding:0;
 +
top:5px;
 +
/* width: 965px */
 +
visibility:hidden;
 +
}
 +
div#ddtoggle {
 +
margin:0;
 +
position:fixed;
 +
right:2px;
 +
top:15px;
 +
height:10px;
 +
width:10px;
 +
z-index:100;
 +
}
 +
 
 +
#ddnav ul {
 +
display:table-row;
 +
margin:0 auto;
 +
padding:0;
 +
}
 +
#ddnav ul li {
 +
display:table-cell;
 +
list-style:none;
 +
margin:0;
 +
padding:0 !important;
 +
border-right:1px solid #FFF;
 +
}
 +
#ddnav ul li:last-child{border-right:none;}
 +
#ddnav a{
 +
display:block;
 +
margin:0;
 +
padding:4px 14px;
 +
background-color:#075A90;
 +
color:#FFF !important;
 +
text-align:center;
 +
text-decoration:none !important;
 +
font:bold 10pt Trebuchet MS;
 +
outline:0;
 +
}
 +
#ddnav ul li a:hover {background-color:#99CCFF;}
 +
#ddnav li a:active {outline:none;}
 +
#ddnav li a:focus {-moz-outline-style:none;}
 +
#ddnav div {
 +
display:none;
 +
position:absolute;
 +
width:9em;
 +
background-color:#000;
 +
border:1px solid #5970B2;
 +
opacity:0.9;
 +
filter:alpha(opacity=90);
 +
}
 +
#ddnav div a {
 +
display:block;
 +
padding:5px 10px;
 +
position:relative;
 +
font:normal 8pt arial;
 +
text-align:left;
 +
cursor:pointer;
 +
}
 +
#ddnav div a:hover, #ddnav span a:hover {color:#000 !important;}
 +
#ddnav span div {
 +
position:relative;
 +
border:none;
 +
border-bottom:2px groove #5970B2;
 +
opacity:1.0;
 +
filter:alpha(opacity=100);
 +
}
-
#sddm div a
+
.expand {background: url('https://static.igem.org/mediawiki/2008/e/ef/Icon-expand.png') no-repeat 95% 50%;}
-
{ position: relative;
+
.collapse {background: url('https://static.igem.org/mediawiki/2008/c/cd/Icon-collapse.png') no-repeat 95% 50%;}
-
display: block;
+
-
margin: 0;
+
-
padding: 5px 10px;
+
-
width: auto;
+
-
white-space: nowrap;
+
-
text-align: left;
+
-
text-decoration: none;
+
-
background: #003E81;
+
-
color: #FFF;
+
-
font: 11px arial}
+
-
#sddm div a:hover
+
.docked {background: #99ccff url("https://static.igem.org/mediawiki/2008/6/62/Ddnavundock.png") no-repeat 50% 50%;}
-
{ background: #99CCFF;
+
.undocked {background: #99ccff url("https://static.igem.org/mediawiki/2008/e/e4/Ddnavdock.png") no-repeat 50% 50%;}
-
color: #FFF}
+
</style>
</style>
-
<!-- END OF CSS -->
 
-
<!-- BEGIN OF JAVASCRIPT -->
+
<script type="text/javascript" src="http://www.kuleuven.be/bioscenter/igem/js/jquery.js"></script>
-
<!-- SCRIPT 1: CLIPBOARD -->
+
<script type="text/javascript">
<script type="text/javascript">
-
// copy to clipboard
+
function ddnav() {
-
function clipboard(holdtext)
+
$('#ddnav ul li').hover(
-
{
+
function () {
-
copied = holdtext.createTextRange();
+
$(this).find('div:first').css('display','block');},
-
copied.execCommand("Copy");
+
function () {
-
return false;
+
$(this).find('div:first').css('display','none');}
-
}
+
);
 +
}
 +
 +
function ddnavsub() {
 +
$('#ddnav span > a').toggle(
 +
function () {
 +
$(this).removeClass("#ddnav expand").addClass("#ddnav collapse");
 +
$(this).parent().find('div:first').slideDown('fast');
 +
$(this).hover(
 +
function (){$(this).css('background-color','#99AAFF');},
 +
function (){$(this).css('background-color','#99AAFF');});},
 +
function () {
 +
$(this).removeClass("#ddnav collapse").addClass("#ddnav expand");
 +
$(this).parent().find('div:first').css('display','none');
 +
$(this).hover(
 +
function (){$(this).css('background-color','#99CCFF');},
 +
function (){$(this).css('background-color','#075A90');});}
 +
).addClass("#ddnav expand");
 +
}
 +
 +
function ddtoggle() {
 +
$('#ddtoggle').toggle(
 +
function () {
 +
$(this).removeClass('undocked').addClass('docked');
 +
$('#ddnav').css('position','fixed');},
 +
function () {
 +
$(this).removeClass('docked').addClass('undocked');
 +
$('#ddnav').css('position','static');}
 +
);
 +
}
 +
 
 +
function ddalign() {
 +
var _windowWidth = $(window).width();
 +
var _leftOffset = (_windowWidth - 965)/2;
 +
 
 +
$('div#ddnav').css('left',_leftOffset);
 +
}
 +
 +
function ddmsie() {
 +
$('#ddnav a').hover(
 +
function () {$(this).css('background-color','#99ccff');},
 +
function () {$(this).css('background-color','#075a90');}
 +
);
 +
 +
/* toggle doesn't work yet */
 +
$('#ddtoggle').css('display','none');
 +
 +
$('#ddnav ul').css('display','inline-block');
 +
$('#ddnav ul li').css('display','inline');
 +
$('#ddnav ul li').css('position','relative');
 +
$('#ddnav ul li>a').css('display','inline-block');
 +
$('#ddnav ul li>a').css('margin-right','-4px');
 +
 +
$('#ddnav div').css('left','0');
 +
$('#ddnav div').css('top','100%');
 +
$('#ddnav span div').css('top','0');
 +
}
 +
 +
function ddmozilla() {
 +
ddtoggle();
 +
$(window).bind('resize', function() {ddalign();});
 +
}
 +
 
 +
$(function () {
 +
ddnav();
 +
ddnavsub();
 +
 
 +
if(jQuery.browser.msie) ddmsie();
 +
if(jQuery.browser.mozilla) ddmozilla();
 +
 
 +
$('#ddnav').css('visibility','visible');
 +
});
</script>
</script>
-
<!-- SCRIPT 2: DROPDOWN -->
 
-
<script type="text/javascript">
 
-
var timeout    = 500;
+
<div id="ddtoggle" class="undocked"></div>
-
var closetimer = 0;
+
<div id="ddwrapper">
-
var ddmenuitem  = 0;
+
<div id="ddnav" align="center">
 +
<ul>
 +
<li>
 +
<a href="https://2008.igem.org/Team:KULeuven">Home</a>
 +
</li>
 +
<li>
 +
<a>The Team</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/LabsandGroups">Research Labs and Groups</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/Instructors">Instructors</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Team/Advisors">Advisors</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Team/Pictures">Pictures</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>The Project</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project">Summary</a>
 +
<span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Input">Input</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Memory">Memory</a>
 +
</div>
 +
</span>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Evaluation">End Evaluation</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a>
 +
</div>
 +
</li>
 +
        <li>
 +
<a>Ethics</a>
 +
<div>
-
// open hidden layer
+
</div>
-
function mopen(id)
+
</li>
-
{
+
<li>
-
// cancel close timer
+
<a>Submitted Parts</a>
-
mcancelclosetime();
+
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Parts">Listing</a>
 +
<a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>Modeling</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Overview">Overview</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/KineticConstants">Kinetic Constants</a>
 +
<span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Memory">Memory</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">Full Model</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Model/Sensitivity">Sensitivity Analysis</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">Multi-cell Model</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Diffusion">Diffusion</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>Data Analysis</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Overview">Overview</a>
 +
<span>
 +
<a>New Parts</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/T7">T7 (UmuD-tag)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Antisense">Antisense LuxI</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/ccdB">Celldeath (ccdB)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/HybridProm">Hybrid Promotor</a>
 +
</div>
 +
</span>
 +
                        <span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Input">Input</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Memory">Memory</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/FullModel">Full Model</a>
 +
</div>
 +
</li>
 +
        <li>
 +
<a>Software</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Software/MultiCell">Multi-cell Toolbox</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX">Simbiology2LaTeX Toolbox</a>
 +
</div>
 +
</li>
 +
<li>
 +
<a>Notebook</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/SummerHolidays">Summer Holidays</a>
 +
<span>
 +
<a>Reports</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Meeting Reports">Daily</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Weekly Meetings">Weekly</a>
 +
</div>
 +
</span>
 +
<span>
 +
<a>Lab Data</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Freezer">Freezer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Primers">Primers</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Ligation">Ligation</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Press">Press</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Guestbook">Guestbook</a>
 +
                       
 +
</div>
 +
</li>
 +
       
 +
</ul>
 +
</div>
 +
</div>
 +
</html>
-
// close old layer
+
To have a dropdown for your own team copy over all of the content below. It might be needed to adjust a thing or two. Comments have been added throughout the code what must be changed.
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
-
// get new layer and show it
+
Inspirational websites:
-
ddmenuitem = document.getElementById(id);
+
-
ddmenuitem.style.visibility = 'visible';
+
 +
*[http://javascript-array.com/scripts/simple_drop_down_menu/ Most basic dropdown menu, with no submenu's]
 +
*[http://jquery.com/ The javascript library used to add effects and optimise the dropdown]
 +
*[http://www.tyssendesign.com.au/articles/css/centering-a-dropdown-menu/ How to center a ul list effectively]
 +
 +
The dropdown has been '''created''' and '''developed''' by the KULeuven team.
 +
 +
<pre>
 +
<html>
 +
 +
<style type="text/css">
 +
#content {z-index:4;}
 +
#ddwrapper * {z-index:8 !important;}
 +
 +
div#ddwrapper {
 +
margin:0;
 +
padding:0;
 +
height:28px;
 +
width:945px; /* change to adjust imperfections in width */
 +
}
 +
div#ddnav {
 +
margin:0 auto; /* needed to center the dropdown */
 +
padding:0;
 +
top:5px;
 +
/* width: 965px */
 +
visibility:hidden; /* dropdown is hidden until properly initalised by javascript */
}
}
-
// close showed layer
+
div#ddtoggle {
-
function mclose()
+
margin:0;
-
{
+
position:fixed;
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
right:2px;
 +
top:15px;
 +
height:10px;
 +
width:10px;
 +
z-index:100;
}
}
-
// go close timer
+
#ddnav ul {
-
function mclosetime()
+
display:table-row; /* works only for firefox, later adjusted by javascript for IE */
-
{
+
margin:0 auto;
-
closetimer = window.setTimeout(mclose, timeout);
+
padding:0;
 +
}
 +
#ddnav ul li {
 +
display:table-cell; /* works only for firefox, later adjusted by javascript for IE */
 +
list-style:none;
 +
margin:0;
 +
padding:0 !important;
 +
border-right:1px solid #FFF; /* creates illusion of spacing between tabs */
 +
}
 +
#ddnav ul li:last-child{border-right:none;}
 +
#ddnav a{
 +
display:block;
 +
margin:0;
 +
padding:4px 14px; /* play with dimensions for size of tabs */
 +
background-color:#075A90; /* background color for tabs */
 +
color:#FFF !important; /* font color for text in tabs */
 +
text-align:center; /* aligning for text in tabs */
 +
text-decoration:none !important;
 +
font:bold 10pt Trebuchet MS; /* font properties for text in tabs */
 +
outline:0;
 +
}
 +
#ddnav ul li a:hover {background-color:#99CCFF;}/* background color for tabs on mouseover */
 +
#ddnav li a:active {outline:none;} /* remove standard dotted border for links when clicked (IE) */
 +
#ddnav li a:focus {-moz-outline-style:none;} /* remove standard dotted border for links when clicked (FF) */
 +
#ddnav div {
 +
display:none;
 +
position:absolute;
 +
width:9em;
 +
background-color:#000; /* bug solution, do not change ! */
 +
border:1px solid #5970B2; /* border color for dropdown menus */
 +
opacity:0.9; /* transparancy of the dropdown menus (FF) */
 +
filter:alpha(opacity=90); /* transparancy of the dropdown menus (IE) */
 +
}
 +
#ddnav div a {
 +
display:block;
 +
padding:5px 10px; /* play with dimensions of block element in dropdown menus */
 +
position:relative;
 +
font:normal 8pt arial; /* font properties for text in dropdown menus */
 +
text-align:left; /* aligning of text in dropdown menus */
 +
cursor:pointer;
 +
}
 +
#ddnav div a:hover, #ddnav span a:hover {color:#000 !important;} /* text color on mouseover */
 +
#ddnav span div {
 +
position:relative;
 +
border:none;
 +
border-bottom:2px groove #5970B2; /* separator for submenus, groove does not work in FF */
 +
opacity:1.0; /* avoid stacking transparancy for submenus (FF) */
 +
filter:alpha(opacity=100); /* avoid stacking transparancy for submenus (IE) */
}
}
-
// cancel close timer
+
/* may want to upload the following pictures to a new location */
-
function mcancelclosetime()
+
.expand {background: url('https://static.igem.org/mediawiki/2008/e/ef/Icon-expand.png') no-repeat 95% 50%;}
-
{
+
.collapse {background: url('https://static.igem.org/mediawiki/2008/c/cd/Icon-collapse.png') no-repeat 95% 50%;}
-
if(closetimer)
+
 
-
{
+
.docked {background: #99ccff url("https://static.igem.org/mediawiki/2008/6/62/Ddnavundock.png") no-repeat 50% 50%;}
-
window.clearTimeout(closetimer);
+
.undocked {background: #99ccff url("https://static.igem.org/mediawiki/2008/e/e4/Ddnavdock.png") no-repeat 50% 50%;}
-
closetimer = null;
+
</style>
 +
 
 +
<!-- IMPORTANT: save following script under a personalized webspace or download the library at www.jquery.com -->
 +
<script type="text/javascript" src="http://student.kuleuven.be/~s0173901/wiki/js/jquery.js"></script>
 +
<script type="text/javascript">
 +
function ddnav() {
 +
$('#ddnav ul li').hover(
 +
function () {
 +
$(this).find('div:first').css('display','block');},
 +
function () {
 +
$(this).find('div:first').css('display','none');}
 +
);
 +
}
 +
 +
function ddnavsub() {
 +
$('#ddnav span > a').toggle(
 +
function () {
 +
$(this).removeClass("#ddnav expand").addClass("#ddnav collapse");
 +
$(this).parent().find('div:first').slideDown('fast');
 +
$(this).hover(
 +
function (){$(this).css('background-color','#99AAFF');},
 +
function (){$(this).css('background-color','#99AAFF');});},
 +
function () {
 +
$(this).removeClass("#ddnav collapse").addClass("#ddnav expand");
 +
$(this).parent().find('div:first').css('display','none');
 +
$(this).hover(
 +
function (){$(this).css('background-color','#99CCFF');},
 +
function (){$(this).css('background-color','#075A90');});}
 +
).addClass("#ddnav expand");
 +
}
 +
 +
/* If you wish to omit the docking feature, remove following function ddtoggle() */
 +
function ddtoggle() {
 +
$('#ddtoggle').toggle(
 +
function () {
 +
$(this).removeClass('undocked').addClass('docked');
 +
$('#ddnav').css('position','fixed');},
 +
function () {
 +
$(this).removeClass('docked').addClass('undocked');
 +
$('#ddnav').css('position','static');}
 +
);
}
}
-
}
 
-
// close layer when click-out
+
function ddalign() {
-
document.onclick = mclose;  
+
var _windowWidth = $(window).width();
-
// -->
+
var _leftOffset = (_windowWidth - 965)/2;
-
</script>
+
-
<!-- END OF JAVASCRIPT -->
+
-
<!-- BEGIN OF MENU BUILD UP -->
+
$('div#ddnav').css('left',_leftOffset);
-
<!-- FOLLOWING LINE CENTER ALIGNS THE BAR HORIZONTALLY -->
+
}
-
<div style="margin: 1em auto; width: 90%;">
+
-
<ul id="sddm">
+
function ddmsie() {
-
<!-- HOME SECTION -->
+
$('#ddnav a').hover(
-
<li><a href="https://2008.igem.org/Team:KULeuven">Home</a>
+
function () {$(this).css('background-color','#99ccff');},
 +
function () {$(this).css('background-color','#075a90');}
 +
);
 +
 +
/* toggle doesn't work yet */
 +
$('#ddtoggle').css('display','none');
 +
 +
$('#ddnav ul').css('display','inline-block');
 +
$('#ddnav ul li').css('display','inline');
 +
$('#ddnav ul li').css('position','relative');
 +
$('#ddnav ul li>a').css('display','inline-block');
 +
$('#ddnav ul li>a').css('margin-right','-4px');
 +
 +
$('#ddnav div').css('left','0');
 +
$('#ddnav div').css('top','100%');
 +
$('#ddnav span div').css('top','0');
 +
}
 +
 +
function ddmozilla() {
 +
ddtoggle();
 +
$(window).bind('resize', function() {ddalign();});
 +
}
 +
$(function () {
 +
ddnav();
 +
ddnavsub();
 +
 +
if(jQuery.browser.msie) ddmsie();
 +
if(jQuery.browser.mozilla) ddmozilla();
 +
 +
$('#ddnav').css('visibility','visible');
 +
});
 +
</script>
 +
 +
<!-- If you wish to omit the docking feature omit following line (div with id ddtoggle) -->
 +
<div id="ddtoggle" class="undocked"></div>
 +
<div id="ddwrapper">
 +
<!-- Here the actual links are defined, simply replace with your own links in the appropriate sections -->
 +
<div id="ddnav" align="center">
 +
<ul>
 +
<li>
 +
<a href="https://2008.igem.org/Team:KULeuven">Home</a>
</li>
</li>
-
<!-- TEAM SECTION -->
+
<li>
-
<li><a onmouseover="mopen('m2')" onmouseout="mclosetime()">The Team</a>
+
<a>The Team</a>
-
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<div>
-
                <a href="https://2008.igem.org/Team:KULeuven/Team/LabsandGroups">Research Labs and Groups</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Team/LabsandGroups">Research Labs and Groups</a>
-
<a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students</a>
-
                <a href="https://2008.igem.org/Team:KULeuven/Team/Instructors">Instructors</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Team/Instructors">Instructors</a>
-
                <a href="https://2008.igem.org/Team:KULeuven/Team/Advisors">Advisors</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Team/Advisors">Advisors</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Team/Pictures">Pictures</a>
</div>
</div>
 +
</li>
 +
<li>
 +
<a>The Project</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project">Summary</a>
 +
<span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Input">Input</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Project/Memory">Memory</a>
 +
</div>
 +
</span>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Evaluation">End Evaluation</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a>
 +
</div>
 +
</li>
 +
        <li>
 +
<a>Ethics</a>
 +
<div>
 +
</div>
</li>
</li>
-
<!-- ROAD MAP SECTION -->
+
<li>
-
<li><a onmouseover="mopen('m3')" onmouseout="mclosetime()">Road Map</a>
+
<a>Submitted Parts</a>
-
                <div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<div>
-
                <a href="https://2008.igem.org/Team:KULeuven/Interestingreads">Interesting Reads</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Parts">Listing</a>
-
                <a href="https://2008.igem.org/Team:KULeuven/Discussion">Discussion</a>
+
<a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a>
-
                <a href="https://2008.igem.org/Team:KULeuven/SummerHolidays">Summer Holidays</a>
+
</div>
-
                </div>
+
-
+
</li>
</li>
-
<!-- PROJECT SECTION -->
+
<li>
-
<li><a onmouseover="mopen('m4')" onmouseout="mclosetime()">The Project</a>
+
<a>Modeling</a>
-
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<div>
-
                <a href="https://2008.igem.org/Team:KULeuven/Project">The Project</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Model/Overview">Overview</a>
-
<a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Model/KineticConstants">Kinetic Constants</a>
-
<a href="https://2008.igem.org/Team:KULeuven/Concreties">Concrete Ideas</a>
+
<span>
-
<a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a>
+
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Memory">Memory</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">Full Model</a>
 +
                        <a href="https://2008.igem.org/Team:KULeuven/Model/Sensitivity">Sensitivity Analysis</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">Multi-cell Model</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Model/Diffusion">Diffusion</a>
</div>
</div>
-
 
</li>
</li>
-
<!-- PARTS SECTION -->
+
<li>
-
<li><a onmouseover="mopen('m5')" onmouseout="mclosetime()">Parts Submitted to the Registry</a>
+
<a>Data Analysis</a>
-
                <div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<div>
-
                <a href="https://2008.igem.org/Team:KULeuven/Parts">Listing</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Data/Overview">Overview</a>
-
                <a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a>
+
<span>
-
                </div>
+
<a>New Parts</a>
-
+
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/T7">T7 (UmuD-tag)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Antisense">Antisense LuxI</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/ccdB">Celldeath (ccdB)</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/HybridProm">Hybrid Promotor</a>
 +
</div>
 +
</span>
 +
                        <span>
 +
<a>Components</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Input">Input</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Output">Output</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Filter">Filter</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Inverter">Invertimer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Reset">Reset</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/CellDeath">Cell Death</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/Memory">Memory</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Data/FullModel">Full Model</a>
 +
</div>
</li>
</li>
-
<!-- MODEL SECTION -->
+
        <li>
-
<li><a onmouseover="mopen('m6')" onmouseout="mclosetime()"
+
<a>Software</a>
-
            href="https://2008.igem.org/Team:KULeuven/Modeling">Modeling</a>
+
<div>
-
<div id="m6" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<a href="https://2008.igem.org/Team:KULeuven/Software/MultiCell">Multi-cell Toolbox</a>
-
<a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX">Simbiology2LaTeX Toolbox</a>
-
<a href="https://2008.igem.org/Team:KULeuven/Model/CellDeath">Cell Death</a>
+
-
<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">Invertor</a>
+
-
<a href="https://2008.igem.org/Team:KULeuven/Model/Memory">Memory</a>
+
-
<a href="https://2008.igem.org/Team:KULeuven/Model/Filter">Filter</a>
+
-
<a href="https://2008.igem.org/Team:KULeuven/Model/PulseGenerator">Pulse Generator</a>
+
-
<a href="https://2008.igem.org/Team:KULeuven/Model/ConstLactProd">Constant Lactonase Production</a>
+
-
<a href="https://2008.igem.org/Team:KULeuven/Model/PartialModel">Partial Model</a>
+
-
<a href="https://2008.igem.org/Team:KULeuven/Model/KineticConstants">Kinetic Constants</a>
+
</div>
</div>
-
 
</li>
</li>
-
<!-- NOTEBOOK SECTION -->
+
<li>
-
<li><a onmouseover="mopen('m7')" onmouseout="mclosetime()">Notebook</a>
+
<a>Notebook</a>
-
<div id="m7" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<div>
-
<a href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a>
+
<a href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a>
-
                <a href="https://2008.igem.org/Team:KULeuven/Meeting Reports">Reports</a>
+
                        <a href="https://2008.igem.org/Team:KULeuven/SummerHolidays">Summer Holidays</a>
-
<a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a>
+
<span>
 +
<a>Reports</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Meeting Reports">Daily</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Weekly Meetings">Weekly</a>
 +
</div>
 +
</span>
 +
<span>
 +
<a>Lab Data</a>
 +
<div>
 +
<a href="https://2008.igem.org/Team:KULeuven/Freezer">Freezer</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Primers">Primers</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Ligation">Ligation</a>
 +
</div>
 +
</span>
 +
<a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Press">Press</a>
 +
<a href="https://2008.igem.org/Team:KULeuven/Guestbook">Guestbook</a>
 +
                       
</div>
</div>
-
 
</li>
</li>
 +
       
</ul>
</ul>
</div>
</div>
-
<!-- END OF MENU BUILD UP -->
+
</div>
-
<br>
+
-
<br>
+
</html>
</html>
-
<!-- THAT'S ALL FOLKS! THE END -->
+
</pre>
-
 
+
-
[[Image:kulbanner.jpg|960px]]
+

Latest revision as of 23:22, 28 October 2008

Result:

To have a dropdown for your own team copy over all of the content below. It might be needed to adjust a thing or two. Comments have been added throughout the code what must be changed.

Inspirational websites:

The dropdown has been created and developed by the KULeuven team.

<html>

<style type="text/css">
#content {z-index:4;}
#ddwrapper * {z-index:8 !important;}

div#ddwrapper {
	margin:0;
	padding:0;
	height:28px;
	width:945px;				/* change to adjust imperfections in width */
}
div#ddnav {
	margin:0 auto;				/* needed to center the dropdown */
	padding:0;
	top:5px;
	/* width: 965px */
	visibility:hidden;			/* dropdown is hidden until properly initalised by javascript */
}
div#ddtoggle {
	margin:0;
	position:fixed;
	right:2px;
	top:15px;
	height:10px;
	width:10px;
	z-index:100;
}

#ddnav ul {
	display:table-row;			/* works only for firefox, later adjusted by javascript for IE */
	margin:0 auto;
	padding:0;
}
#ddnav ul li {
	display:table-cell;			/* works only for firefox, later adjusted by javascript for IE */
	list-style:none;
	margin:0;
	padding:0 !important;
	border-right:1px solid #FFF;		/* creates illusion of spacing between tabs */
}
#ddnav ul li:last-child{border-right:none;}
#ddnav a{
	display:block;
	margin:0;
	padding:4px 14px;			/* play with dimensions for size of tabs */
	background-color:#075A90;		/* background color for tabs */
	color:#FFF !important;			/* font color for text in tabs */
	text-align:center;			/* aligning for text in tabs */
	text-decoration:none !important;
	font:bold 10pt Trebuchet MS;		/* font properties for text in tabs */
	outline:0;
}
#ddnav ul li a:hover {background-color:#99CCFF;}/* background color for tabs on mouseover */
#ddnav li a:active {outline:none;}		/* remove standard dotted border for links when clicked (IE) */
#ddnav li a:focus {-moz-outline-style:none;}	/* remove standard dotted border for links when clicked (FF) */
#ddnav div {
	display:none;
	position:absolute;
	width:9em;
	background-color:#000;			/* bug solution, do not change ! */
	border:1px solid #5970B2;		/* border color for dropdown menus */
	opacity:0.9;				/* transparancy of the dropdown menus (FF) */
	filter:alpha(opacity=90);		/* transparancy of the dropdown menus (IE) */
}
#ddnav div a {
	display:block;
	padding:5px 10px;			/* play with dimensions of block element in dropdown menus */
	position:relative;
	font:normal 8pt arial;			/* font properties for text in dropdown menus */
	text-align:left;			/* aligning of text in dropdown menus */
	cursor:pointer;
}
#ddnav div a:hover, #ddnav span a:hover {color:#000 !important;}	/* text color on mouseover */
#ddnav span div {
	position:relative;
	border:none;
	border-bottom:2px groove #5970B2;	/* separator for submenus, groove does not work in FF */
	opacity:1.0;				/* avoid stacking transparancy for submenus (FF) */
	filter:alpha(opacity=100);		/* avoid stacking transparancy for submenus (IE) */
}

/* may want to upload the following pictures to a new location */
.expand {background: url('https://static.igem.org/mediawiki/2008/e/ef/Icon-expand.png') no-repeat 95% 50%;}
.collapse {background: url('https://static.igem.org/mediawiki/2008/c/cd/Icon-collapse.png') no-repeat 95% 50%;}

.docked {background: #99ccff url("https://static.igem.org/mediawiki/2008/6/62/Ddnavundock.png") no-repeat 50% 50%;}
.undocked {background: #99ccff url("https://static.igem.org/mediawiki/2008/e/e4/Ddnavdock.png") no-repeat 50% 50%;}
</style>

<!-- IMPORTANT: save following script under a personalized webspace or download the library at www.jquery.com -->
<script type="text/javascript" src="http://student.kuleuven.be/~s0173901/wiki/js/jquery.js"></script>
<script type="text/javascript">
	function ddnav() {
		$('#ddnav ul li').hover(
			function () {
				$(this).find('div:first').css('display','block');},
			function () {
				$(this).find('div:first').css('display','none');}
		);
	}
			
	function ddnavsub() {
		$('#ddnav span > a').toggle(
			function () {
				$(this).removeClass("#ddnav expand").addClass("#ddnav collapse");
				$(this).parent().find('div:first').slideDown('fast');
				$(this).hover(
					function (){$(this).css('background-color','#99AAFF');},
					function (){$(this).css('background-color','#99AAFF');});},
			function () {
				$(this).removeClass("#ddnav collapse").addClass("#ddnav expand");
				$(this).parent().find('div:first').css('display','none');
				$(this).hover(
					function (){$(this).css('background-color','#99CCFF');},
					function (){$(this).css('background-color','#075A90');});}
		).addClass("#ddnav expand");
	}
	
	/* If you wish to omit the docking feature, remove following function ddtoggle() */	
	function ddtoggle() {
		$('#ddtoggle').toggle(
			function () {
				$(this).removeClass('undocked').addClass('docked');
				$('#ddnav').css('position','fixed');},
			function () {
				$(this).removeClass('docked').addClass('undocked');
				$('#ddnav').css('position','static');}
		);
	}

	function ddalign() {
		var _windowWidth = $(window).width();
		var _leftOffset = (_windowWidth - 965)/2;

		$('div#ddnav').css('left',_leftOffset);
	}
			
	function ddmsie() {
		$('#ddnav a').hover(
			function () {$(this).css('background-color','#99ccff');},
			function () {$(this).css('background-color','#075a90');}
		);
				
		/* toggle doesn't work yet */
		$('#ddtoggle').css('display','none');
				
		$('#ddnav ul').css('display','inline-block');
		$('#ddnav ul li').css('display','inline');
		$('#ddnav ul li').css('position','relative');
		$('#ddnav ul li>a').css('display','inline-block');
		$('#ddnav ul li>a').css('margin-right','-4px');
				
		$('#ddnav div').css('left','0');
		$('#ddnav div').css('top','100%');
		$('#ddnav span div').css('top','0');
	}
			
	function ddmozilla() {
		ddtoggle();
		$(window).bind('resize', function() {ddalign();});
	}

	$(function () {
		ddnav();
		ddnavsub();

		if(jQuery.browser.msie) ddmsie();
		if(jQuery.browser.mozilla) ddmozilla();

		$('#ddnav').css('visibility','visible');
	});
</script>

<!-- If you wish to omit the docking feature omit following line (div with id ddtoggle) -->
<div id="ddtoggle" class="undocked"></div>
<div id="ddwrapper">
<!-- Here the actual links are defined, simply replace with your own links in the appropriate sections -->
<div id="ddnav" align="center">
<ul>
	<li>
		<a href="https://2008.igem.org/Team:KULeuven">Home</a>
	</li>
	<li>
		<a>The Team</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Team/LabsandGroups">Research Labs and Groups</a>
			<a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students</a>
			<a href="https://2008.igem.org/Team:KULeuven/Team/Instructors">Instructors</a>
			<a href="https://2008.igem.org/Team:KULeuven/Team/Advisors">Advisors</a>
                        <a href="https://2008.igem.org/Team:KULeuven/Team/Pictures">Pictures</a>
		</div>
	</li>
	<li>
		<a>The Project</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Project">Summary</a>
			<span>
				<a>Components</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Input">Input</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Output">Output</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Filter">Filter</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Inverter">Invertimer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Reset">Reset</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/CellDeath">Cell Death</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Memory">Memory</a>
				</div>
			</span>
                        <a href="https://2008.igem.org/Team:KULeuven/Evaluation">End Evaluation</a>
			<a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a>
                        <a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a>
		</div>
	</li>
        <li>
		<a>Ethics</a>
		<div>

		</div>
	</li>
	<li>
		<a>Submitted Parts</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Parts">Listing</a>
			<a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a>
		</div>
	</li>
	<li>
		<a>Modeling</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Model/Overview">Overview</a>
			<a href="https://2008.igem.org/Team:KULeuven/Model/KineticConstants">Kinetic Constants</a>
			<span>
				<a>Components</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Filter">Filter</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">Invertimer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Reset">Reset</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/CellDeath">Cell Death</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Memory">Memory</a>
				</div>
			</span>
			<a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">Full Model</a>
                        <a href="https://2008.igem.org/Team:KULeuven/Model/Sensitivity">Sensitivity Analysis</a>
			<a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">Multi-cell Model</a>
			<a href="https://2008.igem.org/Team:KULeuven/Model/Diffusion">Diffusion</a>
		</div>
	</li>
	<li>
		<a>Data Analysis</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Data/Overview">Overview</a>
			<span>
				<a>New Parts</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/T7">T7 (UmuD-tag)</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Antisense">Antisense LuxI</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/ccdB">Celldeath (ccdB)</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/HybridProm">Hybrid Promotor</a>
				</div>
			</span>
                        <span>
				<a>Components</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Input">Input</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Output">Output</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Filter">Filter</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Inverter">Invertimer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Reset">Reset</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/CellDeath">Cell Death</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Memory">Memory</a>
				</div>
			</span>
			<a href="https://2008.igem.org/Team:KULeuven/Data/FullModel">Full Model</a>
		</div>
	</li>
        <li>
		<a>Software</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Software/MultiCell">Multi-cell Toolbox</a>
			<a href="https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX">Simbiology2LaTeX Toolbox</a>
		</div>
	</li>
	<li>
		<a>Notebook</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a>
                        <a href="https://2008.igem.org/Team:KULeuven/SummerHolidays">Summer Holidays</a>
			<span>
				<a>Reports</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Meeting Reports">Daily</a>
					<a href="https://2008.igem.org/Team:KULeuven/Weekly Meetings">Weekly</a>
				</div>
			</span>
			<span>
				<a>Lab Data</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Freezer">Freezer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Primers">Primers</a>
					<a href="https://2008.igem.org/Team:KULeuven/Ligation">Ligation</a>
				</div>
			</span>
			<a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a>
			<a href="https://2008.igem.org/Team:KULeuven/Press">Press</a>
			<a href="https://2008.igem.org/Team:KULeuven/Guestbook">Guestbook</a>
                        
		</div>
	</li>
        
</ul>
</div>
</div>
</html>