diff options
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> |