Fixed minor issues in template jsp's.

git-svn-id: https://svn.libreccm.org/ccm/trunk@5623 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2018-08-01 17:17:41 +00:00
parent 81b017fb42
commit 3059f64a5e
2 changed files with 13 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Navigation Default Index Page,Default Navigation Index Page ordering items in ascending order,/templates/ccm-navigation/navigation/nav-default.jsp
Navigation Recent Items,List of items ordered with most recent first,/templates/ccm-navigation/navigation/nav-recent.jsp
Navigation A-Z Items,List of items paginated as A-Z,/templates/ccm-navigation/navigation/nav-atoz.jsp
Navigation Default Index Page,Default Navigation Index Page ordering items in ascending order,/templates/ccm-navigation/navigation/min-default.jsp
Navigation Recent Items,List of items ordered with most recent first,/templates/ccm-navigation/navigation/min-recent.jsp
Navigation A-Z Items,List of items paginated as A-Z,/templates/ccm-navigation/navigation/min-atoz.jsp
Navigation Demo Items Page,Demo items page,/templates/ccm-navigation/navigation/nav-demo.jsp

View File

@ -4,6 +4,16 @@
xmlns:show="/WEB-INF/bebop-show.tld"
version="1.2">
<!-- JSP template to create a list of items with a complete set of elements
(nav:attribute) instead the usual selection of elements (e.g. title and
abstract/summary).
It is primarily use for (scientific) publications and proects.
##Title: A special index page of content items with a complete list of attributes
##Descr: A special index page of content items with a complete list of attributes
##Path : /templates/ccm-navigation/navigation/def-specializing-list.jsp
-->
<jsp:directive.page import="com.arsdigita.dispatcher.DispatcherHelper"/>
<jsp:directive.page import="com.arsdigita.bebop.parameters.BigDecimalParameter"/>
<jsp:directive.page import="com.arsdigita.navigation.Navigation"/>