From baefb94ba5478081a81476e5dcf35262d4e9cf97 Mon Sep 17 00:00:00 2001 From: jensp Date: Sat, 17 Jan 2015 15:47:50 +0000 Subject: [PATCH] Foundry is now the default theme for the content center git-svn-id: https://svn.libreccm.org/ccm/trunk@3086 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/web/themes/foundry-base/admin-index.xsl | 11 +++++++++++ .../foundry-base/ccm-admin-application-index.xsl | 11 +++++++++++ .../themes/foundry-base/content-center-index.xsl | 11 +++++++++++ .../themes/foundry-base/content-section-index.xsl | 11 +++++++++++ ccm-core/web/themes/foundry/foundry/main.xsl | 14 +++++++++++++- .../bundles/devel/cfg/integration.properties | 4 ++-- .../WEB-INF/resources/aplaws-stylesheet-paths.txt | 1 + 7 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 ccm-core/web/themes/foundry-base/admin-index.xsl create mode 100644 ccm-core/web/themes/foundry-base/ccm-admin-application-index.xsl create mode 100644 ccm-core/web/themes/foundry-base/content-center-index.xsl create mode 100644 ccm-core/web/themes/foundry-base/content-section-index.xsl diff --git a/ccm-core/web/themes/foundry-base/admin-index.xsl b/ccm-core/web/themes/foundry-base/admin-index.xsl new file mode 100644 index 000000000..5630159ba --- /dev/null +++ b/ccm-core/web/themes/foundry-base/admin-index.xsl @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/ccm-core/web/themes/foundry-base/ccm-admin-application-index.xsl b/ccm-core/web/themes/foundry-base/ccm-admin-application-index.xsl new file mode 100644 index 000000000..5630159ba --- /dev/null +++ b/ccm-core/web/themes/foundry-base/ccm-admin-application-index.xsl @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/ccm-core/web/themes/foundry-base/content-center-index.xsl b/ccm-core/web/themes/foundry-base/content-center-index.xsl new file mode 100644 index 000000000..5630159ba --- /dev/null +++ b/ccm-core/web/themes/foundry-base/content-center-index.xsl @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/ccm-core/web/themes/foundry-base/content-section-index.xsl b/ccm-core/web/themes/foundry-base/content-section-index.xsl new file mode 100644 index 000000000..5630159ba --- /dev/null +++ b/ccm-core/web/themes/foundry-base/content-section-index.xsl @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/ccm-core/web/themes/foundry/foundry/main.xsl b/ccm-core/web/themes/foundry/foundry/main.xsl index bb30c8091..88f6dea53 100644 --- a/ccm-core/web/themes/foundry/foundry/main.xsl +++ b/ccm-core/web/themes/foundry/foundry/main.xsl @@ -54,7 +54,7 @@ - + @@ -72,9 +72,15 @@ + + + + + + @@ -83,9 +89,15 @@ + + + + + + diff --git a/ccm-ldn-aplaws/bundles/devel/cfg/integration.properties b/ccm-ldn-aplaws/bundles/devel/cfg/integration.properties index 62b2d5e9e..1e572a74c 100755 --- a/ccm-ldn-aplaws/bundles/devel/cfg/integration.properties +++ b/ccm-ldn-aplaws/bundles/devel/cfg/integration.properties @@ -85,7 +85,7 @@ waf.workflow.simple.alerts_sender=root@localhost.localdomain # CORE XML processing configuration parameters # ############################################################################## -waf.xml.xsl_transformer=xalan +waf.xml.xsl_transformer=saxonhe waf.xml.activate_full_date_formatter=true @@ -229,7 +229,7 @@ waf.admin.password=123456 waf.admin.password.question=12345 waf.admin.password.answer=6 -waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/ccm?user\=ccm&password\=ccm47web +waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/ccm-aplaws?user\=ccm&password\=ccm47web waf.runtime.jdbc_pool_size=60 waf.web.server=localhost\:8080 diff --git a/ccm-ldn-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt b/ccm-ldn-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt index 4dd52bb3d..935112852 100755 --- a/ccm-ldn-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt +++ b/ccm-ldn-aplaws/src/WEB-INF/resources/aplaws-stylesheet-paths.txt @@ -23,6 +23,7 @@ http://::host::/::webapp::/themes/::themedir::/::theme::/start.xsl # Entry point for new theme only for content center and admin # =========================================================== +#http://::host::/::webapp::/themes/mandalay/::application::-::url::.xsl http://::host::/::webapp::/themes/foundry-base/::application::-::url::.xsl