Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 1092:0eb585cd3882
Added limited themeing-support for MainValues.
flys-artifacts/trunk@2595 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 26 Aug 2011 12:44:12 +0000 |
parents | f7761914f745 |
children | eed81499b0d2 |
comparison
equal
deleted
inserted
replaced
1091:7230e087ef8b | 1092:0eb585cd3882 |
---|---|
41 <inherit from="HiddenColorLines"/> | 41 <inherit from="HiddenColorLines"/> |
42 </inherits> | 42 </inherits> |
43 <fields> | 43 <fields> |
44 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | 44 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
45 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 45 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
46 </fields> | |
47 </theme> | |
48 | |
49 <theme name="ComputedDischargeCurveQ"> | |
50 <fields> | |
51 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
52 </fields> | |
53 </theme> | |
54 | |
55 <theme name="ComputedDischargeCurveW"> | |
56 <fields> | |
57 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
46 </fields> | 58 </fields> |
47 </theme> | 59 </theme> |
48 | 60 |
49 | 61 |
50 <!-- | 62 <!-- |
144 <mapping from="duration_curve.w" to="DurationCurveW"/> | 156 <mapping from="duration_curve.w" to="DurationCurveW"/> |
145 <mapping from="duration_curve.q" to="DurationCurveQ"/> | 157 <mapping from="duration_curve.q" to="DurationCurveQ"/> |
146 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> | 158 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> |
147 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> | 159 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> |
148 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> | 160 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
161 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> | |
162 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> | |
149 </mappings> | 163 </mappings> |
150 </themes> | 164 </themes> |