Team:Todai-Tokyo/Notebook/jikkenn
From 2009.igem.org
(Difference between revisions)
(Removing all content from page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2009.igem.org/wiki/index.php?title=User:Home_World/wiki/main.css&action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2009.igem.org/wiki/index.php?title=User:Home_World/wiki/dd.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="https://2009.igem.org/wiki/index.php?title=User:Home_World/wiki/java.js&action=raw&ctype=text/javascript"></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','#e5e5e0')}, | ||
+ | function (){$(this).css('background-color','#e5e5e0')});}, | ||
+ | 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 ddmozilla() { | ||
+ | ddtoggle(); | ||
+ | } | ||
+ | |||
+ | $(function () { | ||
+ | ddnav(); | ||
+ | ddnavsub(); | ||
+ | |||
+ | if($.browser.mozilla) {ddmozilla();} | ||
+ | }); | ||
+ | </script> | ||
+ | <center> | ||
+ | <div id="header"> | ||
+ | <img src="https://2009.igem.org/Image:Igemtokyo.jpg" width="965" height="235"> | ||
+ | |||
+ | <!-- logo --> | ||
+ | <div id="logo"> | ||
+ | </div> | ||
+ | <!-- END logo --> | ||
+ | |||
+ | <!-- main navigation --> | ||
+ | <div id="mainNav"> | ||
+ | <ul id="ddNav"> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2009.igem.org/Team:Alberta">Home</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Team</a> | ||
+ | <div> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Team">Undergraduates</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Team#Team_Ad">Team Advisors</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Team#Fac_Con">Faculty Consultants</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>Project</a> | ||
+ | <div> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Project/Bioinformatics">Bioinformatics</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Project/Assembly_Process">Assembly Process</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Project/Recombineering">Recombineering</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Project/Outreach">Outreach</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/MedalRequirements">Deliverables</a> | ||
+ | <div> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/MedalRequirements">Deliverables</a> | ||
+ | <a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2009&group=Alberta" target="_blank">Parts Registry</a> | ||
+ | |||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Calendar">Notebook</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a>References</a> | ||
+ | <div> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/References/Keyword">Keyword</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/References/Author">Author</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/References/Title">Title</a> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/References/Year">Year</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2009.igem.org/Team:Alberta/Links">Links</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!-- END main navigation --> | ||
+ | |||
+ | </div> | ||
+ | </center> | ||
+ | </html> | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <html> | ||
+ | <style type="text/css"> | ||
+ | body {background-color:#141e7d;} | ||
+ | </style> | ||
+ | </html> |
Revision as of 02:34, 20 September 2009