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-94f89814c4df
master
pb 2010-02-09 00:09:50 +00:00
parent d152850444
commit 624ed86d46
3 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,7 @@
xmlns:nav="http://ccm.redhat.com/london/navigation"
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">
<a class="intLink" name="top" />

View File

@ -1,5 +1,5 @@
@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/tabbed-pane/tabbed-pane.css");--> */

View File

@ -3,6 +3,8 @@
xmlns:show="/WEB-INF/bebop-show.tld"
version="1.2">
<!-- Anpassung sitemap-Seite, die auch Navigationsspalte und Breadcrumbs enthaelt. -->
<jsp:directive.page import="com.arsdigita.dispatcher.DispatcherHelper"/>
<jsp:scriptlet>
@ -12,6 +14,10 @@
<define:page name="sitemapPage" application="navigation"
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"
classname="com.arsdigita.london.navigation.ui.category.Hierarchy">
<jsp:scriptlet>