Team:Lyon-INSA/project
From 2012.igem.org
(Difference between revisions)
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | {{Lyon-INSA/homeCss}} | ||
+ | {{Lyon-INSA/modelling}} | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" > | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
+ | <script type="text/javascript" href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | |||
+ | $("#p-logo").find("img").attr("src","none"); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | <head> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | <div id="projectBar" class="menuBar"> | ||
+ | <div class="boutonMenu" onclick="window.location='menu';">Menu</div> | ||
+ | <div id="ongletBar"> | ||
+ | <div class="boutonOnglet BOClicked">Project description</div> | ||
+ | <div class="boutonOnglet" onclick="window.location='modelling';">Modelling</div> | ||
+ | <div class="boutonOnglet" onclick="window.location='safety';">Safety</div> | ||
+ | <div class="boutonOnglet" onclick="window.location='notebook';">Notebook</div> | ||
+ | <div class="boutonOnglet" onclick="window.location='protocol';">Protocol</div> | ||
+ | <div class="boutonOnglet" onclick="window.location='datapage';">Data Page</div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="bandeau"></div> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Revision as of 15:09, 24 August 2012