From d5bdd2c7e327dd4e66f2ac98e693035b89931cea Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 10 Jun 2016 15:53:15 +0000 Subject: [PATCH] Some bug fixes for Foundry git-svn-id: https://svn.libreccm.org/ccm/trunk@4151 8810af33-2d31-482b-a856-94f89814c4df --- .../template-tags/public-personal-profile.xsl | 46 +++++++++++++------ .../web/themes/foundry/foundry/lib/utils.xsl | 4 ++ 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl index 4e3e137e0..1f027cfb6 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl @@ -5,9 +5,10 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:foundry="http://foundry.libreccm.org" xmlns:bebop="http://www.arsdigita.com/bebop/1.0" + xmlns:cms="http://www.arsdigita.com/cms/1.0" xmlns:nav="http://ccm.redhat.com/navigation" xmlns:ppp="http://www.arsdigita.com/PublicPersonalProfile/1.0" - exclude-result-prefixes="xsl xs bebop foundry nav ppp" + exclude-result-prefixes="xsl xs bebop cms foundry nav ppp" version="2.0"> @@ -17,48 +18,67 @@ - + - + + + + + + + + + + + + + + + + + + + + + select="concat('/cms-service/stream/image/?image_id=', $profile-image/image/id)"/> + select="concat('/cms-service/stream/image/?image_id=', $profile-image/image/id)"/> + select="$profile-image/image/width"/> + select="$profile-image/image/height"/> - - + + - + - - + + - + diff --git a/ccm-core/web/themes/foundry/foundry/lib/utils.xsl b/ccm-core/web/themes/foundry/foundry/lib/utils.xsl index 4d74e1fc1..0d0bb49be 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/utils.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/utils.xsl @@ -983,6 +983,10 @@ + + + +