SHP integration layer: Fehler in default theme beseitigt, sitemap.jsp aktualisiert.
git-svn-id: https://svn.libreccm.org/ccm/trunk@339 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
d152850444
commit
624ed86d46
|
|
@ -8,7 +8,7 @@
|
||||||
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<xsl:import href="../../../../ROOT/__ccm__/themes/aplaws/navigation-index.xsl"/>
|
<xsl:import href="../../themes/aplaws-generic/navigation-index.xsl"/>
|
||||||
|
|
||||||
<xsl:template name="pageContent">
|
<xsl:template name="pageContent">
|
||||||
<a class="intLink" name="top" />
|
<a class="intLink" name="top" />
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
@import url("css/main.css");
|
@import url("css/main.css");
|
||||||
/* Check: Chris probably forgot the ! to comment the following lines out. */
|
/* Chris presumably forgot the ! to comment the following 2 lines out
|
||||||
/* <--@import url("/css/acs-master.css");--> */
|
/* <--@import url("/css/acs-master.css");--> */
|
||||||
/* <--@import url("/css/tabbed-pane/tabbed-pane.css");--> */
|
/* <--@import url("/css/tabbed-pane/tabbed-pane.css");--> */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
xmlns:show="/WEB-INF/bebop-show.tld"
|
xmlns:show="/WEB-INF/bebop-show.tld"
|
||||||
version="1.2">
|
version="1.2">
|
||||||
|
|
||||||
|
<!-- Anpassung sitemap-Seite, die auch Navigationsspalte und Breadcrumbs enthaelt. -->
|
||||||
|
|
||||||
<jsp:directive.page import="com.arsdigita.dispatcher.DispatcherHelper"/>
|
<jsp:directive.page import="com.arsdigita.dispatcher.DispatcherHelper"/>
|
||||||
|
|
||||||
<jsp:scriptlet>
|
<jsp:scriptlet>
|
||||||
|
|
@ -12,6 +14,10 @@
|
||||||
<define:page name="sitemapPage" application="navigation"
|
<define:page name="sitemapPage" application="navigation"
|
||||||
title="APLAWS" cache="true">
|
title="APLAWS" cache="true">
|
||||||
|
|
||||||
|
<define:component name="categoryPath"
|
||||||
|
classname="com.arsdigita.london.navigation.ui.category.Path"/>
|
||||||
|
<define:component name="categoryMenu"
|
||||||
|
classname="com.arsdigita.london.navigation.ui.category.Menu"/>
|
||||||
<define:component name="categoryNav"
|
<define:component name="categoryNav"
|
||||||
classname="com.arsdigita.london.navigation.ui.category.Hierarchy">
|
classname="com.arsdigita.london.navigation.ui.category.Hierarchy">
|
||||||
<jsp:scriptlet>
|
<jsp:scriptlet>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue