Skip to content

Commit

Permalink
issue #54 : Clarified tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
jweile committed Jul 18, 2019
1 parent 9ba54bb commit 1077fbd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docker/cgi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,28 @@
<input id="molecule" class="ui-corner-all" type="text" name="molecule"/>
<span class="ui-icon ui-icon-info"></span>
</a></p>
<p id="uniprotOptions"><a title="The Uniprot accession for the selected protein">
<p id="uniprotOptions"><a title="Provide a Uniprot accession for the selected protein to see an added conservation track.">
<label class="left" for="uniprot">Uniprot Acc</label>
<input id="uniprot" class="ui-corner-all" type="text" name="uniprot"/>
<span class="ui-icon ui-icon-info"></span>
</a></p>
<p id="offsetOptions"><a title="The offset of the dataset's position labels relative to the Uniprot reference sequence">
<label class="left" for="offset">Sequence Offset</label>
<input id="offset" class="ui-corner-all" type="number" name="offset"/>
<span class="ui-icon ui-icon-info"></span>
</a></p>
<p id="pdbOptions"><a title="PDB structure accessions and chain IDs">
<p id="pdbOptions"><a title="Select PDB entries to see added structure tracks">
<label class="left" for="pdb">PDB structures</label>
<input class="ui-corner-all" type="text" name="pdb" id="pdb" style="width:100px;" disabled/>
<button id="pdbButton">Browse</button>
<span class="ui-icon ui-icon-info"></span>
</a></p>
<p id="synOptions"><a title="Please provide the typical score of a synonymous or WT-like variant">
<p id="synOptions"><a title="Provide the typical score of a synonymous or WT-like variant">
<label class="left" for="synMed">WT-like score</label>
<input id="synMed" class="ui-corner-all" type="number" name="synMed" value="1" step="0.01"/>
<span class="ui-icon ui-icon-info"></span>
</a></p>
<p id="stopOptions"><a title="Please provide the typical score of a nonsense/stop variant">
<p id="stopOptions"><a title="Provide the typical score of a nonsense/stop variant">
<label class="left" for="stopMed">Null-like score</label>
<input id="stopMed" class="ui-corner-all" type="number" name="stopMed" value="0" step="0.01"/>
<span class="ui-icon ui-icon-info"></span>
Expand Down

0 comments on commit 1077fbd

Please sign in to comment.