Team:Heidelberg/DesignTest

From 2013.igem.org

(Difference between revisions)
m
m
Line 2: Line 2:
<html>
<html>
 +
<script type="text/javascript">
 +
function change_font(font) {
 +
var elems = document.body.getElementsByTagName("*");
 +
for (var i = 0; i < elems.length; i++) {
 +
elems[i].style.fontFamily = font;
 +
}
 +
}
 +
</script>
Find all tempaltes used on <a href="https://2013.igem.org/Team:Heidelberg/Templates">the templates page</a> with coresponding explanations.
Find all tempaltes used on <a href="https://2013.igem.org/Team:Heidelberg/Templates">the templates page</a> with coresponding explanations.
<input type="button" value="serif" onclick="change_font('serif')" />
<input type="button" value="serif" onclick="change_font('serif')" />

Revision as of 12:46, 16 August 2013

PHILOSOPHER'S STONE

igem-2013

Find all tempaltes used on the templates page with coresponding explanations.