comparison flys-artifacts/doc/conf/themes/default/cross-section.xml @ 4667:e6a282844a33

Refactored the themes config files (currently only default style). * split up the big config file into one file for each chart type. * cleaned up the virtual themes.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 12 Dec 2012 10:42:38 +0100
parents
children dfac28805d79
comparison
equal deleted inserted replaced
4666:28eb979ae31b 4667:e6a282844a33
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--themegroup name="default"-->
3 <theme name="CrossSection">
4 <inherits>
5 <inherit from="Lines" />
6 <inherit from="Points" />
7 <inherit from="MinMaxPoints" />
8 </inherits>
9 <fields>
10 <field name="showpoints" type="boolean" display="Punkte anzeigen"
11 default="false" />
12 <field name="showpointlabel" type="boolean"
13 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
14 </fields>
15 </theme>
16
17 <theme name="CrossSectionWaterLine">
18 <inherits>
19 <inherit from="Lines" />
20 <inherit from="Points" />
21 </inherits>
22 <fields>
23 <field name="showpoints" type="boolean" display="Punkte anzeigen"
24 default="false" />
25 <field name="showpointlabel" type="boolean"
26 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
27 <field name="linecolor" type="Color" display="Linienfarbe"
28 default="0,0,153" />
29 <field name="showwidth" type="boolean" display="Breite anzeigen"
30 default="false" />
31 <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
32 default="true" />
33 <field name="showlinelabel" type="boolean" default="true"
34 display="Beschriftung anzeigen" />
35 <field name="showmiddleheight" type="boolean"
36 display="Wasserstand anzeigen" default="false" />
37 </fields>
38 </theme>
39
40 <theme name="Hyk">
41 <inherits>
42 <inherit from="Text" />
43 </inherits>
44 <fields>
45 <field name="textorientation" type="boolean" display="Textausrichtung"
46 default="true" />
47 </fields>
48 </theme>
49 <!--/themegroup-->

http://dive4elements.wald.intevation.org