Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes.xml @ 6140:60b94dec104b
Add handling of bound artifacts.
When an artifact is bound to an out its facets will only be shown
in that Out. They will be removed in the blackboard pass and marked
as incompatible by the AttributeWriter
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 31 May 2013 15:29:30 +0200 |
parents | 2a4ff87ef357 |
children | b0d4aeba8e3d |
rev | line source |
---|---|
3260
fe3221cf47c4
Themes: Added xml processing instructions.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
3253
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
3239
fb11bd37ddb8
Improved the structure of themes.xml; moved theme groups to own XML files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3232
diff
changeset
|
2 <!DOCTYPE themes [ |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
3 <!ENTITY virtual-themes SYSTEM "conf/themes/virtual.xml"> |
6103
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
4 <!ENTITY default-themes SYSTEM "conf/themes/default.xml"> |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
5 <!ENTITY second-themes SYSTEM "conf/themes/second.xml"> |
3239
fb11bd37ddb8
Improved the structure of themes.xml; moved theme groups to own XML files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3232
diff
changeset
|
6 ]> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
7 <themes> |
3239
fb11bd37ddb8
Improved the structure of themes.xml; moved theme groups to own XML files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3232
diff
changeset
|
8 &virtual-themes; |
6103
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
9 &default-themes; |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
10 &second-themes; |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
11 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
12 <!-- Mappings are following now. A mapping maps between a name of a facet |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
13 and a theme. Always the first matching mapping is taken, so consider putting |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
14 most specific mappings on top of the list. --> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
15 <mappings> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
16 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
17 pattern=".*(HQ1)(\D.*)*" to="LongitudinalSectionW_HQ1_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
18 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
19 pattern=".*(HQ2)(\D.*)*" to="LongitudinalSectionW_HQ2_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
20 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
21 pattern=".*(HQ5)(\D.*)*" to="LongitudinalSectionW_HQ5_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
22 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
23 pattern=".*(HQ10)(\D.*)*" to="LongitudinalSectionW_HQ10_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
24 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
25 pattern=".*(HQ20)(\D.*)*" to="LongitudinalSectionW_HQ20_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
26 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
27 pattern=".*(HQ25)(\D.*)*" to="LongitudinalSectionW_HQ25_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
28 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
29 pattern=".*(HQ50)(\D.*)*" to="LongitudinalSectionW_HQ50_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
30 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
31 pattern=".*(HQ100)(\D.*)*" to="LongitudinalSectionW_HQ100_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
32 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
33 pattern=".*(HQ200)(\D.*)*" to="LongitudinalSectionW_HQ200_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
34 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
6109
2a4ff87ef357
Fixed missspelled mapping
Sascha L. Teichmann <teichmann@intevation.de>
parents:
6103
diff
changeset
|
35 pattern=".*(HQ300)(\D.*)*" to="LongitudinalSectionW_HQ300_Points" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
36 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
37 pattern=".*(HQ500)(\D.*)*" to="LongitudinalSectionW_HQ500_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
38 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
39 pattern=".*(HQ1000)(\D.*)*" to="LongitudinalSectionW_HQ1000_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
40 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
41 pattern=".*(HQExtrem)(\D.*)*" to="LongitudinalSectionW_HQExtrem_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
42 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
43 pattern=".*(HQRZ)(\D.*)*" to="LongitudinalSectionW_HQRZ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
44 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
45 pattern=".*(HSQ)(\D.*)*" to="LongitudinalSectionW_HSQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
46 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
47 pattern=".*(MHQ)(\D.*)*" to="LongitudinalSectionW_MHQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
48 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
49 pattern=".*(MNQ)(\D.*)*" to="LongitudinalSectionW_MNQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
50 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
51 pattern=".*(MQ)(\D.*)*" to="LongitudinalSectionW_MQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
52 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
53 pattern=".*(NQ)(\D.*)*" to="LongitudinalSectionW_NQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
54 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
55 to="LongitudinalSectionPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
56 <mapping from="longitudinal_section.w" pattern=".*(HQ1)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
57 to="LongitudinalSectionW_HQ1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
58 <mapping from="longitudinal_section.w" pattern=".*(HQ2)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
59 to="LongitudinalSectionW_HQ2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
60 <mapping from="longitudinal_section.w" pattern=".*(HQ5)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
61 to="LongitudinalSectionW_HQ5" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
62 <mapping from="longitudinal_section.w" pattern=".*(HQ10)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
63 to="LongitudinalSectionW_HQ10" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
64 <mapping from="longitudinal_section.w" pattern=".*(HQ20)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
65 to="LongitudinalSectionW_HQ20" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
66 <mapping from="longitudinal_section.w" pattern=".*(HQ25)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
67 to="LongitudinalSectionW_HQ25" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
68 <mapping from="longitudinal_section.w" pattern=".*(HQ50)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
69 to="LongitudinalSectionW_HQ50" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
70 <mapping from="longitudinal_section.w" pattern=".*(HQ100)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
71 to="LongitudinalSectionW_HQ100" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
72 <mapping from="longitudinal_section.w" pattern=".*(HQ200)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
73 to="LongitudinalSectionW_HQ200" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
74 <mapping from="longitudinal_section.w" pattern=".*(HQ300)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
75 to="LongitudinalSectionW_HQ300" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
76 <mapping from="longitudinal_section.w" pattern=".*(HQ500)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
77 to="LongitudinalSectionW_HQ500" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
78 <mapping from="longitudinal_section.w" pattern=".*(HQ1000)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
79 to="LongitudinalSectionW_HQ1000" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
80 <mapping from="longitudinal_section.w" pattern=".*(HQExtrem)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
81 to="LongitudinalSectionW_HQExtrem" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
82 <mapping from="longitudinal_section.w" pattern=".*(HQRZ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
83 to="LongitudinalSectionW_HQRZ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
84 <mapping from="longitudinal_section.w" pattern=".*(HSQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
85 to="LongitudinalSectionW_HSQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
86 <mapping from="longitudinal_section.w" pattern=".*(MHQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
87 to="LongitudinalSectionW_MHQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
88 <mapping from="longitudinal_section.w" pattern=".*(MNQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
89 to="LongitudinalSectionW_MNQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
90 <mapping from="longitudinal_section.w" pattern=".*(MQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
91 to="LongitudinalSectionW_MQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
92 <mapping from="longitudinal_section.w" pattern=".*(NQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
93 to="LongitudinalSectionW_NQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
94 <mapping from="longitudinal_section.w" to="LongitudinalSectionW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
95 <mapping from="longitudinal_section.q" pattern="(HQ1)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
96 to="LongitudinalSectionQ_HQ1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
97 <mapping from="longitudinal_section.q" pattern="(HQ2)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
98 to="LongitudinalSectionQ_HQ2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
99 <mapping from="longitudinal_section.q" pattern="(HQ5)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
100 to="LongitudinalSectionQ_HQ5" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
101 <mapping from="longitudinal_section.q" pattern="(HQ10)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
102 to="LongitudinalSectionQ_HQ10" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
103 <mapping from="longitudinal_section.q" pattern="(HQ20)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
104 to="LongitudinalSectionQ_HQ20" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
105 <mapping from="longitudinal_section.q" pattern="(HQ25)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
106 to="LongitudinalSectionQ_HQ25" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
107 <mapping from="longitudinal_section.q" pattern="(HQ50)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
108 to="LongitudinalSectionQ_HQ50" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
109 <mapping from="longitudinal_section.q" pattern="(HQ100)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
110 to="LongitudinalSectionQ_HQ100" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
111 <mapping from="longitudinal_section.q" pattern="(HQ200)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
112 to="LongitudinalSectionQ_HQ200" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
113 <mapping from="longitudinal_section.q" pattern="(HQ300)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
114 to="LongitudinalSectionQ_HQ300" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
115 <mapping from="longitudinal_section.q" pattern="(HQ500)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
116 to="LongitudinalSectionQ_HQ500" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
117 <mapping from="longitudinal_section.q" pattern="(HQ1000)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
118 to="LongitudinalSectionQ_HQ1000" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
119 <mapping from="longitudinal_section.q" pattern="(HQExtrem)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
120 to="LongitudinalSectionQ_HQExtrem" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
121 <mapping from="longitudinal_section.q" pattern="(HQRZ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
122 to="LongitudinalSectionQ_HQRZ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
123 <mapping from="longitudinal_section.q" pattern="(HSQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
124 to="LongitudinalSectionQ_HSQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
125 <mapping from="longitudinal_section.q" pattern="(MHQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
126 to="LongitudinalSectionQ_MHQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
127 <mapping from="longitudinal_section.q" pattern="(MNQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
128 to="LongitudinalSectionQ_MNQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
129 <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
130 to="LongitudinalSectionQ_MQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
131 <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
132 to="LongitudinalSectionQ_NQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
133 <mapping from="longitudinal_section.q" to="LongitudinalSection" /> |
5166
8937dd130230
Added themes for infoldings.
Raimund Renkert <rrenkert@intevation.de>
parents:
5161
diff
changeset
|
134 <mapping from="discharge_longitudinal_section.q.infolding" to="LongitudinalSectionQInfolding" /> |
8937dd130230
Added themes for infoldings.
Raimund Renkert <rrenkert@intevation.de>
parents:
5161
diff
changeset
|
135 <mapping from="discharge_longitudinal_section.q.cutting" to="LongitudinalSectionQInfoldCut" /> |
1746
94faf08d143c
Added new theme attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1742
diff
changeset
|
136 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
137 <mapping from="discharge_curve.curve" to="DischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
138 <mapping from="historical_discharge.historicalq" to="HistoricalDischargeCurveQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
139 <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
140 <mapping from="historical_discharge.historicalw" to="HistoricalDischargeCurveW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
141 <mapping from="historical_discharge.historicalw.diff" to="HistoricalDischargeCurveWDiff" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
142 <mapping from="historical_discharge.wq.curve" to="HistoricalDischargeWQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
143 <mapping from="historical_discharge.wq.w" to="HistoricalDischargeWQW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
144 <mapping from="historical_discharge.wq.q" to="HistoricalDischargeWQQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
145 <mapping from="cross_section" to="CrossSection" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
146 <mapping from="cross_section_water_line" to="CrossSectionWaterLine" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
147 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
148 <mapping from="duration_curve.w" to="DurationCurveW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
149 <mapping from="duration_curve.q" to="DurationCurveQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
150 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
151 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
152 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ" /> |
5781
a5d4904e6bb2
Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5767
diff
changeset
|
153 <mapping from="computed_discharge_curve.mainvalues.q" to="MainValuesQVerticalText" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
154 <mapping from="computed_discharge_curve.mainvalues.w" to="MainValuesW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
155 <mapping from="duration_curve.mainvalues.q" to="MainValuesQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
156 <mapping from="mainvalues.q" to="MainValuesQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
157 <mapping from="mainvalues.w" to="MainValuesW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
158 <mapping from="longitudinal_section.annotations" to="Annotations" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
159 <mapping from="w_differences" to="Differences" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
160 <mapping from="floodmap.wsplgen" to="WSPLGEN" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
161 <mapping from="floodmap.riveraxis" to="RiverAxis" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
162 <mapping from="floodmap.kms" to="Kms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
163 <mapping from="floodmap.qps" to="Qps" /> |
5349
d43ef9f709cd
Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5166
diff
changeset
|
164 <mapping from="floodmap.hws_lines" to="Hws" /> |
d43ef9f709cd
Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5166
diff
changeset
|
165 <mapping from="floodmap.hws_points" to="HwsPoints" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
166 <mapping from="floodmap.hydr_boundaries" to="HydrBoundariesLines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
167 <mapping from="floodmap.hydr_boundaries_poly" to="HydrBoundariesPolys" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
168 <mapping from="floodmap.catchment" to="Catchment" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
169 <mapping from="floodmap.floodplain" to="Floodplains" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
170 <mapping from="floodmap.lines" to="FloodmapLines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
171 <mapping from="floodmap.buildings" to="Buildings" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
172 <mapping from="floodmap.fixpoints" to="Fixpoints" /> |
5547
38713f32a785
Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents:
5437
diff
changeset
|
173 <mapping from="floodmap.floodmarks" to="Floodmarks" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
174 <mapping from="floodmap.floodmaps" to="Floodmaps" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
175 <mapping from="floodmap.gauge_location" to="GaugeLocation" /> |
5437
b582df0c7b00
Add Jetties to floodmap
Andre Heinecke <aheinecke@intevation.de>
parents:
5349
diff
changeset
|
176 <mapping from="floodmap.jetties" to="Jetties" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
177 <mapping from="other.wq" to="WQPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
178 <mapping from="other.wkms" to="WKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
179 <mapping from="other.wkms.marks" to="WKmsAnnotation" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
180 <mapping from="other.wqkms" to="WQKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
181 <mapping from="other.wqkms.w" to="WQKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
182 <mapping from="other.wqkms.q" to="WQKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
183 <mapping from="heightmarks_points" to="heightmarks_points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
184 <mapping from="area" to="Area" /> |
5161
a8d8ea1f2a5c
flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4698
diff
changeset
|
185 <mapping from="cross_section.area" to="CrossSectionArea" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
186 <mapping from="hyk" to="Hyk" /> |
5161
a8d8ea1f2a5c
flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4698
diff
changeset
|
187 <mapping from="longitudinal_section.area" to="LongitudinalSectionArea" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
188 <mapping from="longitudinal_section.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
189 <mapping from="cross_section.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
190 <mapping from="cross_section.manualline" to="CrossSectionWaterLine" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
191 <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
192 <mapping from="duration_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
193 <mapping from="wdifferences.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
194 <mapping from="discharge_longitudinal_section.manualpoints" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
195 to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
196 <mapping from="discharge_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
197 <mapping from="reference_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
198 <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
199 <mapping from="historical_discharge.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
200 <mapping from="manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
201 <mapping from="reference_curve" to="ReferenceCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
202 <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
203 <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
204 <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
205 <mapping from="flow_velocity.tau" to="FlowVelocityTau" /> |
4670
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
206 <mapping from="flow_velocity.totalchannel.filtered" to="FlowVelocityVTotalChannel" /> |
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
207 <mapping from="flow_velocity.mainchannel.filtered" to="FlowVelocityVMainChannel" /> |
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
208 <mapping from="flow_velocity.tau.filtered" to="FlowVelocityTau" /> |
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
209 <mapping from="flow_velocity.discharge" to="FlowVelocityDischarge" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
210 <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
211 <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
212 <mapping from="bed_longitudinal_section.porosity_toplayer" to="PorosityTopLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
213 <mapping from="bed_longitudinal_section.porosity_sublayer" to="PorositySubLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
214 <mapping from="bed_longitudinal_section.sediment_density_toplayer" to="DensityTopLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
215 <mapping from="bed_longitudinal_section.sediment_density_sublayer" to="DensitySublayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
216 <mapping from="bed_longitudinal_section.bed_diameter_toplayer" to="BedDiameterTopLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
217 <mapping from="bed_longitudinal_section.bed_diameter_sublayer" to="BedDiameterSubLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
218 <mapping from="bed_longitudinal_section.bedload_diameter" to="BedLoadDiameter" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
219 <mapping from="bedheight_difference.year" to="BedheightDiffYear"/> |
4674
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
220 <mapping from="bedheight_difference.year.filtered" to="BedheightDiffYear"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
221 <mapping from="bedheight_difference.morph_width" to="BedheightDiffMorphWidth"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
222 <mapping from="bedheight_difference.epoch" to="BedheightDiffEpoch"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
223 <mapping from="bedheight_difference.year.height1" to="BedheightDiffAbsHeight1"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
224 <mapping from="bedheight_difference.year.height2" to="BedheightDiffAbsHeight2"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
225 <mapping from="bedheight_difference.epoch.height1" to="BedheightDiffAbsHeight1"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
226 <mapping from="bedheight_difference.epoch.height2" to="BedheightDiffAbsHeight2"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
227 <mapping from="bedheight_difference.height_year" to="BedheightDiffHeightYear"/> |
4674
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
228 <mapping from="bedheight_difference.epoch.filtered" to="BedheightDiffEpoch"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
229 <mapping from="bedheight_difference.year.height1.filtered" to="BedheightDiffAbsHeight1"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
230 <mapping from="bedheight_difference.year.height2.filtered" to="BedheightDiffAbsHeight2"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
231 <mapping from="bedheight_difference.epoch.height1.filtered" to="BedheightDiffAbsHeight1"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
232 <mapping from="bedheight_difference.epoch.height2.filtered" to="BedheightDiffAbsHeight2"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
233 <mapping from="bedheight_difference.height_year.filtered" to="BedheightDiffHeightYear"/> |
5767
fe2472e28a72
New theme for morphologic width.
Raimund Renkert <rrenkert@intevation.de>
parents:
5663
diff
changeset
|
234 <mapping from="morph-width" to="MorphologicWidth"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
235 <mapping from="relativepoint" to="RelativePoint" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
236 <mapping from="sq_a_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
237 <mapping from="sq_a_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
238 <mapping from="sq_a_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
239 <mapping from="sq_a_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
240 <mapping from="sq_a_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
241 <mapping from="sq_b_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
242 <mapping from="sq_b_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
243 <mapping from="sq_b_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
244 <mapping from="sq_b_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
245 <mapping from="sq_b_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
246 <mapping from="sq_c_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
247 <mapping from="sq_c_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
248 <mapping from="sq_c_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
249 <mapping from="sq_c_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
250 <mapping from="sq_c_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
251 <mapping from="sq_d_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
252 <mapping from="sq_d_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
253 <mapping from="sq_d_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
254 <mapping from="sq_d_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
255 <mapping from="sq_d_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
256 <mapping from="sq_e_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
257 <mapping from="sq_e_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
258 <mapping from="sq_e_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
259 <mapping from="sq_e_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
260 <mapping from="sq_e_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
261 <mapping from="sq_f_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
262 <mapping from="sq_f_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
263 <mapping from="sq_f_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
264 <mapping from="sq_f_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
265 <mapping from="sq_f_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
266 <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
267 <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
268 <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
269 <mapping from="fix_sector_average_wq_3" to="FixingSectorAverageWQ3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
270 <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
271 <mapping from="fix_outlier" to="FixingOutlier" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
272 <mapping from="fix_wq_curve" to="FixingWQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
273 <mapping from="fix_reference_events_wq" to="FixingReferenceEvents" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
274 <mapping from="fix_sector_average_dwt_0" to="FixingDeltaWtAverage0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
275 <mapping from="fix_sector_average_dwt_1" to="FixingDeltaWtAverage1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
276 <mapping from="fix_sector_average_dwt_2" to="FixingDeltaWtAverage2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
277 <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
278 <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
279 <mapping from="fix_analysis_periods_dwt" to="FixingDeltaWtAnalysisPeriods" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
280 <mapping from="fix_reference_events_dwt" to="FixingReferenceEvents" /> |
4433
5b8919ef601d
Backed out changeset e8a4d2fd25cc
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4432
diff
changeset
|
281 <mapping from="fix_reference_period_dwt" to="FixingReferencePeriod" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
282 <mapping from="fix_sector_average_ls_deviation_0" to="FixingSectorDeviationLS0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
283 <mapping from="fix_sector_average_ls_deviation_1" to="FixingSectorDeviationLS1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
284 <mapping from="fix_sector_average_ls_deviation_2" to="FixingSectorDeviationLS2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
285 <mapping from="fix_sector_average_ls_deviation_3" to="FixingSectorDeviationLS3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
286 <mapping from="fix_sector_average_ls_0" to="FixingLSAverage0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
287 <mapping from="fix_sector_average_ls_1" to="FixingLSAverage1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
288 <mapping from="fix_sector_average_ls_2" to="FixingLSAverage2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
289 <mapping from="fix_sector_average_ls_3" to="FixingLSAverage3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
290 <mapping from="fix_deviation_ls" to="FixLSDeviation" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
291 <mapping from="fix_deviation_dwt" to="FixDeltaWtDeviation" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
292 <mapping from="fix_analysis_events_ls" to="FixLSAnalysis" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
293 <mapping from="fix_reference_events_ls" to="FixLSReference" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
294 <mapping from="fix_derivate_curve" to="FixingDerivedCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
295 <mapping from="fix_derivate_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
296 <mapping from="fix_deltawt_curve.manualpoints" to="ManualPoints" /> |
5847
621c76fe6b6e
Map fix wq points to FixPoints style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5838
diff
changeset
|
297 <mapping from="fix_events_wqkms" to="FixPoints" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
298 <mapping from="qsectors" to="QSectors" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
299 <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
300 <mapping from="extreme_wq_curve" to="ExtremeWQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
301 <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
302 <mapping from="sedimentload.coarse" to="SedimentLoadCoarse" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
303 <mapping from="sedimentload.finemiddle" to="SedimentLoadFineMid" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
304 <mapping from="sedimentload.sand" to="SedimentLoadSand" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
305 <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
306 <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" /> |
5663
76b1fc8fed63
themes.xml: Fix typo that prevented susp_sediment theme display.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5547
diff
changeset
|
307 <mapping from="sedimentload.susp_sediment" to="SedimentLoadSediment" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
308 <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
309 <mapping from="sedimentload.total" to="SedimentLoadTotal" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
310 </mappings> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
311 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
312 </themes> |