Fixed minor issues in template jsp's.
git-svn-id: https://svn.libreccm.org/ccm/trunk@5623 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
81b017fb42
commit
3059f64a5e
|
|
@ -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 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/nav-recent.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/nav-atoz.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
|
Navigation Demo Items Page,Demo items page,/templates/ccm-navigation/navigation/nav-demo.jsp
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,16 @@
|
||||||
xmlns:show="/WEB-INF/bebop-show.tld"
|
xmlns:show="/WEB-INF/bebop-show.tld"
|
||||||
version="1.2">
|
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.dispatcher.DispatcherHelper"/>
|
||||||
<jsp:directive.page import="com.arsdigita.bebop.parameters.BigDecimalParameter"/>
|
<jsp:directive.page import="com.arsdigita.bebop.parameters.BigDecimalParameter"/>
|
||||||
<jsp:directive.page import="com.arsdigita.navigation.Navigation"/>
|
<jsp:directive.page import="com.arsdigita.navigation.Navigation"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue