|
|
Line 1: |
Line 1: |
- | <div style="margin-left: -142px; float: left">
| |
- | [[Image:Logo7.jpeg|110px|left|framless]]
| |
- | </div>
| |
- | <div style="margin-right: -100px; float: right">
| |
- | [[Image:Logosupbiotech.jpg |80px|right|framless]]
| |
- | </div>
| |
| | | |
- | <div style="margin-bottom: 40px; background: transparent">
| |
- | {| style="background-color: transparent;" cellpadding="3" cellspacing="20" border="0" align="center"
| |
- | !align="center"|[[Team:SupBiotech-Paris/HomeFr|Acceuil]]
| |
- | !align="center"|[[Team:SupBiotech-Paris/Equipe|Equipe]]
| |
- | !align="center"|[[Team:SupBiotech-Paris/MediaFr|Media]]
| |
- | !align="center"|[[Team:SupBiotech-Paris/Gestion de projet|Gestion de projet]]
| |
- | !align="center"|[[Team:SupBiotech-Paris/Remerciement|Remerciement]]
| |
- | |}
| |
- | </div>
| |
- |
| |
- | <html>
| |
- | <head>
| |
- | <div style="margin-right: -100px; float: right">
| |
- | <form action="http://www.google.com/cse" id="cse-search-box">
| |
- | <div>
| |
- | <input type="hidden" name="cx" value="015340677578042951902:mxzwogli87m" />
| |
- | <input type="hidden" name="ie" value="UTF-8" />
| |
- | <input type="text" name="q" size="21" />
| |
- | <input type="submit" name="sa" value="Search" />
| |
- | </div>
| |
- | </form>
| |
- | </div>
| |
- | </head>
| |
- | </html>
| |
- |
| |
- | <div id="menu">
| |
- | <span style="color:blue"> '''Projet''' </span><br>
| |
- | '''Introduction'''
| |
- | *[[Team:SupBiotech-Paris/Thérapies actuelles|Thérapies actuelles]]
| |
- | *[[Team:SupBiotech-Paris/Thérapies géniques|Thérapies géniques]]
| |
- | '''1st observation'''
| |
- | *[[Team:SupBiotech-Paris/Introduction1Fr|Introduction]]
| |
- | *[[Team:SupBiotech-Paris/Concept1Fr|Concept]]
| |
- | *[[Team:SupBiotech-Paris/Conclusion1Fr|Conclusion]]
| |
- | '''2nd observation'''
| |
- | *[[Team:SupBiotech-Paris/Introduction2Fr|Introduction]]
| |
- | *[[Team:SupBiotech-Paris/Concept2Fr|Concept]]
| |
- | *[[Team:SupBiotech-Paris/Conclusion2Fr|Conclusion]]
| |
- | '''Implementation'''
| |
- | *[[Team:SupBiotech-Paris/Ciblage Tissulaire|Ciblage Tissulaire]]
| |
- | *[[Team:SupBiotech-Paris/Ciblage Cellulaire|Ciblage Cellulaire]]
| |
- | *[[Team:SupBiotech-Paris/ModificationFr|Modification]]
| |
- | *[[Team:SupBiotech-Paris/Conclusion3Fr|Conclusion]]
| |
- |
| |
- |
| |
- | <span style="color:blue"> '''Ressources'''</span>
| |
- | *[[Team:SupBiotech-Paris/BiobricksFr|Biobricks]]
| |
- | *[[Team:SupBiotech-Paris/Matériel & Méthode|Matériel & Méthode]]
| |
- | *[[Team:SupBiotech-Paris/Bibliographie|Bibliographie]]
| |
- |
| |
- |
| |
- | <span style="color:blue">'''Ethique & sûreté'''</span>
| |
- | *[[Team:SupBiotech-Paris/Biologie Synthetique|Biologie Synthetique]]
| |
- | *[[Team:SupBiotech-Paris/Notre projet|Notre projet]]
| |
- | *[[Team:SupBiotech-Paris/Sûreté|Sûreté]]
| |
- |
| |
- |
| |
- |
| |
- | <html>
| |
- | <a href="http://www3.clustrmaps.com/counter/maps.php?url=https://2009.igem.org/Team:SupBiotech-Paris" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=https://2009.igem.org/Team:SupBiotech-Paris" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onerror="this.onerror=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';" />
| |
- | </a>
| |
- | </html>
| |
- |
| |
- | <html>
| |
- | <head>
| |
- | <title>script date et heure</title>
| |
- | <!-- DEBUT DU SCRIPT --><script language="JavaScript">
| |
- | function HeureCheck()
| |
- | {
| |
- | krucial = new Date;
| |
- | heure = krucial.getHours();
| |
- | min = krucial.getMinutes();
| |
- | sec = krucial.getSeconds();
| |
- | mois = krucial.getMonth()+1;
| |
- | jour = krucial.getDate();
| |
- | annee = krucial.getFullYear();
| |
- | if (sec< 10)
| |
- | {
| |
- | sec0 = "0";
| |
- | }
| |
- | else
| |
- | {
| |
- | sec0 = "";
| |
- | }
| |
- | if (min< 10)
| |
- | {
| |
- | min0 = "0";
| |
- | }
| |
- | else
| |
- | {
| |
- | min0 = "";
| |
- | }
| |
- | if (heure< 10)
| |
- | {
| |
- | heure0 = "0";
| |
- | }
| |
- | else
| |
- | {
| |
- | heure0 = "";
| |
- | }
| |
- | if (mois< 10)
| |
- | {
| |
- | mois0 = "0";
| |
- | }
| |
- | else
| |
- | {
| |
- | mois0 = "";
| |
- | }
| |
- | if (jour< 10)
| |
- | {
| |
- | jour0 = "0";
| |
- | }
| |
- | else
| |
- | {
| |
- | jour0 = "";
| |
- | }
| |
- | if (annee< 10)
| |
- | {
| |
- | annee0 = "0";
| |
- | }
| |
- | else
| |
- | {
| |
- | annee0 = "";
| |
- | }
| |
- | DinaDate = "" + mois0 + mois + "/" + jour0 + jour + "/" + annee0 + annee;
| |
- | total = DinaDate
| |
- | DinaHeure = heure0 + heure + ":" + min0 + min + ":" + sec0 + sec;
| |
- | total = DinaHeure
| |
- | total = DinaDate + " - " + DinaHeure;
| |
- | document.time.timebox.value = total;
| |
- | tempo = setTimeout("HeureCheck()", 1000)
| |
- | }
| |
- | </script>
| |
- | </head>
| |
- | <body bgcolor="#FFFFFF" vlink="#9900FF" onload="HeureCheck()" onunload="clearTimeout(tempo)">
| |
- | <center><p>
| |
- | <table border=0 bgcolor="#33cc66" width="40%" height="20%">
| |
- | <tr>
| |
- | <td>
| |
- | <center>
| |
- | <font size="+1" face="arial">
| |
- | <form action="" method=post name=time>
| |
- | <center><input type=text name=timebox value="" size=18></center>
| |
- | </form> </font></p>
| |
- | </t>
| |
- | </tr>
| |
- | </table>
| |
- | </font></p></center>
| |
- | </body>
| |
- | </html>
| |
- | </div>
| |