comparison flys-artifacts/doc/conf/themes/default/reference.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="ReferenceCurve">
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 <field name="linecolor" type="Color" display="Linienfarbe"
15 default="204, 204, 204" />
16 </fields>
17 </theme>
18
19 <theme name="ReferenceCurveNormalized">
20 <inherits>
21 <inherit from="ReferenceCurve" />
22 </inherits>
23 <fields>
24 </fields>
25 </theme>
26 <!--/themegroup-->

http://dive4elements.wald.intevation.org