Fix problem with access permissions and make better wording for the new servlet
[proteocache.git] / webapp / view / reportSSFeatures.jsp
index 2d885f7..7aae5d0 100644 (file)
 
        <div class="panel panel-default">
        <div class="panel-heading">
-               <div style="font-weight:bold;">Jobs Statistics</div>
+               <div style="font-weight:bold;">Protein Secondary Structure Feature Statistics</div>
        </div>
        <div class="panel-body">
 
                <c:choose>
                <c:when test="${njobs == 0}">
-                       <p>No proteins with features ${feature} more then ${percent} % found</p>
+                       <p>No proteins with feature ${feature} more then ${percent}% of the protein sequence found</p>
                </c:when>
                <c:otherwise>
-                       <p>${njobs} proteins with features ${feature} more then ${percent} % found</p>
+                       <p>${njobs} proteins with feature ${feature} more then ${percent}% of the protein sequence found</p>
                        <div class="table-responsive">
                        <table class="table table-striped table-hover table-bordered">
                        <thead>