Template:Team:Edinburgh/Code

From 2013.igem.org

(Difference between revisions)
Line 178: Line 178:
.selectedDate {
.selectedDate {
   background-color: #FFFF99;
   background-color: #FFFF99;
 +
  background-color: white;
}
}
Line 411: Line 412:
function GenCell(pValue, css_class)//Generate table cell with value
function GenCell(pValue, css_class)//Generate table cell with value
{
{
-
return "<td class='" + css_class + "'><a href=\"javascript:window.location.hash='#anchor1';\">"+pValue +"</a></td>";
+
return "<td class='" + css_class + "'><a href='#" + Cal.Month +"-" + pValue + "'>"+pValue +"</a></td>";
}
}

Revision as of 17:14, 29 September 2013