Various adjustment to the heirloom and traditional APLAWS theme, now works in any web context.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2785 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
8d5a2afd82
commit
56bb254278
|
|
@ -11,7 +11,7 @@
|
|||
<xsl:import href="types/FileAttachments.xsl"/>
|
||||
<xsl:import href="types/Link.xsl"/>
|
||||
|
||||
<xsl:import href="/themes/servlet/content-type/index.xsl"/>
|
||||
<xsl:import href="../../../../servlet/content-type/index.xsl"/>
|
||||
|
||||
<!-- The styling rules for the live view of an UserDefinedContentItem -->
|
||||
<xsl:template match="cms:item[@javaClass='com.arsdigita.cms.UserDefinedContentItem']">
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../../../packages/login/xsl/login_en.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
@ -4,12 +4,7 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/ui/xsl/ui.xsl"/>
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp -->
|
||||
<xsl:import href="../../bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../ui/xsl/ui.xsl"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
version="2.3.0"
|
||||
release="devel"
|
||||
webxml="web.xml"
|
||||
webapp="ROOT"
|
||||
webapp="aplaws"
|
||||
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
||||
|
||||
<ccm:databases>
|
||||
|
|
|
|||
|
|
@ -3,16 +3,15 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:aplaws="http://www.arsdigita.com/aplaws/1.0"
|
||||
version="1.0">
|
||||
<!--
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/admin/xsl/index.xsl"/>
|
||||
-->
|
||||
<xsl:import href="../../heirloom/apps/admin/xsl/index.xsl"/>
|
||||
<xsl:import href="lib/page.xsl"/>
|
||||
|
||||
<xsl:param name="theme-prefix"/>
|
||||
<xsl:import href="../../heirloom/apps/admin/xsl/index.xsl"/>
|
||||
<xsl:import href="lib/page.xsl"/>
|
||||
|
||||
<xsl:template name="aplaws:headerStyleSheets">
|
||||
<link rel="stylesheet" href="{$theme-prefix}/admin-index.css" type="text/css" media="screen"/>
|
||||
</xsl:template>
|
||||
<xsl:param name="theme-prefix"/>
|
||||
|
||||
<xsl:template name="aplaws:headerStyleSheets">
|
||||
<link rel="stylesheet"
|
||||
href="{$theme-prefix}/admin-index.css" type="text/css" media="screen"/>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -10,17 +10,12 @@
|
|||
exclude-result-prefixes="xsl bebop aplaws ui cms nav search atoz"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-ldn-atoz installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/content-section/xsl/index.xsl"/>
|
||||
-->
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-atoz installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-atoz installed into the main CCM webapp -->
|
||||
<xsl:import href="../../../themes/heirloom/apps/content-section/xsl/index.xsl"/>
|
||||
|
||||
<xsl:import href="lib/header.xsl"/>
|
||||
<xsl:import href="lib/lib.xsl"/>
|
||||
<xsl:import href="../../../../ROOT/packages/bebop/xsl/dcp.xsl"/>
|
||||
<xsl:import href="../../heirloom/packages/bebop/xsl/dcp.xsl"/>
|
||||
|
||||
<xsl:param name="context-prefix"></xsl:param>
|
||||
<xsl:param name="dispatcher-prefix" />
|
||||
|
|
|
|||
|
|
@ -8,12 +8,7 @@
|
|||
exclude-result-prefixes="xsl bebop nav search portal forum cms"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/themes/static/aplaws/category-step.xsl"/>
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/cms/admin/category-step/category-step.xsl"/>
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp -->
|
||||
<xsl:import href="../../category-step.xsl"/>
|
||||
<xsl:import href="../../../heirloom/packages/cms/xsl/admin/category-step/category-step.xsl"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,26 +9,15 @@
|
|||
exclude-result-prefixes="xsl bebop nav search portal forum cms"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/bebop/xsl/bebop.xsl" />
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/ui/xsl/ui.xsl" />
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/bebop/xsl/bebop.xsl" />
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp -->
|
||||
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl" />
|
||||
<xsl:import href="../../../packages/ui/xsl/ui.xsl" />
|
||||
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl" />
|
||||
|
||||
<xsl:import href="lib/header.xsl" />
|
||||
<xsl:import href="lib/lib.xsl" />
|
||||
<xsl:import href="lib/leftNav.xsl" />
|
||||
<xsl:import href="forum-categories.xsl"/>
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/packages/bebop/xsl/dcp.xsl"/>
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp
|
||||
-->
|
||||
<xsl:import href="lib/header.xsl" />
|
||||
<xsl:import href="lib/lib.xsl" />
|
||||
<xsl:import href="lib/leftNav.xsl" />
|
||||
<xsl:import href="forum-categories.xsl"/>
|
||||
<xsl:import href="../../../packages/bebop/xsl/dcp.xsl"/>
|
||||
|
||||
<xsl:param name="theme-prefix" />
|
||||
|
|
|
|||
|
|
@ -15,11 +15,6 @@
|
|||
<xsl:import href="lib/header.xsl" />
|
||||
<xsl:import href="lib/lib.xsl" />
|
||||
<xsl:import href="lib/leftNav.xsl" />
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/packages/bebop/xsl/dcp.xsl"/>
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp
|
||||
-->
|
||||
<xsl:import href="../../../packages/bebop/xsl/dcp.xsl"/>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,13 +9,7 @@
|
|||
exclude-result-prefixes="xsl bebop nav search portal forum cms"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/bebop/xsl/bebop.xsl" />
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/ui/xsl/ui.xsl" />
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/packages/bebop/xsl/bebop.xsl" />
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp-->
|
||||
<xsl:import href="../../heirloom/packages/bebop/xsl/bebop.xsl" />
|
||||
<xsl:import href="../../heirloom/packages/ui/xsl/ui.xsl" />
|
||||
<!-- <xsl:import href="../../heirloom/packages/bebop/xsl/bebop.xsl" /> -->
|
||||
|
|
@ -23,11 +17,6 @@
|
|||
<xsl:import href="lib/header.xsl" />
|
||||
<xsl:import href="lib/lib.xsl" />
|
||||
<xsl:import href="lib/leftNav.xsl" />
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/packages/bebop/xsl/dcp.xsl"/>
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-forum installed into the main CCM webapp
|
||||
-->
|
||||
<xsl:import href="../../heirloom/packages/bebop/xsl/dcp.xsl"/>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:aplaws="http://www.arsdigita.com/aplaws/1.0"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/navigation/xsl/admin.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/navigation/xsl/admin.xsl"/>
|
||||
<xsl:import href="lib/page.xsl"/>
|
||||
|
||||
<xsl:param name="theme-prefix" />
|
||||
|
|
|
|||
|
|
@ -14,14 +14,9 @@
|
|||
<xsl:import href="lib/header.xsl"/>
|
||||
<xsl:import href="lib/lib.xsl"/>
|
||||
|
||||
<!-- path if installed in its own web context ccm-ldn-shortcuts
|
||||
<xsl:import href="../../../../ROOT/packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/content-section/xsl/index.xsl"/>
|
||||
-->
|
||||
<!-- path to xsl if installed in the main (common) web context
|
||||
-->
|
||||
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../themes/heirloom/apps/content-section/xsl/index.xsl"/>
|
||||
<!-- path to xsl if installed in the main (common) web context -->
|
||||
<xsl:import href="../../heirloom/packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/content-section/xsl/index.xsl"/>
|
||||
|
||||
<xsl:param name="context-prefix"/>
|
||||
<xsl:param name="dispatcher-prefix" />
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
|
||||
|
||||
<xsl:import href="/themes/servlet/content-type/index.xsl"/>
|
||||
<xsl:import href="../../../servlet/content-type/index.xsl"/>
|
||||
<xsl:import href="Article.xsl"/>
|
||||
<xsl:import href="MultiPartArticle.xsl"/>
|
||||
<xsl:import href="FileStorageItem.xsl"/>
|
||||
|
|
|
|||
|
|
@ -4,13 +4,8 @@
|
|||
xmlns:terms="http://xmlns.redhat.com/london/terms/1.0"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-ldn-terms installed as separate web application
|
||||
<xsl:import href="../../../../../ROOT/packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../../../ROOT/packages/ui/xsl/ui.xsl"/>
|
||||
-->
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-ldn-terms installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-ldn-terms installed into the main CCM webapp -->
|
||||
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../packages/ui/xsl/ui.xsl"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,5 +29,5 @@
|
|||
<!-- import statement, if forum is installed in the main CCM webapp context
|
||||
<xsl:import href="../../../../packages/forum/xsl/recent-postings-portlet.xsl"/>
|
||||
-->
|
||||
<xsl:import href="/themes/servlet/portlet-type/index.xsl"/>
|
||||
<xsl:import href="../../../../servlet/portlet-type/index.xsl"/>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -2,13 +2,8 @@
|
|||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<!-- import statements if executed in its own ccm-ldn-rss web application context
|
||||
<xsl:import href="../../../../../ROOT/packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../../../ROOT/packages/ui/xsl/ui.xsl"/>
|
||||
-->
|
||||
|
||||
<!-- import statements if executed in CCM main web application context
|
||||
-->
|
||||
<!-- import statements if executed in CCM main web application context -->
|
||||
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../packages/ui/xsl/ui.xsl"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-simplesurvey installed as separate web application
|
||||
<xsl:import href="../../../../ROOT/packages/content-section/xsl/cms.xsl"/>
|
||||
-->
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-simplesurvey installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-simplesurvey installed into the main CCM webapp -->
|
||||
<xsl:import href="../../packages/cms/xsl/cms.xsl"/>
|
||||
|
||||
<xsl:import href="view.xsl"/> <!-- Stylesheet for the page for submitting a survey -->
|
||||
|
|
|
|||
|
|
@ -6,13 +6,8 @@
|
|||
xmlns:subsite="http://ccm.redhat.com/subsite/1.0"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-subsite installed as separate web application
|
||||
<xsl:import href="../../../../../ROOT/packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../../../ROOT/packages/ui/xsl/ui.xsl"/>
|
||||
-->
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-shortcuts installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-shortcuts installed into the main CCM webapp -->
|
||||
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../packages/ui/xsl/ui.xsl"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
xmlns:theme="http://ccm.redhat.com/themedirector/1.0"
|
||||
version="1.0">
|
||||
|
||||
<!-- IMPORT DEFINITIONS ccm-ldn-theme installed as separate web application
|
||||
<xsl:import href="../../../../../ROOT/themes/heirloom/packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../../../ROOT/themes/heirloom/packages/ui/xsl/ui.xsl"/>
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-themedirector installed into the main CCM webapp
|
||||
-->
|
||||
<!-- IMPORT DEFINITIONS ccm-themedirector installed into the main CCM webapp -->
|
||||
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl"/>
|
||||
<xsl:import href="../../../packages/ui/xsl/ui.xsl"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
<!--
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/acs-subsite/xsl/index.xsl"/>
|
||||
-->
|
||||
<xsl:import href="../../heirloom/apps/acs-subsite/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
@ -4,6 +4,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/content-center/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/content-center/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/content-section/xsl/admin.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/content-section/xsl/admin.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/content-section/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/content-section/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ccm-forum/themes/heirloom/apps/forum/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/forum/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/navigation/xsl/admin.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/navigation/xsl/admin.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/navigation/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/navigation/xsl/index.xsl"/>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ccm-ldn-rss/themes/heirloom/apps/rss/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/rss/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ccm-ldn-search/themes/heirloom/apps/search/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/search/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ccm-ldn-shortcuts/themes/heirloom/apps/shortcuts/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/shortcuts/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ccm-simplesurvey/themes/heirloom/apps/simplesurvey/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/simplesurvey/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/sitemap/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/sitemap/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0" >
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/webdev-support/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/webdev-support/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/workspace/xsl/admin.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/workspace/xsl/admin.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/workspace/xsl/edit.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/workspace/xsl/edit.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../../../../ROOT/themes/heirloom/apps/workspace/xsl/index.xsl"/>
|
||||
<xsl:import href="../../heirloom/apps/workspace/xsl/index.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
Loading…
Reference in New Issue