Template:Biotec Dresden/month

From 2010.igem.org

(Difference between revisions)
m
Line 1: Line 1:
-
{{Biotec_Dresden/Header}}
 
<html>
<html>
-
<head>
 
-
  <script src="http://code.jquery.com/jquery-latest.min.js"></script>
 
-
</head>
 
<body>
<body>
<table class="month cal_ov">
<table class="month cal_ov">
Line 12: Line 8:
</table>
</table>
-
<table id="July" class="calendar month cal_ov">
+
<table id="July" class="calendar month cal_ov" style="display:hidden">
<tr><td  class="header"><div class="heading">July</div></td>
<tr><td  class="header"><div class="heading">July</div></td>
<td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_July_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_July_2010&amp;action=edit"><span class="day-empty">1</span></a>
<td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_July_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_July_2010&amp;action=edit"><span class="day-empty">1</span></a>
Line 51: Line 47:
</td></tr>
</td></tr>
-
<table id="August" class="calendar month cal_ov">
+
<table id="August" class="calendar month cal_ov" style="display:hidden">
<tr><td  class="header"><div class="heading">August</div></td>
<tr><td  class="header"><div class="heading">August</div></td>
<td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_August_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_August_2010&amp;action=edit"><span class="day-empty">1</span></a>
<td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_August_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_August_2010&amp;action=edit"><span class="day-empty">1</span></a>
Line 92: Line 88:
</table>
</table>
-
<table id="September" class="calendar month cal_ov">
+
<table id="September" class="calendar month cal_ov" style="display:hidden">
<tr><td  class="header"><div class="heading">September</div></td>
<tr><td  class="header"><div class="heading">September</div></td>
</td><td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_September_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_September_2010&amp;action=edit"><span class="day-empty">1</span></a>
</td><td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_September_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_September_2010&amp;action=edit"><span class="day-empty">1</span></a>
Line 130: Line 126:
</td></tr>
</td></tr>
</table>
</table>
-
<table id="October" class="calendar month cal_ov">
+
<table id="October" class="calendar month cal_ov" style="display:hidden">
<tr id="October"><td  class="header"><div class="heading">October</div></td>
<tr id="October"><td  class="header"><div class="heading">October</div></td>
</td><td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_October_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_October_2010&amp;action=edit"><span class="day-empty">1</span></a>
</td><td><a rel="nofollow" title="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_October_2010&amp;action=edit" class="external text" href="https://2010.igem.org/wiki/index.php?title=BIOTEC_Dresden/Notepad/1_October_2010&amp;action=edit"><span class="day-empty">1</span></a>
Line 172: Line 168:
<script>
<script>
$("#jul").click(function () {
$("#jul").click(function () {
-
$("#July").toggle("200");
+
$("#July").show("200");
 +
$("#August").hide("200");
 +
$("#September").hide("200");
 +
$("#October").hide("200");
});   
});   
$("#aug").click(function () {
$("#aug").click(function () {
-
$("#August").toggle("200");
+
$("#July").hide("200");
 +
$("#August").show("200");
 +
$("#September").hide("200");
 +
$("#October").hide("200");
});     
});     
$("#sep").click(function () {
$("#sep").click(function () {
-
$("#September").toggle("200");
+
$("#July").hide("200");
 +
$("#August").hide("200");
 +
$("#September").show("200");
 +
$("#October").hide("200");
});     
});     
$("#oct").click(function () {
$("#oct").click(function () {
-
$("#October").toggle("200");
+
$("#July").hide("200");
 +
$("#August").hide("200");
 +
$("#September").hide("200");
 +
$("#October").show("200");
});     
});     
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 23:03, 24 July 2010

July
August
September
October
July
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
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
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
October
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