Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 40: | Line 40: | ||
var txt ="<b>Physical properties</b><br>"; | var txt ="<b>Physical properties</b><br>"; | ||
var eh = getOpsomming(document.inv.host); | var eh = getOpsomming(document.inv.host); | ||
- | if (document.inv. | + | if (document.inv.host2.value != "") { |
if (eh != "") { | if (eh != "") { | ||
- | eh += ", "+document.inv. | + | eh += ", "+document.inv.host2.value; |
} else { | } else { | ||
- | eh = document.inv. | + | eh = document.inv.host2.value; |
} | } | ||
} | } | ||
Line 111: | Line 111: | ||
<tr><td valign="top"><b>Physical properties</b></td></tr> | <tr><td valign="top"><b>Physical properties</b></td></tr> | ||
<tr><td>Host</td><td><input type="checkBox" name="host" value="E. coli">Escherichia coli<br><input type="checkBox" name="host" value="Bacillus subtilis">Bacillus subtilis<br><input type="checkBox" name="host" value="Yeast">Yeast<br><input type="checkBox" name="host" value="Bacteriophage T7">Bacteriophage T7<br> | <tr><td>Host</td><td><input type="checkBox" name="host" value="E. coli">Escherichia coli<br><input type="checkBox" name="host" value="Bacillus subtilis">Bacillus subtilis<br><input type="checkBox" name="host" value="Yeast">Yeast<br><input type="checkBox" name="host" value="Bacteriophage T7">Bacteriophage T7<br> | ||
- | Other: <input type="text name=" | + | Other: <input type="text name="host2"></td></tr> |
<tr><td><b>Recommended working conditions</b> specify here how there is worked with the BioBrick. Recommended working operations are mainly used for how the biobrick is used in the current project</td><td><textarea name="oper"></textarea></td></tr> | <tr><td><b>Recommended working conditions</b> specify here how there is worked with the BioBrick. Recommended working operations are mainly used for how the biobrick is used in the current project</td><td><textarea name="oper"></textarea></td></tr> | ||
<tr><td>Status of BioBrick part/device</td><td><textarea name="status" rows=7 cols=40></textarea></td></tr> | <tr><td>Status of BioBrick part/device</td><td><textarea name="status" rows=7 cols=40></textarea></td></tr> |
Revision as of 23:20, 26 October 2010