Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
var ok = false; | var ok = false; | ||
if (document.inv.desc.value != "") { ok = true; } | if (document.inv.desc.value != "") { ok = true; } | ||
- | txt = "<b>Description</b><br>\n"+document.inv.desc.value+"<br><br><b>Safety Notes</b><br>"+document.inv.safety.value+"<br><br><b>Recommended working conditions/usage</b><br>"+document.inv.oper.value+"<br><br><b>Physical properties</b><br><br>"+document.inv.phys.value+"<br><i>Sequence</i><br>"+document.inv.seq.value+"<br>Length: "+document.inv.blength.value+" bps<BR><br><b>Inputs<br>"+document.inv.inputs.value+"<br><br><b>Outputs</b><br>"+document.inv.outputs.value+"<br><br><b>Characteristics</b><br>"; | + | txt = "<b>Description</b><br>\n"+document.inv.desc.value+"<br><br><b>Safety Notes</b><br>"+document.inv.safety.value+"<br><br><b>Recommended working conditions/usage</b><br>"+document.inv.oper.value+"<br><br><b>Physical properties</b><br><br>"+document.inv.phys.value+"<br><i>Sequence</i><br>"+document.inv.seq.value+"<br>Length: "+document.inv.blength.value+" bps<BR><br><b>Inputs<br>"+document.inv.inputs.value+"<br><br><b>Outputs</b><br>"+document.inv.outputs.value+"<br><br><b>Characteristics</b><br>Ribosome transit rate: "+document.inv.ribinv.value+"<br>Polymerase transit rate: "+document.inv.polyinv.value+"<br>Host(s): "+document.inv.host1.value; |
if (ok) { | if (ok) { | ||
Line 32: | Line 32: | ||
<tr><td>Host</td><td><input type="checkBox" name="host" value="E. coli">E. coli<br><input type="checkBox" name="host" value="Bacillus Subtillis">Bacillus Subtillis<br><input type="checkBox" name="host" value="Lactococcus">Lactococus<br> | <tr><td>Host</td><td><input type="checkBox" name="host" value="E. coli">E. coli<br><input type="checkBox" name="host" value="Bacillus Subtillis">Bacillus Subtillis<br><input type="checkBox" name="host" value="Lactococcus">Lactococus<br> | ||
<input type="text name="host1"></td></tr></table></td></tr> | <input type="text name="host1"></td></tr></table></td></tr> | ||
- | + | <tr><td>Compatibility</td><td><textarea name="compat"></textarea</td></tr> | |
<tr><td colspan=2><center><input type=submit></center></td></tr> | <tr><td colspan=2><center><input type=submit></center></td></tr> | ||
</table> | </table> |
Revision as of 14:02, 9 September 2010