Team:Tsinghua/leftbar
From 2010.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
Until Jamboree</div> | Until Jamboree</div> | ||
<div style="margin: 8px; background: #2A3"> | <div style="margin: 8px; background: #2A3"> | ||
- | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi | + | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi; font-size: 25pt; margin-right: 10px" id="pday">I </span> days</p> |
- | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi | + | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi; font-size: 25pt; margin-right: 10px" id="phour"></span> hours</p> |
- | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi | + | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi; font-size: 25pt; margin-right: 10px" id="pmin">E</span> minutes</p> |
- | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi | + | <p style="color: white; font-size: 18pt; font-weight: bold; text-indent: 3pc"><span style="font-family: Vivaldi; font-size: 25pt; margin-right: 10px" id="psec"> U</span> seconds</p> |
</div> | </div> | ||
</div> | </div> | ||
Line 30: | Line 30: | ||
snum = Math.round(seconds); | snum = Math.round(seconds); | ||
- | document.getElementById("pday").innerHTML = String(dnum) | + | document.getElementById("pday").innerHTML = String(dnum); |
- | document.getElementById("phour").innerHTML = hnum | + | document.getElementById("phour").innerHTML = hnum; |
- | document.getElementById("pmin").innerHTML = | + | document.getElementById("pmin").innerHTML = mnum; |
- | document.getElementById("psec").innerHTML = snum | + | document.getElementById("psec").innerHTML = snum; |
} | } |
Revision as of 09:08, 4 October 2010