Difference between revisions of "Team:ETH Zurich/Notebook"

m
m
Line 17: Line 17:
 
var toShow = response.match(re);
 
var toShow = response.match(re);
 
if (toShow == null) {
 
if (toShow == null) {
document.getElementById('notes').innerHTML = "You have selected the fine day of ";
+
document.getElementById('notes').innerHTML = dateText;
document.getElementById('notes').innerHTML += dateText;
+
document.getElementById('notes').innerHTML += "\n Nothing happened on this day...yes...absolutely nothing.";
document.getElementById('notes').innerHTML += ". Oh dear...the notes for that day seem to have run away and we can't find them. :(";
+
 
} else {
 
} else {
 
document.getElementById('notes').innerHTML = toShow;
 
document.getElementById('notes').innerHTML = toShow;

Revision as of 14:50, 24 July 2015

"What I cannot create I do not understand."
- Richard Feynmann

Notebook

Select a day to see what our lab did that day.