Template:Team:Paris Saclay/simbox
From 2013.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
{ | { | ||
var sb= simboxes[i]; | var sb= simboxes[i]; | ||
- | var | + | var xmlfile= "https://2013.igem.org/Team:Paris_Saclay/"+sb.textContent+"?action=raw&ctype=text/css"; |
- | + | cb.innerHTML= ""; | |
+ | init_simbox(cb, i, xmlfile); | ||
} | } | ||
+ | } | ||
+ | |||
+ | function init_simbox(cb, id, xmlfile) | ||
+ | { | ||
+ | cb.style.background="#FFFF00"; | ||
} | } | ||
Revision as of 18:00, 2 August 2013
{{{load}}}