Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
for (var loop = 0; loop<el.length; loop++) { | for (var loop = 0; loop<el.length; loop++) { | ||
if (el[loop].checked == true) { | if (el[loop].checked == true) { | ||
+ | if (str != "") { str += ", "; } | ||
str += el[loop].value; | str += el[loop].value; | ||
} | } | ||
Line 20: | Line 21: | ||
var txt = ""; | var txt = ""; | ||
txt = "<b>Characteristics of BioBrick device/part</b><br>"; | txt = "<b>Characteristics of BioBrick device/part</b><br>"; | ||
- | txt+= "Type of BioBrick: "+document.inv.typ | + | txt+= "Type of BioBrick: "+getOpsomming(document.inv.typ)+"<br>"; |
if (document.inv.inputs.value != "N/A") { | if (document.inv.inputs.value != "N/A") { | ||
txt += "Inputs: "+document.inv.inputs.value+"<br>"; | txt += "Inputs: "+document.inv.inputs.value+"<br>"; |
Revision as of 23:05, 26 October 2010