Diverse Anpassungen von Pfaden im heirloom theme, vor allem eliminierung von ROOT als Installationsverzeichnis.
git-svn-id: https://svn.libreccm.org/ccm/trunk@886 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
7b5df202c2
commit
2e3535c491
|
|
@ -23,6 +23,10 @@
|
||||||
</meta>
|
</meta>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- The file ~/lib/page.css does not exist at least since version 1.0.2
|
||||||
|
there exists a file of this name in
|
||||||
|
ccm-cms/web/__ccm__/static/cms/admin/page/page.css
|
||||||
|
may be a copy&paste error -->
|
||||||
<xsl:template name="aplaws:headerStyleSheets">
|
<xsl:template name="aplaws:headerStyleSheets">
|
||||||
<link rel="stylesheet" href="/__ccm__/themes/aplaws/lib/page.css" type="text/css" media="screen"/>
|
<link rel="stylesheet" href="/__ccm__/themes/aplaws/lib/page.css" type="text/css" media="screen"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,8 @@
|
||||||
|
|
||||||
<xsl:import href="head.xsl"/>
|
<xsl:import href="head.xsl"/>
|
||||||
<xsl:import href="body.xsl"/>
|
<xsl:import href="body.xsl"/>
|
||||||
<xsl:import href="../../../../../ROOT/packages/bebop/xsl/dcp.xsl"/>
|
<!-- <xsl:import href="../../../../packages/bebop/xsl/dcp.xsl"/> -->
|
||||||
|
<xsl:import href="../../../heirloom/packages/bebop/xsl/dcp.xsl"/>
|
||||||
|
|
||||||
<xsl:output method="html"/>
|
<xsl:output method="html"/>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
xmlns:aplaws="http://www.arsdigita.com/aplaws/1.0"
|
xmlns:aplaws="http://www.arsdigita.com/aplaws/1.0"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<!-- <xsl:import href="../../../../ROOT/__ccm__/apps/workspace/xsl/admin.xsl"/> -->
|
<!-- <xsl:import href="../../../__ccm__/apps/workspace/xsl/admin.xsl"/> -->
|
||||||
<xsl:import href="../../heirloom/apps/portal-workspace/xsl/admin.xsl"/>
|
<xsl:import href="../../heirloom/apps/portal-workspace/xsl/admin.xsl"/>
|
||||||
<xsl:import href="lib/page.xsl"/>
|
<xsl:import href="lib/page.xsl"/>
|
||||||
|
|
||||||
|
|
@ -12,7 +12,8 @@
|
||||||
<xsl:param name="context-prefix" />
|
<xsl:param name="context-prefix" />
|
||||||
|
|
||||||
<xsl:template name="aplaws:headerStyleSheets">
|
<xsl:template name="aplaws:headerStyleSheets">
|
||||||
<link rel="stylesheet" href="{$context-prefix}/css/acs-master.css" type="text/css" media="screen"/>
|
<link rel="stylesheet" href="{$context-prefix}/css/acs-master.css"
|
||||||
|
type="text/css" media="screen"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
|
||||||
|
|
@ -11,14 +11,14 @@
|
||||||
exclude-result-prefixes="xsl bebop aplaws ui cms nav search portal"
|
exclude-result-prefixes="xsl bebop aplaws ui cms nav search portal"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<!-- <xsl:import href="../../../../ROOT/__ccm__/apps/workspace/xsl/index.xsl"/> -->
|
<!-- <xsl:import href="../../../__ccm__/apps/workspace/xsl/index.xsl"/> -->
|
||||||
<xsl:import href="../../heirloom/apps/portal-workspace/xsl/index.xsl"/>
|
<xsl:import href="../../heirloom/apps/portal-workspace/xsl/index.xsl"/>
|
||||||
|
|
||||||
<xsl:import href="portal/lib.xsl"/>
|
<xsl:import href="portal/lib.xsl"/>
|
||||||
<xsl:import href="portal/portlets.xsl"/>
|
<xsl:import href="portal/portlets.xsl"/>
|
||||||
<xsl:import href="lib/header.xsl"/>
|
<xsl:import href="lib/header.xsl"/>
|
||||||
<xsl:import href="lib/lib.xsl"/>
|
<xsl:import href="lib/lib.xsl"/>
|
||||||
<!-- <xsl:import href="../../../../ROOT/packages/bebop/xsl/dcp.xsl"/> -->
|
<!-- <xsl:import href="../../../packages/bebop/xsl/dcp.xsl"/> -->
|
||||||
<xsl:import href="../../heirloom/packages/bebop/xsl/dcp.xsl"/>
|
<xsl:import href="../../heirloom/packages/bebop/xsl/dcp.xsl"/>
|
||||||
|
|
||||||
<xsl:param name="context-prefix"></xsl:param>
|
<xsl:param name="context-prefix"></xsl:param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue