Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes/second/discharge.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 <theme name="DischargeCurve"> | |
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="Datenpunkte anzeigen" | |
11 default="false" hints="hidden" /> | |
12 <field name="showpointlabel" type="boolean" | |
13 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
14 <field name="linecolor" type="Color" display="Linienfarbe" | |
15 default="0, 0, 153" /> | |
16 <field name="linesize" type="int" display="Liniendicke" | |
17 default="2" /> | |
18 </fields> | |
19 </theme> | |
20 | |
21 <theme name="ComputedDischargeCurve"> | |
22 <inherits> | |
23 <inherit from="Lines" /> | |
24 <inherit from="Points" /> | |
25 <inherit from="MinMaxPoints" /> | |
26 </inherits> | |
27 <fields> | |
28 <field name="linecolor" type="Color" display="Linienfarbe" | |
29 default="0, 0, 153" /> | |
30 <field name="linesize" type="int" display="Liniendicke" | |
31 default="2" hints="hidden" /> | |
32 </fields> | |
33 </theme> | |
34 | |
35 <theme name="ComputedDischargeCurveQ"> | |
36 <inherits> | |
37 <inherit from="ComputedDischargeCurve" /> | |
38 <inherit from="Text" /> | |
39 </inherits> | |
40 <fields> | |
41 <field name="linecolor" type="Color" display="Farbe" | |
42 default="200, 0, 15" /> | |
43 <field name="textcolor" type="Color" display="Farbe" | |
44 default="200, 0, 15" /> | |
45 </fields> | |
46 </theme> | |
47 | |
48 <theme name="ComputedDischargeCurveW"> | |
49 <inherits> | |
50 <inherit from="ComputedDischargeCurve" /> | |
51 <inherit from="Text" /> | |
52 </inherits> | |
53 <fields> | |
54 <field name="linecolor" type="Color" display="Farbe" | |
55 default="0, 215, 0" /> | |
56 <field name="textcolor" type="Color" display="Farbe" | |
57 default="0, 215, 0" /> | |
58 <field name="textorientation" type="boolean" display="Textausrichtung" | |
59 default="true" /> | |
60 </fields> | |
61 </theme> | |
62 | |
63 <theme name="GaugeDischargeCurve"> | |
64 <inherits> | |
65 <inherit from="DischargeCurve" /> | |
66 </inherits> | |
67 <fields> | |
68 <field name="linecolor" type="Color" display="Linienfarbe" | |
69 default="0, 0, 153" /> | |
70 <field name="linesize" type="int" display="Liniendicke" | |
71 default="2" hints="hidden" /> | |
72 </fields> | |
73 </theme> | |
74 | |
75 <theme name="ExtremeWQCurve"> | |
76 <inherits> | |
77 <inherit from="DischargeCurve" /> | |
78 </inherits> | |
79 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" | |
80 default="true" hidden="true" /> | |
81 </theme> | |
82 | |
83 <theme name="ExtremeWQBaseCurve"> | |
84 <inherits> | |
85 <inherit from="Points" /> | |
86 <inherit from="Label" /> | |
87 </inherits> | |
88 <field name="pointsize" type="int" display="Punktdicke" | |
89 default="2" hidden="true" /> | |
90 </theme> | |
91 <!--/themegroup--> |