From fcc0e3a8c14cf1952ce95b0a677ba98813a24dfe Mon Sep 17 00:00:00 2001 From: gregor Date: Thu, 14 Dec 2006 18:05:55 +0000 Subject: =?UTF-8?q?Templates=20so=20angepasst,=20dass=20sowohl=20BKU=20unt?= =?UTF-8?q?erst=C3=BCtzt=20werden,=20die=20nur=20mehr=20SLXHTML=20anzeigen?= =?UTF-8?q?=20k=C3=B6nnen,=20als=20auch=20=C3=A4ltere=20BKU,=20die=20HTML-?= =?UTF-8?q?Dialekte=20anzeigen=20(vergleiche=20Bugzilla=20Eintrag=20#323).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@748 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../conf/moa-id/SampleMOAIDConfiguration.xml | 24 ++++- .../conf/moa-id/SampleMOAIDConfigurationProxy.xml | 24 ++++- .../SampleMOAIDConfiguration_withTestBKs.xml | 24 ++++- .../SampleMOAIDConfiguration_withTestBKsProxy.xml | 24 ++++- .../conf/moa-id/SampleMOAWIDConfiguration.xml | 24 ++++- .../conf/moa-id/SampleMOAWIDConfigurationProxy.xml | 24 ++++- .../SampleMOAWIDConfiguration_withTestBKs.xml | 24 ++++- .../SampleMOAWIDConfiguration_withTestBKsProxy.xml | 24 ++++- .../moa-id/transforms/TransformsInfoAuthBlock.xml | 105 -------------------- .../TransformsInfoAuthBlockProseStyle.html.xml | 49 ++++++++++ .../TransformsInfoAuthBlockProseStyle.xhtml.xml | 44 +++++++++ .../TransformsInfoAuthBlockTableStyle.html.xml | 107 +++++++++++++++++++++ .../TransformsInfoAuthBlockTableStyle.xhtml.xml | 105 ++++++++++++++++++++ .../transforms/TransformsInfoAuthBlockText.xml | 44 --------- 14 files changed, 465 insertions(+), 181 deletions(-) delete mode 100644 id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml create mode 100644 id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.html.xml create mode 100644 id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.xhtml.xml create mode 100644 id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.html.xml create mode 100644 id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.xhtml.xml delete mode 100644 id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml (limited to 'id.server') diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml index 255744903..a71ee44b6 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml @@ -17,8 +17,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml index 2a06a7496..ac4ae2b33 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfigurationProxy.xml @@ -18,8 +18,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKs.xml b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKs.xml index 147fcd5eb..a1f6e7ff3 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKs.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKs.xml @@ -19,8 +19,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml index c59f55d57..1dfb3db0d 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKsProxy.xml @@ -19,8 +19,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml index e9e6cf069..ac1f528d7 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml @@ -19,8 +19,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml index a2c062e75..564a14e7f 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml @@ -19,8 +19,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml index ad60599b9..c9c96ccc0 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml @@ -20,8 +20,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml index b83266a62..8522b7145 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml @@ -20,8 +20,15 @@ - - + + + + + + + + + - - + + + + + + + + + + + diff --git a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml deleted file mode 100644 index 715c1df92..000000000 --- a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - Signatur der Anmeldedaten - - - -

Bitte bestätigen Sie mit Ihrer Unterschrift folgende Angaben:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Name: - - -
- Geburtsdatum: - - .. -
- Applikation: - - -
- Geschäftsbereich: - - -
- Anmeldeserver: - - -
- Datum: - - .. -
- Uhrzeit: - - :: -
- wbPK (*): - - -
- -

-


-
(*): Das wirtschaftsbereichsspezifische Personenkennzeichen (wbPK) wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.
-
- - -
-
-
- -
- - text/html - -
diff --git a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.html.xml b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.html.xml new file mode 100644 index 000000000..07d926d14 --- /dev/null +++ b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.html.xml @@ -0,0 +1,49 @@ + + + + + + + + + + Signatur der Anmeldedaten + + +

Signatur der Anmeldedaten

+

+

Mit meiner elektronischen Signatur beantrage ich, , + geboren am + . + . + , + den Zugang zur gesicherten Anwendung.

+

+

Datum und Uhrzeit: + . + . + , + : + : + +

+ +

wbPK(*): +

+

+


+
(*) wbPK: Das wirtschaftsbereichsspezifische + Personenkennzeichen wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens + berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.
+
+ + +
+
+
+ +
+ + text/html + +
diff --git a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.xhtml.xml b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.xhtml.xml new file mode 100644 index 000000000..5089140b4 --- /dev/null +++ b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockProseStyle.xhtml.xml @@ -0,0 +1,44 @@ + + + + + + + + + Signatur der Anmeldedaten + + + +

Signatur der Anmeldedaten

+

+

Mit meiner elektronischen Signatur beantrage ich, + + , +geboren am +.., den Zugang zur gesicherten Anwendung.

+

+

Datum und Uhrzeit: .., :: +

+ +

wbPK(*): +

+

+


+
(*) wbPK: Das wirtschaftsbereichsspezifische Personenkennzeichen wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.
+
+ + +
+
+
+ +
+ + application/xhtml+xml + +
diff --git a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.html.xml b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.html.xml new file mode 100644 index 000000000..05f91750c --- /dev/null +++ b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.html.xml @@ -0,0 +1,107 @@ + + + + + + + + + + Signatur der Anmeldedaten + + +

Bitte bestätigen Sie mit Ihrer Unterschrift folgende Angaben:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name: + + +
+ Geburtsdatum: + + . + . + +
+ Applikation: + + +
+ Geschäftsbereich: + + +
+ Anmeldeserver: + + +
+ Datum: + + . + . + +
+ Uhrzeit: + + : + : + +
+ wbPK (*): + + +
+ +

+


+
(*): Das wirtschaftsbereichsspezifische Personenkennzeichen (wbPK) wird aus den jeweiligen + Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige + Zuordnung des Bürgers zum Wirtschaftsunternehmen.
+
+ + +
+
+
+ +
+ + text/html + +
diff --git a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.xhtml.xml b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.xhtml.xml new file mode 100644 index 000000000..915a6bf2f --- /dev/null +++ b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTableStyle.xhtml.xml @@ -0,0 +1,105 @@ + + + + + + + + + Signatur der Anmeldedaten + + + +

Bitte bestätigen Sie mit Ihrer Unterschrift folgende Angaben:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name: + + +
+ Geburtsdatum: + + .. +
+ Applikation: + + +
+ Geschäftsbereich: + + +
+ Anmeldeserver: + + +
+ Datum: + + .. +
+ Uhrzeit: + + :: +
+ wbPK (*): + + +
+ +

+


+
(*): Das wirtschaftsbereichsspezifische Personenkennzeichen (wbPK) wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.
+
+ + +
+
+
+ +
+ + application/xhtml+xml + +
diff --git a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml b/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml deleted file mode 100644 index 85d449b2e..000000000 --- a/id.server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockText.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - Signatur der Anmeldedaten - - - -

Signatur der Anmeldedaten

-

-

Mit meiner elektronischen Signatur beantrage ich, - - , -geboren am -.., den Zugang zur gesicherten Anwendung.

-

-

Datum und Uhrzeit: .., :: -

- -

wbPK(*): -

-

-


-
(*) wbPK: Das wirtschaftsbereichsspezifische Personenkennzeichen wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.
-
- - -
-
-
- -
- - text/html - -
-- cgit v1.2.3