annotate flys-artifacts/doc/conf/themes/default/cross-section.xml @ 4698:dfac28805d79

Fixed and updated theme configurations.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 17 Dec 2012 17:56:56 +0100
parents e6a282844a33
children a8d8ea1f2a5c
rev   line source
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 <!--themegroup name="default"-->
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3 <theme name="CrossSection">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 <inherit from="Points" />
4698
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
7 <inherit from="Label" />
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 <inherit from="MinMaxPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 <field name="showpoints" type="boolean" display="Punkte anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12 default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18 <theme name="CrossSectionWaterLine">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
21 <inherit from="Points" />
4698
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
22 <inherit from="Label" />
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
23 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
24 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
25 <field name="showpoints" type="boolean" display="Punkte anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
26 default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
27 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
28 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
29 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
30 default="0,0,153" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
31 <field name="showwidth" type="boolean" display="Breite anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
32 default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
33 <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
34 default="true" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
35 <field name="showlinelabel" type="boolean" default="true"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
36 display="Beschriftung anzeigen" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
37 <field name="showmiddleheight" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
38 display="Wasserstand anzeigen" default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
39 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
40 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
41
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
42 <theme name="Hyk">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
43 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
44 <inherit from="Text" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
45 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
46 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
47 <field name="textorientation" type="boolean" display="Textausrichtung"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
48 default="true" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
49 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
50 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
51 <!--/themegroup-->

http://dive4elements.wald.intevation.org