Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default/duration.xml @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-artifacts/doc/conf/themes/default/duration.xml@dfac28805d79 |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
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="Label" /> | |
9 <inherit from="MinMaxPoints" /> | |
10 </inherits> | |
11 <fields> | |
12 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
13 default="false" /> | |
14 <field name="linesize" type="int" display="Liniendicke" | |
15 default="2" /> | |
16 <field name="showpointlabel" type="boolean" | |
17 display="Punktbeschriftung anzeigen" default="false" | |
18 hints="hidden"/> | |
19 </fields> | |
20 </theme> | |
21 | |
22 <theme name="DurationCurveW"> | |
23 <inherits> | |
24 <inherit from="DurationCurve" /> | |
25 </inherits> | |
26 <fields> | |
27 <field name="linecolor" type="Color" display="Linienfarbe" | |
28 default="0,51,204" /> | |
29 </fields> | |
30 </theme> | |
31 | |
32 <theme name="DurationCurveQ"> | |
33 <inherits> | |
34 <inherit from="DurationCurve" /> | |
35 </inherits> | |
36 <fields> | |
37 <field name="linecolor" type="Color" display="Linienfarbe" | |
38 default="0,204,0" /> | |
39 </fields> | |
40 </theme> | |
41 <!--/themegroup--> |