Team:KULeuven/Tools/Header
From 2008.igem.org
(Difference between revisions)
m |
m |
||
(49 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <link rel=" | + | <!-- Favicon of Dr. Coli --> |
- | + | <link rel="shortcut icon" href="http://student.kuleuven.be/~s0160104/iGEM/favicon.ico" type="image/x-icon"> | |
- | <script type="text/javascript" src="http:// | + | <link rel="stylesheet" type="text/css" href="https://2008.igem.org/wiki/index.php?title=User:Avdmeers/wiki/header.css&action=raw&ctype=text/css" /> |
- | <script type="text/javascript" src=" | + | <link rel="stylesheet" type="text/css" href="https://2008.igem.org/wiki/index.php?title=User:Avdmeers/wiki/dropdown.css&action=raw&ctype=text/css" /> |
+ | |||
+ | <!--[if IE]> | ||
+ | <style type="text/css"> | ||
+ | #utilNav ul li {list-style-image: none;} | ||
+ | #suppNav ul li {list-style-image: none;} | ||
+ | #mainNav ul li {list-style-image: none;} | ||
+ | </style> | ||
+ | <![endif]--> | ||
+ | |||
+ | <script type="text/javascript" src="http://www.kuleuven.be/bioscenter/igem/js/jquery.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | function ddnav() { | ||
+ | $('#ddNav 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("expand").addClass("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("collapse").addClass("expand"); | ||
+ | $(this).parent().find('div:first').css('display','none'); | ||
+ | $(this).hover( | ||
+ | function (){$(this).css('background-color','#F5F5F0')}, | ||
+ | function (){$(this).css('background-color','#FFFFFF')});} | ||
+ | ).addClass('expand'); | ||
+ | } | ||
+ | |||
+ | function ddtoggle() { | ||
+ | $('#ddToggle').toggle( | ||
+ | function () { | ||
+ | $('#ddNav').css('position','fixed'); | ||
+ | $('#ddNav').css('left','10px'); | ||
+ | $('#ddNav').css('bottom','auto'); | ||
+ | $('#ddNav').css('top','0'); | ||
+ | $('#ddNav li>a').css('background-image','none'); | ||
+ | $('#ddNav li>a').css('border','1px solid #075a90'); | ||
+ | $('#ddNav li>a').css('border-top','none');}, | ||
+ | function () { | ||
+ | $('#ddNav').css('position','absolute'); | ||
+ | $('#ddNav').css('left','0'); | ||
+ | $('#ddNav').css('top','auto'); | ||
+ | $('#ddNav').css('bottom','0'); | ||
+ | $('#ddNav li>a').css('background-image','url(https://static.igem.org/mediawiki/2008/9/99/Round-chamfer-10px.png)'); | ||
+ | $('#ddNav li>a').css('border','none');} | ||
+ | ); | ||
+ | } | ||
+ | |||
+ | function ddmozilla() { | ||
+ | ddtoggle(); | ||
+ | } | ||
+ | |||
+ | $(function () { | ||
+ | ddnav(); | ||
+ | ddnavsub(); | ||
+ | |||
+ | if($.browser.mozilla) {ddmozilla();} | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | imageHome = new Image(26,26); | ||
+ | imageHome.src = "https://static.igem.org/mediawiki/2008/a/a7/Icon_Home-26x26.png"; | ||
+ | |||
+ | imageReports = new Image(26,26); | ||
+ | imageReports.src = "https://static.igem.org/mediawiki/2008/d/de/Icon_Files-text-26x26.png"; | ||
+ | |||
+ | imageCalendar = new Image(26,26); | ||
+ | imageCalendar.src = "https://static.igem.org/mediawiki/2008/0/0c/Icon_Clock-26x26.png"; | ||
+ | </script> | ||
+ | |||
+ | <div id="ddToggle"> dock/undock dropdown </div> | ||
<div id="header"> | <div id="header"> | ||
Line 11: | Line 92: | ||
<div id="utilNav"> | <div id="utilNav"> | ||
<ul> | <ul> | ||
- | <li id=" | + | <li id="homepage"><a title="Return to the KULeuven iGEM 2008 homepage" href="https://2008.igem.org/Team:KULeuven">Home</a></li> |
- | <li id="reports"><a href="https://2008.igem.org/Team:KULeuven/Meeting_Reports">Reports</a></li> | + | <li id="reports"><a title="Keep track of our progress throughout the summer" href="https://2008.igem.org/Team:KULeuven/Meeting_Reports">Reports</a></li> |
- | <li id="calendar"><a href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a></li> | + | <li id="calendar"><a title="View important events" href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a></li> |
</ul> | </ul> | ||
</div> | </div> | ||
Line 26: | Line 107: | ||
<input type="hidden" name="cx" value="014084360811440219920:o0ayl5nue-m" /> | <input type="hidden" name="cx" value="014084360811440219920:o0ayl5nue-m" /> | ||
<input type="hidden" name="ie" value="UTF-8" /> | <input type="hidden" name="ie" value="UTF-8" /> | ||
- | <input type="text" name="q" size="35" value=" | + | <input type="text" name="q" size="35" value="" /> |
- | <input type="submit" name="sa" id="search" value=" | + | <input type="submit" name="sa" id="search" value="Search" title="Search through the kuleuven wiki pages" /> |
</div> | </div> | ||
Line 34: | Line 115: | ||
<ul> | <ul> | ||
- | <li id="abstract"><a href="https://2008.igem.org/Team:KULeuven/Project"><strong>Project</strong> abstract</a></li> | + | <li id="abstract"><a title="See what's Dr.Coli all about" href="https://2008.igem.org/Team:KULeuven/Project"><strong>Project</strong> abstract</a></li> |
- | <li id="team"><a href="https://2008.igem.org/Team:KULeuven/Team/Students"><strong>Meet</strong> the team</a></li> | + | <li id="team"><a title="List of all our team participants" href="https://2008.igem.org/Team:KULeuven/Team/Students"><strong>Meet</strong> the team</a></li> |
- | <li id="guestbook"><a href="https://2008.igem.org/Team:KULeuven/Guestbook"><strong>Leave</strong> a message</a></li> | + | <li id="guestbook"><a title="Take a peek at our guestbook" href="https://2008.igem.org/Team:KULeuven/Guestbook"><strong>Leave</strong> a message</a></li> |
- | <li id="mail"><a href="mailto:igem@kuleuven.be?SUBJECT=IGEM%202008"><strong>Mail</strong> us</a></li> | + | <li id="mail"><a title="Questions, want to cooperate with our team or drop by? Let us know" href="mailto:igem@kuleuven.be?SUBJECT=IGEM%202008"><strong>Mail</strong> us</a></li> |
</ul> | </ul> | ||
Line 73: | Line 154: | ||
<a href="https://2008.igem.org/Team:KULeuven/Project/Output">Output</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/Filter">Filter</a> | ||
- | <a href="https://2008.igem.org/Team:KULeuven/Project/Inverter"> | + | <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/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/CellDeath">Cell Death</a> | ||
Line 79: | Line 160: | ||
</div> | </div> | ||
</span> | </span> | ||
+ | <a href="https://2008.igem.org/Team:KULeuven/Safety">Safety</a> | ||
<a href="https://2008.igem.org/Team:KULeuven/Evaluation">End Evaluation</a> | <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/Literature">Literature</a> | ||
Line 120: | Line 202: | ||
<a>Submitted Parts</a> | <a>Submitted Parts</a> | ||
<div> | <div> | ||
- | |||
<a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a> | <a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a> | ||
</div> | </div> | ||
Line 134: | Line 215: | ||
<a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a> | <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/Filter">Filter</a> | ||
- | <a href="https://2008.igem.org/Team:KULeuven/Model/Inverter"> | + | <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/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/CellDeath">Cell Death</a> | ||
Line 154: | Line 235: | ||
<div> | <div> | ||
<a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a> | <a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a> | ||
- | <a href="https://2008.igem.org/Team:KULeuven/Data/ | + | <a href="https://2008.igem.org/Team:KULeuven/Data/Other_Parts">Other</a> |
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</span> | </span> | ||
Line 165: | Line 243: | ||
<a href="https://2008.igem.org/Team:KULeuven/Data/Input">Input</a> | <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/Output">Output</a> | ||
- | + | <a href="https://2008.igem.org/Team:KULeuven/Data/Other_Components">Other</a> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</span> | </span> | ||
- | |||
</div> | </div> | ||
</li> | </li> | ||
Line 196: | Line 269: | ||
<a>Lab Data</a> | <a>Lab Data</a> | ||
<div> | <div> | ||
- | |||
<a href="https://2008.igem.org/Team:KULeuven/Freezer">Freezer</a> | <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/Primers">Primers</a> | ||
Line 204: | Line 276: | ||
<a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a> | <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/Press">Press</a> | ||
- | + | <a href="https://2008.igem.org/Team:KULeuven/Acknowledgments">Acknowledgments</a> | |
</div> | </div> | ||
</li> | </li> |
Latest revision as of 23:53, 29 October 2008
dock/undock dropdown