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

Line 24: Line 24:
 
var toShow = response.match(re);
 
var toShow = response.match(re);
 
if (toShow == null) {
 
if (toShow == null) {
document.getElementById('notes').innerHTML = dateText;
+
document.getElementById('notes').innerHTML = dateText + "<br><br>Nothing happened on this day...yes...absolutely nothing.";
document.getElementById('notes').innerHTML += "<br><br>Nothing happened on this day...yes...absolutely nothing.";
+
 
} else {
 
} else {
 
document.getElementById('notes').innerHTML = toShow;
 
document.getElementById('notes').innerHTML = toShow;
Line 104: Line 103:
 
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
 
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
 
.ui-icon {
 
.ui-icon {
background-image: url("http://download.jqueryui.com/themeroller/images/ui-icons_222222_256x240.png");
+
background-image: url("https://static.igem.org/mediawiki/2015/a/aa/Ui-icons_222222_256x240.png");
 
}
 
}
 
.ui-datepicker .ui-datepicker-header {
 
.ui-datepicker .ui-datepicker-header {
Line 150: Line 149:
 
.ui-state-hover {
 
.ui-state-hover {
 
/*border: 1px solid #999999;*/
 
/*border: 1px solid #999999;*/
background: #dadada url("http://download.jqueryui.com/themeroller/images/ui-bg_glass_75_dadada_1x400.png") 50%
+
background: #dadada url("https://static.igem.org/mediawiki/2015/4/47/Ui-bg_glass_75_dadada_1x400.png") 50%
 
}
 
}
 
.ui-state-default {
 
.ui-state-default {
Line 156: Line 155:
 
}
 
}
 
.ui-widget-header {
 
.ui-widget-header {
background: #cccccc url("http://download.jqueryui.com/themeroller/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
+
background: #cccccc url("https://static.igem.org/mediawiki/2015/f/f8/Ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
 
color: #222222;
 
color: #222222;
 
font-weight: bold;
 
font-weight: bold;

Revision as of 22:14, 28 August 2015

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

Notebook

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