Team:Paris Bettencourt/Notebook

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
<head>
<head>
<style type='text/css'>
<style type='text/css'>
-
.hidden { display: none; }
+
.foo1 { display: none; }
-
.unhidden { display: block; }
+
.foo2 { display: block; }
</style>
</style>
Line 13: Line 13:
   if (item) {
   if (item) {
     var currentClass = item.className;
     var currentClass = item.className;
-
     if(currentClass == "hidden"){
+
     if(currentClass == "foo1"){
-
           item.className = "unhidden";
+
           item.className = "foo2";
     }else{
     }else{
-
           item.className = "hidden";
+
           item.className = "foo1";
     }
     }
   }
   }
Line 270: Line 270:
</a>
</a>
<b> This is some test  </b>
<b> This is some test  </b>
-
<div id="foo1" class="hidden">
+
<div id="moo1" class="foo1">
<p>
<p>
This some more text that we want to hide
This some more text that we want to hide
</p>
</p>
</div>
</div>
-
<a href="#foo1" onClick="unHide('foo1');">Show-Hide</a>
+
<a href="#moo1" onClick="unHide('moo1');">Show-Hide</a>
<hr />
<hr />

Revision as of 03:34, 19 July 2013

<body>
Notebook
July 2013
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
August 2013
Mo Tu We Th Fr Sa Su
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
September 2013
Mo Tu We Th Fr Sa Su
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

October 2013
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3

Contents

Week 01: 1st - 7th July

Week 02: 8th - 14th July

Week 03: 15th - 21th July

Thursday 18th July

This is some test

This some more text that we want to hide

Show-Hide
This is another test

This some more text that we want to hide


Back to top

Friday 19th July

Back to top

Week 04: 22th - 28th July

Monday 22nd July

Tuesday 23th July

Week 05: 29th July - 4th August

Week 06: 5th - 11th August

Week 07: 12th - 18th August

Week 08: 19th - 25th August

Week 09: 26th August - 1st September

Week 10: 2nd - 8th September

Week 11: 9th - 15th September

Week 12: 16th - 22th September

Week 13: 23th - 29th September

Week 14: 30th September - 6th October

Week 15: 7th - 13th October

Week 16: 14th - 20th October

Week 17: 21th - 27th October

Week 18: 28th October - 3th November

Centre for Research and Interdisciplinarity (CRI)
Faculty of Medicine Cochin Port-Royal, South wing, 2nd floor
Paris Descartes University
24, rue du Faubourg Saint Jacques
75014 Paris, France
+33 1 44 41 25 22/25
team2013@igem-paris.org
Hit Counter by Digits
Copyright (c) 2013 igem.org. All rights reserved.