comparison flys-artifacts/doc/conf/themes/second/duration.xml @ 4682:1c1effe530bc

Added second theme config files. Currently second is a copy of default.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 14 Dec 2012 12:03:31 +0100
parents
children dfac28805d79
comparison
equal deleted inserted replaced
4681:aa718770308e 4682:1c1effe530bc
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