Team:LMU-Munich/Primer Design/Design Primers
From 2011.igem.org
(Difference between revisions)
(mathias: yet another form revamp) |
(mathias: fixed some more bugs) |
||
Line 108: | Line 108: | ||
<label>Na<sup>+</sup> concentration: <input type="text" name="na" id="na" value="0.8" /></label> | <label>Na<sup>+</sup> concentration: <input type="text" name="na" id="na" value="0.8" /></label> | ||
</div> | </div> | ||
- | + | <div id="coding1" class="leftbox" style="width: 630px"> | |
- | + | ||
- | + | ||
- | <div id=" | + | |
- | + | ||
<input type="hidden" name="mode" value="primer" /> | <input type="hidden" name="mode" value="primer" /> | ||
<p><label for="seq_n"><h2>Before 5'</h2></label> | <p><label for="seq_n"><h2>Before 5'</h2></label> | ||
Line 119: | Line 115: | ||
<p><label>You can also upload a FASTA file: <input type="file" name="seq_n-file" /></label></p> | <p><label>You can also upload a FASTA file: <input type="file" name="seq_n-file" /></label></p> | ||
</div> | </div> | ||
- | <div class="leftbox" style="width: 630px"> | + | <div id="coding2" class="leftbox" style="width: 630px"> |
<p><label for="seq_c"><h2>After 3'</h2></label> | <p><label for="seq_c"><h2>After 3'</h2></label> | ||
<label>Primer Length: <input type="text" id="length_c" name="length_c" value="20" /></label> | <label>Primer Length: <input type="text" id="length_c" name="length_c" value="20" /></label> | ||
Line 132: | Line 128: | ||
</div> | </div> | ||
--> | --> | ||
- | + | <div id="noncoding" class="leftbox" style="width: 630px"> | |
- | <div id="noncoding" | + | |
- | + | ||
<p><label><h2>Surrounding Region</h2> | <p><label><h2>Surrounding Region</h2> | ||
<textarea name="seq" cols="40" rows="6" style="width: 98%; margin: 0; padding: 0;"></textarea></label></p> | <textarea name="seq" cols="40" rows="6" style="width: 98%; margin: 0; padding: 0;"></textarea></label></p> | ||
<p><label>You can also upload a FASTA file: <input type="file" name="seq-file" /></label></p> | <p><label>You can also upload a FASTA file: <input type="file" name="seq-file" /></label></p> | ||
</div> | </div> | ||
+ | <div class="rightbox" style="width: 290px;"> | ||
+ | <input type="submit" style="width: 99%;" value="Submit" /> | ||
</div> | </div> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 150: | Line 146: | ||
document.getElementById('radio-coding').onclick = function() { | document.getElementById('radio-coding').onclick = function() { | ||
- | document.getElementById(' | + | document.getElementById('coding1').style.display = "block"; |
+ | document.getElementById('coding2').style.display = "block"; | ||
document.getElementById('noncoding').style.display = "none"; | document.getElementById('noncoding').style.display = "none"; | ||
} | } | ||
document.getElementById('radio-noncoding').onclick = function() { | document.getElementById('radio-noncoding').onclick = function() { | ||
document.getElementById('noncoding').style.display = "block"; | document.getElementById('noncoding').style.display = "block"; | ||
- | document.getElementById(' | + | document.getElementById('coding1').style.display = "none"; |
+ | document.getElementById('coding2').style.display = "none"; | ||
} | } | ||
document.getElementById('noncoding').style.display = "none"; | document.getElementById('noncoding').style.display = "none"; |
Revision as of 18:06, 16 September 2011