Änderungen von Dokument Layoutumschaltung via URL

Zuletzt geändert von Moritz Baumgarten am 26.11.2025

Von Version 24.2
bearbeitet von Carina Enke
am 12.01.2024
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 21.2
bearbeitet von Carina Enke
am 20.12.2023
Änderungskommentar: Update document after refactoring.

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,6 +1,63 @@
1 +{{sv-translation language="de"}}
1 1  {{layout}}
3 +{{layout-section ac:type="single"}}
4 +{{layout-cell}}
2 2  
3 3  
7 +{{details}}
8 +|=(((
9 +Verantwortlicher
10 +)))|(((
11 +
12 +)))
13 +|=(% colspan="1" %)(% colspan="1" %)
14 +(((
15 +Status
16 +)))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)
17 +(((
18 +{{sv-metadata type="workflow-status"/}}
19 +
20 +{{status colour="Green" title="Fertig"/}}
21 +)))
22 +|=(% colspan="1" %)(% colspan="1" %)
23 +(((
24 +Varianten
25 +)))|(% colspan="1" %)(% colspan="1" %)
26 +(((
27 +{{sv-metadata type="variants"/}}
28 +)))
29 +|=(% colspan="1" %)(% colspan="1" %)
30 +(((
31 +Attribute
32 +)))|(% colspan="1" %)(% colspan="1" %)
33 +(((
34 +{{sv-metadata type="attributes"/}}
35 +)))
36 +|=(% colspan="1" %)(% colspan="1" %)
37 +(((
38 +Pagekey
39 +)))|(% colspan="1" %)(% colspan="1" %)
40 +(((
41 +{{sv-metadata type="pagekey"/}}
42 +)))
43 +|=(% colspan="1" %)(% colspan="1" %)
44 +(((
45 +Übersetzung
46 +)))|(% colspan="1" %)(% colspan="1" %)
47 +(((
48 +{{status colour="Green" title="Fertig"/}}
49 +)))
50 +|=(% colspan="1" %)(% colspan="1" %)
51 +(((
52 +TODOs
53 +)))|(% colspan="1" %)(% colspan="1" %)
54 +(((
55 +
56 +)))
57 +{{/details}}
58 +{{/layout-cell}}
59 +{{/layout-section}}
60 +
4 4  {{layout-section ac:type="single"}}
5 5  {{layout-cell}}
6 6  Voraussetzung ist die vorhandene Konfiguration der Themes
... ... @@ -10,20 +10,21 @@
10 10  
11 11  {{code language="xml" title="Codeblock"}}
12 12  <property name="urlBasedThemes">
13 - <map>
14 - <entry key="www.eine-beispiel-url.de/lms-pfad" value-ref="bean_id_eines_vorhandenen_Themes" />
15 - <entry key="www.eine-beispiel-url.de/lms-pfad" value-ref="Theme1" />
16 - <entry key="www.eine-beispiel-url.de/lms-pfad" value-ref="Theme2" />
17 - </map>
70 + <map>
71 + <entry key="www.eine-beispiel-url.de/lms-pfad" value-ref="bean_id_eines_vorhandenen_Themes" />
72 + <entry key="www.eine-beispiel-url.de/lms-pfad" value-ref="Theme1" />
73 + <entry key="www.eine-beispiel-url.de/lms-pfad" value-ref="Theme2" />
74 + </map>
18 18  </property>
19 19  {{/code}}
20 20  {{/layout-cell}}
21 21  {{/layout-section}}
22 22  {{/layout}}
80 +{{/sv-translation}}
23 23  
82 +{{sv-translation language="en"}}
83 +
24 24  
25 -
26 -
27 27  Precondition is the existing theme configuration.
28 28  
29 29  The URL based dependence of themes is to be configured in the file "extendedContext.xml".
... ... @@ -31,10 +31,11 @@
31 31  
32 32  {{code language="xml" title="Codeblock"}}
33 33  <property name="urlBasedThemes">
34 - <map>
35 - <entry key="www.an-example-url.com/lms-path" value-ref="bean_id_of_an_existing_theme" />
36 - <entry key="www.an-example-url.com/lms-path" value-ref="theme1" />
37 - <entry key="www.an-example-url.com/lms-path" value-ref="theme2" />
38 - </map>
92 + <map>
93 + <entry key="www.an-example-url.com/lms-path" value-ref="bean_id_of_an_existing_theme" />
94 + <entry key="www.an-example-url.com/lms-path" value-ref="theme1" />
95 + <entry key="www.an-example-url.com/lms-path" value-ref="theme2" />
96 + </map>
39 39  </property>
40 40  {{/code}}
99 +{{/sv-translation}}