Difference between revisions of "Team:Gaston Day School/Notebook"
Line 45: | Line 45: | ||
window.onload = function() | window.onload = function() | ||
{ | { | ||
− | + | document.getElementById(mo7).style.display = "none"; | |
+ | document.getElementById(mo8).style.display = "none"; | ||
+ | for (i = 7; i < 9; i += 1) | ||
{ | { | ||
for (j = 1; j < document.getElementById("month"+i).childNodes.length; j+=2) | for (j = 1; j < document.getElementById("month"+i).childNodes.length; j+=2) | ||
Line 69: | Line 71: | ||
document.getElementById(month+""+day).style.display = "block"; | document.getElementById(month+""+day).style.display = "block"; | ||
window.scrollTo(0,document.getElementById(month+""+day).getBoundingClientRect().bottom-document.getElementById(month+""+day).getBoundingClientRect().top); | window.scrollTo(0,document.getElementById(month+""+day).getBoundingClientRect().bottom-document.getElementById(month+""+day).getBoundingClientRect().top); | ||
+ | } | ||
+ | function enbl(month) | ||
+ | { | ||
+ | if (month == 7) | ||
+ | { | ||
+ | document.getElementById(month).style.display = "block"; | ||
+ | document.getElementById(mo8).style.display = "none"; | ||
+ | } | ||
+ | else if (month == 8) | ||
+ | { | ||
+ | document.getElementById(month).style.display = "block"; | ||
+ | document.getElementById(mo7).style.display = "none"; | ||
+ | } | ||
} | } | ||
</script> | </script> | ||
Line 74: | Line 89: | ||
<table> | <table> | ||
<tr id="kewltable"> | <tr id="kewltable"> | ||
− | <td width="50px" height="50px" style="background-color:#739dd7">July</td> | + | <td onClick="enbl("mo7")" width="50px" height="50px" style="background-color:#739dd7">July</td> |
− | <td width="50px" height="50px" style="background-color:#739dd7">August</td> | + | <td onClick="enbl("mo8")" width="50px" height="50px" style="background-color:#739dd7">August</td> |
</tr> | </tr> | ||
</table> | </table> |
Revision as of 14:15, 18 September 2015
Notebook
July | August |
July | ||||||
---|---|---|---|---|---|---|
Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday |
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 | ||||||
---|---|---|---|---|---|---|
Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday |
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 |