Template:Team:Uppsala/JS/notebook
From 2013.igem.org
(Difference between revisions)
Line 605: | Line 605: | ||
else if(id == 'd2013104') | else if(id == 'd2013104') | ||
{ | { | ||
- | ds =' | + | ds ='<h1>Wikifreeze!!!</h1>'; |
} | } | ||
else if(id == 'd20131011') | else if(id == 'd20131011') | ||
{ | { | ||
- | ds =' | + | ds ='<h1>Start of European Jamboree in Lyon!</h1>'; |
} | } | ||
else if(id == 'd20131012') | else if(id == 'd20131012') | ||
{ | { | ||
- | ds =' | + | ds ='<h1>European Jamboree in Lyon</h1>'; |
} | } | ||
else if(id == 'd20131013') | else if(id == 'd20131013') | ||
{ | { | ||
- | ds =' | + | ds ='<h1>End of European Jamboree in Lyon</h1>'; |
- | } | + | } |
else | else | ||
{ | { | ||
- | ds = 'Nothing | + | ds = 'Nothing happend during this day!'; |
} | } | ||
document.getElementById(id).setAttribute('onclick','closeNote('+y+', '+m+', '+d+');'); | document.getElementById(id).setAttribute('onclick','closeNote('+y+', '+m+', '+d+');'); |
Revision as of 19:59, 3 October 2013