|
|
Line 21: |
Line 21: |
| Testing, Workshop Paris | | Testing, Workshop Paris |
| | | |
- | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
| |
| | | |
- | <html>
| |
- |
| |
- |
| |
- |
| |
- | <body marginwidth="4" marginheight="4" topmargin="4" leftmargin="4" bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#000000" bottommargin="4" rightmargin="4">
| |
- | <table border="0" cellpadding="0" cellspacing="0" width="770">
| |
- |
| |
- | <tr>
| |
- | <td valign="top" colspan="3">
| |
- | <table cellpadding="0" cellspacing="0" border="0" align="center" id="cdtimer">
| |
- | <tr>
| |
- | <td><img src="spacehl.gif" border="0" alt="" height="42" width="10"></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digitd3"></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digitd2"></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digitd1"></td>
| |
- | <td><img src="spacehdm.gif" border="0" alt="" height="42" width="32" name="digithd"></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digith2"></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digith1"></td>
| |
- | <td><img src="spacehh.gif" border="0" alt="" height="42" width="32" ></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digitm2"></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digitm1"></td>
| |
- | <td><img src="spacehm.gif" border="0" alt="" height="42" width="32" ></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digits2"></td>
| |
- | <td><img src="spacesp.gif" border="0" alt="" height="42" width="32" name="digits1"></td>
| |
- | <td><img src="spacehs.gif" border="0" alt="" height="42" width="32" ></td>
| |
- | <td><img src="spacehr.gif" border="0" alt="" height="42" width="10" ></td>
| |
- | </tr>
| |
- | </table>
| |
- | <p id="final" style="display: none; text-align:center;"> <strong></strong>
| |
- | </p>
| |
- | <p style="text-align:center;">UNTIL IGEM JAMBOREE 2010</p>
| |
- | <script>
| |
- | function setDigit(digit,id) {
| |
- | if (document.images[digit]) {
| |
- | document.images[digit].src=digits[id].src;
| |
- | }
| |
- | }
| |
- |
| |
- | function hideNode(digit) {
| |
- | if (e=document.getElementById(digit)) {
| |
- | e.style.display="none";
| |
- | }
| |
- | }
| |
- |
| |
- | function showNode(digit) {
| |
- | if (e=document.getElementById(digit)) {
| |
- | e.style.display="block";
| |
- | }
| |
- | }
| |
- |
| |
- | function update() {
| |
- | var dateAlarm=new Date(2010,10,5,18,0,0);
| |
- | var dateNow=new Date()
| |
- | var diff=Math.floor((dateAlarm-dateNow) / 1000);
| |
- |
| |
- | if (diff>0) {
| |
- |
| |
- | var s=(diff % 60);
| |
- | var m=Math.floor(diff / 60) % 60;
| |
- | var h=Math.floor(diff / 3600) % 24;
| |
- | var d=Math.floor(diff / 3600 / 24);
| |
- |
| |
- | var s1=s % 10;
| |
- | var s2=Math.floor(s / 10) % 10;
| |
- | setDigit("digits1",s1);
| |
- | setDigit("digits2",s2);
| |
- |
| |
- | var m1=m % 10;
| |
- | var m2=Math.floor(m / 10) % 10;
| |
- | setDigit("digitm1",m1);
| |
- | setDigit("digitm2",m2);
| |
- |
| |
- | var h1=h % 10;
| |
- | var h2=Math.floor(h / 10) % 10;
| |
- | setDigit("digith1",h1);
| |
- | setDigit("digith2",h2);
| |
- |
| |
- | var d1=d % 10;
| |
- | var d2=Math.floor(d / 10) % 10;
| |
- | var d3=Math.floor(d / 100) % 10;
| |
- | var d4=Math.floor(d / 1000) % 10;
| |
- | var d5=Math.floor(d / 10000) % 10;
| |
- | setDigit("digitd1",d1);
| |
- | setDigit("digitd2",d2);
| |
- | setDigit("digitd3",d3);
| |
- | setDigit("digitd4",d4);
| |
- | setDigit("digitd5",d5);
| |
- | if (d==1) {
| |
- | setDigit("digithd",10);
| |
- | }
| |
- | } else {
| |
- | hideNode("cdtimer");
| |
- | showNode("final");
| |
- | }
| |
- | }
| |
- |
| |
- | var digits=new Array();
| |
- |
| |
- | for(i=0;i<=9;i++) {
| |
- | digits[i] = new Image();
| |
- | digits[i].src="./space"+i+".gif";
| |
- | }
| |
- | digits[10] = new Image();
| |
- | digits[10].src="./spacehdm.gif";
| |
- |
| |
- | window.setInterval("update();", 1000);
| |
- | update();
| |
- | </script>
| |
- | <br>
| |
- | <br>
| |
- | <br>
| |
- | </td>
| |
- | </tr>
| |
- | </table>
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </body>
| |
- | </html>
| |
| [[Image:Team_ESBS-Strasbourg_Members.jpg]] | | [[Image:Team_ESBS-Strasbourg_Members.jpg]] |
| | | |
This is a template page. READ THESE INSTRUCTIONS.
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples
HERE.
You MUST have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page. PLEASE keep all of your pages within your teams namespace.