comparison flys-artifacts/doc/conf/themes/default/duration.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
4 <theme name="DurationCurve">
5 <inherits>
6 <inherit from="Lines" />
7 <inherit from="Points" />
8 <inherit from="MinMaxPoints" />
9 </inherits>
10 <fields>
11 <field name="showpoints" type="boolean" display="Punkte anzeigen"
12 default="false" />
13 <field name="linesize" type="int" display="Liniendicke"
14 default="2" hints="hidden" />
15 <field name="showpointlabel" type="boolean"
16 display="Punktbeschriftung anzeigen" default="false"
17 hints="hidden"/>
18 </fields>
19 </theme>
20
21 <theme name="DurationCurveW">
22 <inherits>
23 <inherit from="DurationCurve" />
24 </inherits>
25 <fields>
26 <field name="linecolor" type="Color" display="Linienfarbe"
27 default="0,51,204" />
28 </fields>
29 </theme>
30
31 <theme name="DurationCurveQ">
32 <inherits>
33 <inherit from="DurationCurve" />
34 </inherits>
35 <fields>
36 <field name="linecolor" type="Color" display="Linienfarbe"
37 default="0,204,0" />
38 </fields>
39 </theme>
40 <!--/themegroup-->

http://dive4elements.wald.intevation.org