Difference between revisions of "Team:Gaston Day School/Notebook"
Line 4: | Line 4: | ||
<script> | <script> | ||
+ | var prevDay = | ||
+ | { | ||
+ | month: 0 | ||
+ | day: 0 | ||
+ | } | ||
+ | var curDay = | ||
+ | { | ||
+ | month: 0 | ||
+ | day: 0 | ||
+ | } | ||
function disableInfo() | function disableInfo() | ||
{ | { | ||
Line 11: | Line 21: | ||
{ | { | ||
console.log(month+""+day); | console.log(month+""+day); | ||
− | + | document.getElementById(month+""+day).style.display = "none"; | |
} | } | ||
</script> | </script> | ||
Line 65: | Line 75: | ||
<td onClick="selectDay(7,2)">2</td> | <td onClick="selectDay(7,2)">2</td> | ||
<td onClick="selectDay(7,3)">3</td> | <td onClick="selectDay(7,3)">3</td> | ||
− | <td | + | <td>4</td> |
</tr> | </tr> | ||
<tr align="right" valign="top"> | <tr align="right" valign="top"> | ||
− | <td | + | <td>5</td> |
− | <td | + | <td>6</td> |
− | <td | + | <td>7</td> |
− | <td | + | <td>8</td> |
− | <td | + | <td>9</td> |
− | <td | + | <td>10</td> |
− | <td | + | <td>11</td> |
</tr> | </tr> | ||
<tr align="right" valign="top"> | <tr align="right" valign="top"> |
Revision as of 15:47, 23 July 2015
Notebook
Document the dates you worked on your project.
What should this page have?
- Chronological notes of what your team is doing.
- Brief descriptions of daily important events.
- Pictures of your progress.
- Mention who participated in what task.
Inspiration
You can see what others teams have done to organize their notes:
Disable Information
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 |