diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-19 10:04:39 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-19 10:04:39 +0000 |
commit | 6f2ee1010dac8d42aba52d33a716a91a50f1f136 (patch) | |
tree | d3a6f9eba2e4f287c52d522de5935280b5d05d1b /id/server/data/deploy/conf/moa-id/transforms | |
parent | 04c84754f2898848a0ac61f4bf2d4412b6600d19 (diff) | |
download | moa-id-spss-6f2ee1010dac8d42aba52d33a716a91a50f1f136.tar.gz moa-id-spss-6f2ee1010dac8d42aba52d33a716a91a50f1f136.tar.bz2 moa-id-spss-6f2ee1010dac8d42aba52d33a716a91a50f1f136.zip |
Changed language of mandate SAML-attributes
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1026 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/transforms')
4 files changed, 48 insertions, 48 deletions
diff --git a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml index 2ee27aae1..5549f12e0 100644 --- a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml +++ b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml @@ -55,13 +55,13 @@ <xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/> </td> </tr> - <xsl:if test="//saml:Attribute[@AttributeName='Geschaeftsbereich']"> + <xsl:if test="//saml:Attribute[@AttributeName='Target']"> <tr> <td class="boldstyle"> Geschäftsbereich: </td> <td> - <xsl:value-of select="//saml:Attribute[@AttributeName='Geschaeftsbereich']/saml:AttributeValue"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='Target']/saml:AttributeValue"/> </td> </tr> </xsl:if> @@ -114,43 +114,43 @@ </tr> </xsl:if> </table> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberName']"> - <p>Sie bestätigen weiters, dass sie als <xsl:value-of select="//saml:Attribute[@AttributeName='VertretungsArt']/saml:AttributeValue/text()"/> ermächtigt sind im Auftrag von</p> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorName']"> + <p>Sie bestätigen weiters, dass sie als <xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/> ermächtigt sind im Auftrag von</p> <table> <tr> <td class="boldstyle"> Name: </td> <td> - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberName']/saml:AttributeValue/text()"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/> </td> </tr> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']"> <tr> <td class="boldstyle"> Geburtsdatum: </td> <td> - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,9,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,6,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,1,4)"/> + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/> </td> </tr> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']"> <tr> <td colspan="2"> - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']/saml:AttributeValue/text()"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/> </td> </tr> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberWbpk']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']"> <tr> <td class="boldstyle"> wbPK (*): </td> <td> - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberWbpk']/saml:AttributeValue/text()"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/> </td> </tr> </xsl:if> diff --git a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml index ecc60a481..2db5a8334 100644 --- a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml +++ b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml @@ -42,20 +42,20 @@ <xsl:if test="//saml:Attribute[@AttributeName='wbPK']"> <h4>wbPK(*): <xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Value"/></h4> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberName']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorName']"> <hr/> - <h4>Ich bin weiters ermächtigt als <xsl:value-of select="//saml:Attribute[@AttributeName='VertretungsArt']/saml:AttributeValue/text()"/> - von <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberName']/saml:AttributeValue/text()"/> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']">, geboren am - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,9,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,6,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,1,4)"/> + <h4>Ich bin weiters ermächtigt als <xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/> + von <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']">, geboren am + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']">, - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']/saml:AttributeValue/text()"/> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']">, + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/> </xsl:if>, in dessen Auftrag zu handeln. - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberWbpk']"> - <h4>wbPK(*) des Vollmachtgebers: <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberWbpk']/saml:AttributeValue/text()"/></h4> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']"> + <h4>wbPK(*) des Vollmachtgebers: <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/></h4> </xsl:if> </h4> <p/> diff --git a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText_deprecated.xml b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText_deprecated.xml index 894e82ff8..87d489719 100644 --- a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText_deprecated.xml +++ b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText_deprecated.xml @@ -38,20 +38,20 @@ <xsl:if test="//saml:Attribute[@AttributeName='wbPK']"> <h4>wbPK(*): <xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Value"/></h4> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberName']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorName']"> <hr/> - <h4>Ich bin weiters ermächtigt als <xsl:value-of select="//saml:Attribute[@AttributeName='VertretungsArt']/saml:AttributeValue/text()"/> - von <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberName']/saml:AttributeValue/text()"/> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']">, geboren am - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,9,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,6,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,1,4)"/> + <h4>Ich bin weiters ermächtigt als <xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/> + von <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']">, geboren am + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']">, - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']/saml:AttributeValue/text()"/> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']">, + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/> </xsl:if>, in dessen Auftrag zu handeln. - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberWbpk']"> - <h4>wbPK(*) des Vollmachtgebers: <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberWbpk']/saml:AttributeValue/text()"/></h4> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']"> + <h4>wbPK(*) des Vollmachtgebers: <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/></h4> </xsl:if> </h4> <p/> diff --git a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml index 348546f8d..ab58ac772 100644 --- a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml +++ b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml @@ -49,13 +49,13 @@ <xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/> </td> </tr> - <xsl:if test="//saml:Attribute[@AttributeName='Geschaeftsbereich']"> + <xsl:if test="//saml:Attribute[@AttributeName='Target']"> <tr> <td> <b>Geschäftsbereich:</b> </td> <td> - <xsl:value-of select="//saml:Attribute[@AttributeName='Geschaeftsbereich']/saml:AttributeValue"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='Target']/saml:AttributeValue"/> </td> </tr> </xsl:if> @@ -108,43 +108,43 @@ </tr> </xsl:if> </table> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberName']"> - <p>Sie bestätigen weiters, dass sie als <xsl:value-of select="//saml:Attribute[@AttributeName='VertretungsArt']/saml:AttributeValue/text()"/> ermächtigt sind im Auftrag von</p> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorName']"> + <p>Sie bestätigen weiters, dass sie als <xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/> ermächtigt sind im Auftrag von</p> <table> <tr> <td> <b>Name:</b> </td> <td> - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberName']/saml:AttributeValue/text()"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/> </td> </tr> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']"> <tr> <td> <b>Geburtsdatum:</b> </td> <td> - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,9,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,6,2)"/>. - <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,1,4)"/> + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>. + <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/> </td> </tr> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']"> <tr> <td colspan="2"> - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']/saml:AttributeValue/text()"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/> </td> </tr> </xsl:if> - <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberWbpk']"> + <xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']"> <tr> <td> <b>wbPK (*):</b> </td> <td> - <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberWbpk']/saml:AttributeValue/text()"/> + <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/> </td> </tr> </xsl:if> |