Team:Harvard/Notebook

From 2011.igem.org

(Difference between revisions)
Line 393: Line 393:
   elem.style.display = 'none';
   elem.style.display = 'none';
if(k==63){
if(k==63){
 +
  elem.style.display = 'block';
 +
}
 +
elem = document.getElementById('picture');
 +
  elem.style.display = 'none';
 +
if(k==100){
   elem.style.display = 'block';
   elem.style.display = 'block';
}
}
Line 411: Line 416:
<tr><th>Sun</th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th></tr>
<tr><th>Sun</th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th></tr>
<tr><td></td><tr><td></td><td></td><td></td><td>1</a></td><td> 2</a></td><td> 3</a></td><td> 4</a></td>
<tr><td></td><tr><td></td><td></td><td></td><td>1</a></td><td> 2</a></td><td> 3</a></td><td> 4</a></td>
-
</tr><td>5</td><td>
+
</tr><td>
 +
<span id="student2" onclick="show(100)">
 +
5
 +
</span ></td><td>
<span id="student" onclick="show(1)">
<span id="student" onclick="show(1)">
6
6
Line 656: Line 664:
</html>
</html>
 +
 +
<div id="picture"> <br><br><br><img src="https://static.igem.org/mediawiki/2011/b/bb/HARVNotebook_small.png" style="text-align:center"></div>
<!-- the actual content of the page is in templates - DON'T MESS WITH THE FORMATTING, it's terrible for a reason -->
<!-- the actual content of the page is in templates - DON'T MESS WITH THE FORMATTING, it's terrible for a reason -->

Revision as of 14:21, 12 August 2011

bar


June
SunMonTueWedThuFriSat
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

July
SunMonTueWedThuFriSat
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
SunMonTueWedThuFriSat
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 25 25 26 27
28 29 30 31




<img src="HARVNotebook_small.png" style="text-align:center">