Add private method instead of an exteran dependence
[proteocache.git] / webapp / view / query / SSFeatures.jsp
index 59cdc1c..be793c8 100644 (file)
 
        <div class="panel panel-default">
                <div class="panel-heading">
-                       <div style="font-weight:bold;">Proteins with features</div>
+                       <div style="font-weight:bold;">Protein Secondary Structure statistics</div>
                </div>
                <div class="panel-body">
                        <form method="get" action="${query}">
-                       <div class="col-xs-2"> <!-- make the field shorter -->
+                       <div class="col-xs-3"> <!-- make the field shorter -->
                        <c:choose>
                        <c:when test="${error == null}">
                        <div class="form-group">
-                               <label for="TypeFeatures">Type of SS feature </label>
+                               <label for="TypeFeatures">Secondary Structure Feature </label>
                                <select name = TypeFeatures>
-                                        <option value="H">H</option>
-                                        <option value="E">E</option>
+                                        <option value="H">Helix</option>
+                                        <option value="E">Beta Sheet</option>
                                </select>       
-                               <label for="SSFeatureValue">Percent of SS feature </label>
+                               <label for="SSFeatureValue">Fraction the feature in the protein</label>
                                <input class="form-control" type="text" name="Percent" value ="${value}" id="SSFeatureValue">
                        </div>
                        </c:when>