Mercurial > dive4elements > river
annotate flys-artifacts/doc/conf/themes/default/discharge.xml @ 5758:c59ba0eade8e
Added new macro for deltaW ls and removed the old one. Use the new macro in bed
differences.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 11:51:53 +0200 |
parents | dfac28805d79 |
children |
rev | line source |
---|---|
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
2 <!--themegroup name="default"--> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
3 <theme name="DischargeCurve"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
4 <inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
5 <inherit from="Lines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
6 <inherit from="Points" /> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
7 <inherit from="Label" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
8 <inherit from="MinMaxPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
9 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
10 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
11 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
12 default="false" hints="hidden" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
13 <field name="showpointlabel" type="boolean" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
14 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
15 <field name="linecolor" type="Color" display="Linienfarbe" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
16 default="0, 0, 153" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
17 <field name="linesize" type="int" display="Liniendicke" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
18 default="2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
19 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
20 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
21 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
22 <theme name="ComputedDischargeCurve"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
23 <inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
24 <inherit from="Lines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
25 <inherit from="Points" /> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
26 <inherit from="Label" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
27 <inherit from="MinMaxPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
28 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
29 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
30 <field name="linecolor" type="Color" display="Linienfarbe" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
31 default="0, 0, 153" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
32 <field name="linesize" type="int" display="Liniendicke" |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
33 default="2" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
34 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
35 default="false" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
36 <field name="showpointlabel" type="boolean" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
37 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
38 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
39 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
40 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
41 <theme name="ComputedDischargeCurveQ"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
42 <inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
43 <inherit from="ComputedDischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
44 <inherit from="Text" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
45 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
46 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
47 <field name="linecolor" type="Color" display="Farbe" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
48 default="200, 0, 15" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
49 <field name="textcolor" type="Color" display="Farbe" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
50 default="200, 0, 15" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
51 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
52 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
53 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
54 <theme name="ComputedDischargeCurveW"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
55 <inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
56 <inherit from="ComputedDischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
57 <inherit from="Text" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
58 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
59 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
60 <field name="linecolor" type="Color" display="Farbe" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
61 default="0, 215, 0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
62 <field name="textcolor" type="Color" display="Farbe" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
63 default="0, 215, 0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
64 <field name="textorientation" type="boolean" display="Textausrichtung" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
65 default="true" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
66 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
67 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
68 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
69 <theme name="GaugeDischargeCurve"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
70 <inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
71 <inherit from="DischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
72 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
73 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
74 <field name="linecolor" type="Color" display="Linienfarbe" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
75 default="0, 0, 153" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
76 <field name="linesize" type="int" display="Liniendicke" |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
77 default="2" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
78 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
79 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
80 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
81 <theme name="ExtremeWQCurve"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
82 <inherits> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
83 <inherit from="Lines" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
84 <inherit from="MinMaxPoints" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
85 </inherits> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
86 <fields> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
87 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
88 default="true" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
89 <field name="linecolor" type="Color" display="Linienfarbe" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
90 default="0, 0, 153" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
91 <field name="linesize" type="int" display="Liniendicke" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
92 default="2" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
93 <field name="showlinelabel" type="boolean" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
94 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
95 </fields> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
96 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
97 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
98 <theme name="ExtremeWQBaseCurve"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
99 <inherits> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
100 <inherit from="Lines" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
101 <inherit from="Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
102 </inherits> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
103 <fields> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
104 <field name="pointsize" type="int" display="Punktdicke" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
105 default="2" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
106 <field name="showpointlabel" type="boolean" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
107 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
108 <field name="showlinelabel" type="boolean" |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
109 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
110 </fields> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
111 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
112 <!--/themegroup--> |