diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-12-14 18:05:55 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-12-14 18:05:55 +0000 |
commit | fcc0e3a8c14cf1952ce95b0a677ba98813a24dfe (patch) | |
tree | 7d17d02524bb03fd4f7d60e4370256da0607599c /id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml | |
parent | 6f8810014db80aa8fd36907ae926c77b8c7c400b (diff) | |
download | moa-id-spss-fcc0e3a8c14cf1952ce95b0a677ba98813a24dfe.tar.gz moa-id-spss-fcc0e3a8c14cf1952ce95b0a677ba98813a24dfe.tar.bz2 moa-id-spss-fcc0e3a8c14cf1952ce95b0a677ba98813a24dfe.zip |
Templates so angepasst, dass sowohl BKU unterstützt werden, die nur mehr SLXHTML anzeigen können, als auch ältere BKU, die HTML-Dialekte anzeigen (vergleiche Bugzilla Eintrag #323).
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@748 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml')
-rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml | 24 |
1 files changed, 20 insertions, 4 deletions
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 @@ </Templates--> <!-- Transformationen fuer die Anzeige des AUTH-Block im Secure Viewer --> <SecurityLayer> - <!-- TransformInfo in Textform --> - <TransformsInfo filename="transforms/TransformsInfoAuthBlockText.xml"/> + <!-- TransformInfo in Prosaform, bevorzugte Variante: xhtml --> + <TransformsInfo filename="transforms/TransformsInfoAuthBlockProseStyle.xhtml.xml"/> + <!-- TransformInfo in Prosaform, alternative Variante fuer aeltere BKU --> + <TransformsInfo filename="transforms/TransformsInfoAuthBlockProseStyle.html.xml"/> + + <!-- TransformInfo in Tabellenform, bevorzugte Variante: xhtml --> + <!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlockTableStyle.xhtml.xml"/> --> + <!-- TransformInfo in Tabellenform, alternative Variante fuer aeltere BKU --> + <!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlockTableStyle.html.xml"/> --> </SecurityLayer> <MOA-SP> <!-- URL und akzeptierte TLS-Server-Zertifikate des MOA-SP Web Service, falls MOA-SP ueber Web Service angesprochen wird. @@ -75,8 +82,17 @@ <BKUSelectionTemplate URL="sampleTemplates/SampleBKUSelectionTemplate.html"/> <Template URL="sampleTemplates/SampleTemplate.html"/> </Templates--> - <!-- TransformInfo in Tabellenform; wird anstelle der Default-Transformationen verwendet --> - <!--TransformsInfo filename="transforms/TransformsInfoAuthBlock.xml"/--> + <!-- Falls aktiviert, werden diese Transformationen anstelle der Default-Transformationen verwendet --> + + <!-- TransformInfo in Prosaform, bevorzugte Variante: xhtml --> + <!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlockProseStyle.xhtml.xml"/> --> + <!-- TransformInfo in Prosaform, alternative Variante fuer aeltere BKU --> + <!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlockProseStyle.html.xml"/> --> + + <!-- TransformInfo in Tabellenform, bevorzugte Variante: xhtml --> + <!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlockTableStyle.xhtml.xml"/> --> + <!-- TransformInfo in Tabellenform, alternative Variante fuer aeltere BKU --> + <!-- <TransformsInfo filename="transforms/TransformsInfoAuthBlockTableStyle.html.xml"/> --> </AuthComponent> </OnlineApplication> |