aboutsummaryrefslogtreecommitdiff
path: root/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml')
-rw-r--r--id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml24
1 files changed, 20 insertions, 4 deletions
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 @@
</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.
@@ -65,8 +72,17 @@
<BKUSelectionTemplate URL="sampleTemplates/SampleBKUSelectionTemplate.html"/>
<Template URL="sampleTemplates/SampleTemplate.html"/>
</Templates-->
- <!-- TransformInfo in Tabellenform; falls aktiviert, werden diese Transformationen 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>