Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 2995:7d33aec0b61d
Added own themes for mainvalues.
flys-artifacts/trunk@4549 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 29 May 2012 07:37:46 +0000 |
parents | b2727413fae2 |
children | 7e4c8590067a |
comparison
equal
deleted
inserted
replaced
2994:a2b265b9b2f7 | 2995:7d33aec0b61d |
---|---|
523 <fields> | 523 <fields> |
524 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | 524 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
525 </fields> | 525 </fields> |
526 </theme> | 526 </theme> |
527 | 527 |
528 <!-- | |
529 Main Values | |
530 --> | |
531 <theme name="MainValuesQ"> | |
532 <inherits> | |
533 <inherit from="HiddenColorLines"/> | |
534 <inherit from="Text"/> | |
535 </inherits> | |
536 <fields> | |
537 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
538 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
539 <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/> | |
540 <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/> | |
541 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
542 </fields> | |
543 </theme> | |
544 | |
545 <theme name="MainValuesW"> | |
546 <inherits> | |
547 <inherit from="HiddenColorLines"/> | |
548 <inherit from="Text"/> | |
549 </inherits> | |
550 <fields> | |
551 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
552 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
553 <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/> | |
554 <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/> | |
555 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
556 </fields> | |
557 </theme> | |
528 | 558 |
529 <!-- | 559 <!-- |
530 Computed Discharge Curves | 560 Computed Discharge Curves |
531 --> | 561 --> |
532 <theme name="ComputedDischargeCurve"> | 562 <theme name="ComputedDischargeCurve"> |
2066 <mapping from="duration_curve.w" to="DurationCurveW"/> | 2096 <mapping from="duration_curve.w" to="DurationCurveW"/> |
2067 <mapping from="duration_curve.q" to="DurationCurveQ"/> | 2097 <mapping from="duration_curve.q" to="DurationCurveQ"/> |
2068 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> | 2098 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> |
2069 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> | 2099 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> |
2070 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> | 2100 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
2071 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> | 2101 <mapping from="computed_discharge_curve.mainvalues.q" to="MainValuesQ"/> |
2072 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> | 2102 <mapping from="computed_discharge_curve.mainvalues.w" to="MainValuesW"/> |
2073 <mapping from="duration_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> | 2103 <mapping from="duration_curve.mainvalues.q" to="MainValuesQ"/> |
2074 <mapping from="mainvalues.q" to="ComputedDischargeCurveQ"/> | 2104 <mapping from="mainvalues.q" to="MainValuesQ"/> |
2075 <mapping from="mainvalues.w" to="ComputedDischargeCurveW"/> | 2105 <mapping from="mainvalues.w" to="MainValuesW"/> |
2076 <mapping from="longitudinal_section.annotations" to="Annotations"/> | 2106 <mapping from="longitudinal_section.annotations" to="Annotations"/> |
2077 <mapping from="w_differences" to="Differences"/> | 2107 <mapping from="w_differences" to="Differences"/> |
2078 <mapping from="floodmap.wsplgen" to="WSPLGEN"/> | 2108 <mapping from="floodmap.wsplgen" to="WSPLGEN"/> |
2079 <mapping from="floodmap.riveraxis" to="RiverAxis"/> | 2109 <mapping from="floodmap.riveraxis" to="RiverAxis"/> |
2080 <mapping from="floodmap.kms" to="Kms"/> | 2110 <mapping from="floodmap.kms" to="Kms"/> |