Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 48: | Line 48: | ||
} | } | ||
- | txt +="Sequence<br>"+document.inv.seq.value+"<br>Length: "+document.inv.blength.value+" bps<BR | + | txt +="Sequence<br>"+document.inv.seq.value+"<br>Length: "+document.inv.blength.value+" bps<BR>Host: "+eh+"<br><br>"; |
return txt; | return txt; | ||
} | } | ||
Line 62: | Line 62: | ||
if (document.inv.desc.value != "") { ok = true; } else { fouten += "Description is not provided"; } | if (document.inv.desc.value != "") { ok = true; } else { fouten += "Description is not provided"; } | ||
- | txt = characteristics()+"<b>Description</b><br>\n"+document.inv.desc.value+"<br><br>"+physprop()+" | + | txt = characteristics()+"<b>Description</b><br>\n"+document.inv.desc.value+"<br><br>"+physprop()+"<b>Recommended working conditions/usage</b><br>"+document.inv.oper.value+"<br><br>Status:"+document.inv.status.value+"<br><br>Safety notes "+document.inv.safety.value+"<br>Contact information:"+document.inv.contact.value; |
txt = txt + "Resulting HTML: <textarea>"+txt+"</textarea><br>"; | txt = txt + "Resulting HTML: <textarea>"+txt+"</textarea><br>"; |
Revision as of 00:02, 27 October 2010