Team:Uppsala/Project Notebook

From 2014.igem.org

(Difference between revisions)
Line 18: Line 18:
var calendar_dates_array = ["June 9th", "June 10th", "June 11th", "June 12th", "June 13th", "June 14th", "June 15th", "June 16th", "June 17th", "June 18th", "June 19th", "June 20th", "June 21st", "June 22nd"];
var calendar_dates_array = ["June 9th", "June 10th", "June 11th", "June 12th", "June 13th", "June 14th", "June 15th", "June 16th", "June 17th", "June 18th", "June 19th", "June 20th", "June 21st", "June 22nd"];
document.getElementById("calendar_week").innerHTML = "week " + calendar_week_var;
document.getElementById("calendar_week").innerHTML = "week " + calendar_week_var;
-
for(i = 0; i < 7; i++) {
+
 
 +
/*for(i = 0; i < 7; i++) {
  var str = "calendar_day" + (i+1);
  var str = "calendar_day" + (i+1);
  document.getElementById(str).innerHTML = calendar_dates_array[i];
  document.getElementById(str).innerHTML = calendar_dates_array[i];
-
}
+
}*/
</script>
</script>
</html>
</html>
{{:Team:Uppsala/Templates/bottom_template}}
{{:Team:Uppsala/Templates/bottom_template}}

Revision as of 16:12, 29 August 2014

Home

Failed to load tracking. JS is probably not enabled