Addding paged resutls to index pages. NIHVIVO-1145
This commit is contained in:
parent
23bc237950
commit
c08c2fba9b
6 changed files with 215 additions and 47 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
<% /* <p>${pageTime} milliseconds</p> */ %>
|
||||
|
||||
<jsp:include page="/templates/alpha/alphaIndex.jsp"/>
|
||||
<ul>
|
||||
<c:forEach items='${entities}' var='ent'>
|
||||
<li>
|
||||
|
@ -101,5 +102,7 @@
|
|||
${requestScope.suppText}
|
||||
</c:if>
|
||||
|
||||
<jsp:include page="/templates/entity/entityListPages.jsp"/>
|
||||
|
||||
</div> <!--end contents-->
|
||||
</div><!-- end content -->
|
Loading…
Add table
Add a link
Reference in a new issue