From 27a4153e8424565e951012b65464f9320bf2c3b7 Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 17 Sep 2014 14:06:43 +0000 Subject: [PATCH] Current progress of Foundry git-svn-id: https://svn.libreccm.org/ccm/trunk@2868 8810af33-2d31-482b-a856-94f89814c4df --- .../foundry/foundry/lib/global-vars.xsl | 5 +- .../foundry/lib/template-tags/html-tags.xsl | 42 ++++++- .../foundry/lib/template-tags/loaders.xsl | 35 +++++- .../web/themes/foundry/foundry/lib/utils.xsl | 46 ++++--- .../web/themes/foundry/foundry/main.xsl | 39 ++++++ .../themes/foundry/scripts/apply-fancybox.js | 14 +++ .../mandalay/includes/types/Contact.xsl | 2 +- .../includes/types/GenericContact.xsl | 2 +- .../web/themes/mandalay/layout/terms.xml | 117 ++++++++++++++++++ 9 files changed, 277 insertions(+), 25 deletions(-) create mode 100644 ccm-sci-bundle/web/themes/foundry/scripts/apply-fancybox.js create mode 100644 ccm-sci-bundle/web/themes/mandalay/layout/terms.xml diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl index 1e74dc56b..6cc015ef8 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl @@ -36,10 +36,11 @@ processor, some are read from the configuration files of Foundry and some are de - The version of Foundry. + The version of Foundry. Kept in sync with the version of CCM, so the first version + will be 2.2.3. - + diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl index 3d5336bf5..2082b0581 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl @@ -44,7 +44,7 @@ - + @@ -239,6 +239,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Generates a HTML5 main element. diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/loaders.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/loaders.xsl index 52f784f24..3b345588f 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/loaders.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/loaders.xsl @@ -130,7 +130,40 @@ - + +