Tiny "view" correction
[proteocache.git] / webapp / view / query / SSFeatures.jsp
index 59cdc1c..09e3c0c 100644 (file)
 <body>
        <div class="container">
        <jsp:include page="../fragments/mainmenu.jsp" />
-       <spring:url value="/features/features/results" var="query"/>
+       <spring:url value="/features/results" var="query"/>
 
        <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>
                        <c:otherwise>
                        <div class="form-group has-error">
-                               <label for="SSFeature">Type of SS feature </label>
+                               <label for="SSFeature">Type of SS feature</label>
                                <select name = TypeFeatures>
                                         <option value="H">H</option>
                                         <option value="E">E</option>