aboutsummaryrefslogtreecommitdiff
path: root/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml
diff options
context:
space:
mode:
authorpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-11-29 21:02:50 +0000
committerpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-11-29 21:02:50 +0000
commit7ce1c316c59a5398d524727c0f8205cc4235e029 (patch)
treeb774b0d06f48dab15c51383a1b6eb8eaf56a7196 /id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml
parent5fdb045abfa2fe5ef425ed5bff7b722f4d550b27 (diff)
downloadmoa-id-spss-7ce1c316c59a5398d524727c0f8205cc4235e029.tar.gz
moa-id-spss-7ce1c316c59a5398d524727c0f8205cc4235e029.tar.bz2
moa-id-spss-7ce1c316c59a5398d524727c0f8205cc4235e029.zip
adjust transforms because of stronger validation done by new secure viewers
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@734 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml')
-rw-r--r--id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml11
1 files changed, 8 insertions, 3 deletions
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 77cfe1308..85d449b2e 100644
--- a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml
+++ b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml
@@ -7,13 +7,18 @@
<html>
<head>
<title>Signatur der Anmeldedaten</title>
+ <style type="text/css" media="screen">
+ .boldstyle { font-weight: bold; }
+ .italicstyle { font-style: italic; }
+ .annotationstyle { font-size: 0.8em; }
+ </style>
</head>
<body>
<h1>Signatur der Anmeldedaten</h1>
<p/>
- <h4>Mit meiner elektronischen Signatur beantrage ich, <b>
+ <h4>Mit meiner elektronischen Signatur beantrage ich, <span class="boldstyle">
<xsl:value-of select="//@Issuer"/>
- </b>,
+ </span>,
geboren am
<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,9,2)"/>.<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,6,2)"/>.<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,1,4)"/>, den Zugang zur gesicherten Anwendung.</h4>
<p/>
@@ -24,7 +29,7 @@ geboren am
</h4>
<p/>
<hr/>
- <font size="2">(*) wbPK: Das <i>wirtschaftsbereichsspezifische Personenkennzeichen</i> wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.</font>
+ <div class="annotationstyle">(*) wbPK: Das <span class="italicstyle">wirtschaftsbereichsspezifische Personenkennzeichen</span> wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.</div>
</xsl:if>
</body>
</html>