aboutsummaryrefslogtreecommitdiff
path: root/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKs.xml
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-12-14 18:05:55 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-12-14 18:05:55 +0000
commitfcc0e3a8c14cf1952ce95b0a677ba98813a24dfe (patch)
tree7d17d02524bb03fd4f7d60e4370256da0607599c /id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKs.xml
parent6f8810014db80aa8fd36907ae926c77b8c7c400b (diff)
downloadmoa-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/SampleMOAIDConfiguration_withTestBKs.xml')
-rw-r--r--id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration_withTestBKs.xml24
1 files changed, 20 insertions, 4 deletions
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 @@
</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.
@@ -69,8 +76,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>