"Protein Information"
Bootstrap 3.2.0 Snippet by sagravat

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Protein Information</legend> <div> If your sample is a protein, you MUST DETERMINE IF YOUR PROTEIN IS ALREADY PRESENT IN OUR DATABASE. If you know the Swissprot number or Genebank number for your protein, enter it in the designated field below and click 'Search'. If you do not have these numbers, search using name of your protein. <ul> <li>If your protein is listed after searching, you should click on the 'View' button to review all of the information on that sample. If this is the correct description of your sample, click the box under Choose, then click 'Select Protein(s)'. More than one sample can be chosen.</li> <ul> <li>If none of the items describes your protein, please create a new protein entry by clicking 'Add Protein' at the bottom of the protein list.</li> </ul> <li>If your protein is not present after searching (No Results Found), then you will be asked to enter all of the pertinent information on your sample to create a new protein entry. To do this, click the link to 'Add Protein' into our database and provide as much information as possible to enable us to connect with other relevant databases.</li> </ul> Note: Fusion proteins, tagged proteins, and mutants are to be searched as the wild type protein. When you have completed the sample information entry, you will be directed back to your Sample Information Management Page. You may click 'View Sample' for each of your samples that you chose or entered to confirm the information. </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="swissProt">Swiss Prot</label> <div class="col-md-4"> <input id="swissProt" name="swissProt" type="text" placeholder="placeholder" class="form-control input-md"> <span class="help-block">help</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="genBank">Gen Bank</label> <div class="col-md-4"> <input id="genBank" name="genBank" type="text" placeholder="placeholder" class="form-control input-md"> <span class="help-block">help</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="proteinName">Protein Name</label> <div class="col-md-4"> <input id="proteinName" name="proteinName" type="text" placeholder="placeholder" class="form-control input-md"> <span class="help-block">help</span> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: