Template:Team:Edinburgh/Code
From 2013.igem.org
(Difference between revisions)
Hristianita (Talk | contribs) |
Hristianita (Talk | contribs) |
||
Line 254: | Line 254: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
//Javascript name: My Date Time Picker | //Javascript name: My Date Time Picker | ||
Line 365: | Line 366: | ||
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:if(" + pValue + "!= | + | return "<td class='" + css_class + "'><a href=\"javascript:if(" + pValue + "!='')Cal.Date="+pValue+"; RenderCal();\">"+pValue +"</a></td>"; |
} | } | ||
Revision as of 10:34, 29 September 2013