Template:Team:KULeuven/Common/CategoryCalendar
From 2009.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
cals += "</table></center>"; | cals += "</table></center>"; | ||
- | var obj = document.getElementById('CalendarInsertionPoint'); | + | if(data.length > 0) { |
- | + | var obj = document.getElementById('CalendarInsertionPoint'); | |
+ | obj.innerHTML = "<h2>Pages from the notebook in this category</h2>" + cals; | ||
+ | } | ||
} | } | ||
--> | --> | ||
</script> | </script> | ||
- | + | ||
<div id='CalendarInsertionPoint'></div> | <div id='CalendarInsertionPoint'></div> |
Latest revision as of 14:02, 12 July 2009