Mercurial > dive4elements > river
changeset 4667:e6a282844a33
Refactored the themes config files (currently only default style).
* split up the big config file into one file for each chart type.
* cleaned up the virtual themes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 12 Dec 2012 10:42:38 +0100 |
parents | 28eb979ae31b |
children | 87c938d082d6 |
files | flys-artifacts/doc/conf/themes.xml flys-artifacts/doc/conf/themes/default/cross-section.xml flys-artifacts/doc/conf/themes/default/discharge.xml flys-artifacts/doc/conf/themes/default/duration.xml flys-artifacts/doc/conf/themes/default/fixings.xml flys-artifacts/doc/conf/themes/default/floodmap.xml flys-artifacts/doc/conf/themes/default/general.xml flys-artifacts/doc/conf/themes/default/historical-discharge.xml flys-artifacts/doc/conf/themes/default/longitudinal-section.xml flys-artifacts/doc/conf/themes/default/reference.xml flys-artifacts/doc/conf/themes/default/sq-relation.xml flys-artifacts/doc/conf/themes/virtual.xml |
diffstat | 12 files changed, 2301 insertions(+), 279 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Wed Dec 12 10:38:50 2012 +0100 +++ b/flys-artifacts/doc/conf/themes.xml Wed Dec 12 10:42:38 2012 +0100 @@ -1,288 +1,310 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE themes [ - <!ENTITY default-themes SYSTEM "conf/default-themes.xml"> - <!ENTITY second-themes SYSTEM "conf/second-themes.xml"> - <!ENTITY virtual-themes SYSTEM "conf/virtual-themes.xml"> + <!ENTITY virtual-themes SYSTEM "conf/themes/virtual.xml"> + <!ENTITY general SYSTEM "conf/themes/default/general.xml"> + <!ENTITY longitudinal-section SYSTEM "conf/themes/default/longitudinal-section.xml"> + <!ENTITY cross-section SYSTEM "conf/themes/default/cross-section.xml"> + <!ENTITY discharge SYSTEM "conf/themes/default/discharge.xml"> + <!ENTITY fixings SYSTEM "conf/themes/default/fixings.xml"> + <!ENTITY floodmap SYSTEM "conf/themes/default/floodmap.xml"> + <!ENTITY historical-discharge SYSTEM "conf/themes/default/historical-discharge.xml"> + <!ENTITY reference SYSTEM "conf/themes/default/reference.xml"> + <!ENTITY sq-relation SYSTEM "conf/themes/default/sq-relation.xml"> ]> <themes> - &default-themes; - &second-themes; &virtual-themes; - <!-- Mappings are following now. A mapping maps between a name of a facet - and a theme. Always the first matching mapping is taken, so consider putting - most specific mappings on top of the list. --> - <mappings> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ1)(\D.*)*" to="LongitudinalSectionW_HQ1_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ2)(\D.*)*" to="LongitudinalSectionW_HQ2_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ5)(\D.*)*" to="LongitudinalSectionW_HQ5_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ10)(\D.*)*" to="LongitudinalSectionW_HQ10_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ20)(\D.*)*" to="LongitudinalSectionW_HQ20_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ25)(\D.*)*" to="LongitudinalSectionW_HQ25_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ50)(\D.*)*" to="LongitudinalSectionW_HQ50_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ100)(\D.*)*" to="LongitudinalSectionW_HQ100_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ200)(\D.*)*" to="LongitudinalSectionW_HQ200_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ500)(\D.*)*" to="LongitudinalSectionW_HQ500_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQ1000)(\D.*)*" to="LongitudinalSectionW_HQ1000_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQExtrem)(\D.*)*" to="LongitudinalSectionW_HQExtrem_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HQRZ)(\D.*)*" to="LongitudinalSectionW_HQRZ_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(HSQ)(\D.*)*" to="LongitudinalSectionW_HSQ_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(MHQ)(\D.*)*" to="LongitudinalSectionW_MHQ_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(MNQ)(\D.*)*" to="LongitudinalSectionW_MNQ_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(MQ)(\D.*)*" to="LongitudinalSectionW_MQ_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - pattern=".*(NQ)(\D.*)*" to="LongitudinalSectionW_NQ_Points" /> - <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" - to="LongitudinalSectionPoints" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ1)(\D.*)*" - to="LongitudinalSectionW_HQ1" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ2)(\D.*)*" - to="LongitudinalSectionW_HQ2" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ5)(\D.*)*" - to="LongitudinalSectionW_HQ5" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ10)(\D.*)*" - to="LongitudinalSectionW_HQ10" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ20)(\D.*)*" - to="LongitudinalSectionW_HQ20" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ25)(\D.*)*" - to="LongitudinalSectionW_HQ25" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ50)(\D.*)*" - to="LongitudinalSectionW_HQ50" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ100)(\D.*)*" - to="LongitudinalSectionW_HQ100" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ200)(\D.*)*" - to="LongitudinalSectionW_HQ200" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ500)(\D.*)*" - to="LongitudinalSectionW_HQ500" /> - <mapping from="longitudinal_section.w" pattern=".*(HQ1000)(\D.*)*" - to="LongitudinalSectionW_HQ1000" /> - <mapping from="longitudinal_section.w" pattern=".*(HQExtrem)(\D.*)*" - to="LongitudinalSectionW_HQExtrem" /> - <mapping from="longitudinal_section.w" pattern=".*(HQRZ)(\D.*)*" - to="LongitudinalSectionW_HQRZ" /> - <mapping from="longitudinal_section.w" pattern=".*(HSQ)(\D.*)*" - to="LongitudinalSectionW_HSQ" /> - <mapping from="longitudinal_section.w" pattern=".*(MHQ)(\D.*)*" - to="LongitudinalSectionW_MHQ" /> - <mapping from="longitudinal_section.w" pattern=".*(MNQ)(\D.*)*" - to="LongitudinalSectionW_MNQ" /> - <mapping from="longitudinal_section.w" pattern=".*(MQ)(\D.*)*" - to="LongitudinalSectionW_MQ" /> - <mapping from="longitudinal_section.w" pattern=".*(NQ)(\D.*)*" - to="LongitudinalSectionW_NQ" /> - <mapping from="longitudinal_section.w" to="LongitudinalSectionW" /> - - <mapping from="longitudinal_section.q" pattern="(HQ1)(\D.*)*" - to="LongitudinalSectionQ_HQ1" /> - <mapping from="longitudinal_section.q" pattern="(HQ2)(\D.*)*" - to="LongitudinalSectionQ_HQ2" /> - <mapping from="longitudinal_section.q" pattern="(HQ5)(\D.*)*" - to="LongitudinalSectionQ_HQ5" /> - <mapping from="longitudinal_section.q" pattern="(HQ10)(\D.*)*" - to="LongitudinalSectionQ_HQ10" /> - <mapping from="longitudinal_section.q" pattern="(HQ20)(\D.*)*" - to="LongitudinalSectionQ_HQ20" /> - <mapping from="longitudinal_section.q" pattern="(HQ25)(\D.*)*" - to="LongitudinalSectionQ_HQ25" /> - <mapping from="longitudinal_section.q" pattern="(HQ50)(\D.*)*" - to="LongitudinalSectionQ_HQ50" /> - <mapping from="longitudinal_section.q" pattern="(HQ100)(\D.*)*" - to="LongitudinalSectionQ_HQ100" /> - <mapping from="longitudinal_section.q" pattern="(HQ200)(\D.*)*" - to="LongitudinalSectionQ_HQ200" /> - <mapping from="longitudinal_section.q" pattern="(HQ500)(\D.*)*" - to="LongitudinalSectionQ_HQ500" /> - <mapping from="longitudinal_section.q" pattern="(HQ1000)(\D.*)*" - to="LongitudinalSectionQ_HQ1000" /> - <mapping from="longitudinal_section.q" pattern="(HQExtrem)(\D.*)*" - to="LongitudinalSectionQ_HQExtrem" /> - <mapping from="longitudinal_section.q" pattern="(HQRZ)(\D.*)*" - to="LongitudinalSectionQ_HQRZ" /> - <mapping from="longitudinal_section.q" pattern="(HSQ)(\D.*)*" - to="LongitudinalSectionQ_HSQ" /> - <mapping from="longitudinal_section.q" pattern="(MHQ)(\D.*)*" - to="LongitudinalSectionQ_MHQ" /> - <mapping from="longitudinal_section.q" pattern="(MNQ)(\D.*)*" - to="LongitudinalSectionQ_MNQ" /> - <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" - to="LongitudinalSectionQ_MQ" /> - <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" - to="LongitudinalSectionQ_NQ" /> - <mapping from="longitudinal_section.q" to="LongitudinalSectionQ" /> + <themegroup name="default"> + &longitudinal-section; + &cross-section; + &discharge; + &fixings; + &floodmap; + &historical-discharge; + &reference; + &sq-relation; + &general; + </themegroup> + <!-- Mappings are following now. A mapping maps between a name of a facet + and a theme. Always the first matching mapping is taken, so consider putting + most specific mappings on top of the list. --> + <mappings> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ1)(\D.*)*" to="LongitudinalSectionW_HQ1_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ2)(\D.*)*" to="LongitudinalSectionW_HQ2_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ5)(\D.*)*" to="LongitudinalSectionW_HQ5_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ10)(\D.*)*" to="LongitudinalSectionW_HQ10_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ20)(\D.*)*" to="LongitudinalSectionW_HQ20_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ25)(\D.*)*" to="LongitudinalSectionW_HQ25_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ50)(\D.*)*" to="LongitudinalSectionW_HQ50_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ100)(\D.*)*" to="LongitudinalSectionW_HQ100_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ200)(\D.*)*" to="LongitudinalSectionW_HQ200_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ300)(\D.*)*" to="LongitudinalSectiLEVEL >= DEBUGonW_HQ300_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ500)(\D.*)*" to="LongitudinalSectionW_HQ500_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQ1000)(\D.*)*" to="LongitudinalSectionW_HQ1000_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQExtrem)(\D.*)*" to="LongitudinalSectionW_HQExtrem_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HQRZ)(\D.*)*" to="LongitudinalSectionW_HQRZ_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(HSQ)(\D.*)*" to="LongitudinalSectionW_HSQ_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(MHQ)(\D.*)*" to="LongitudinalSectionW_MHQ_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(MNQ)(\D.*)*" to="LongitudinalSectionW_MNQ_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(MQ)(\D.*)*" to="LongitudinalSectionW_MQ_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + pattern=".*(NQ)(\D.*)*" to="LongitudinalSectionW_NQ_Points" /> + <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" + to="LongitudinalSectionPoints" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ1)(\D.*)*" + to="LongitudinalSectionW_HQ1" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ2)(\D.*)*" + to="LongitudinalSectionW_HQ2" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ5)(\D.*)*" + to="LongitudinalSectionW_HQ5" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ10)(\D.*)*" + to="LongitudinalSectionW_HQ10" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ20)(\D.*)*" + to="LongitudinalSectionW_HQ20" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ25)(\D.*)*" + to="LongitudinalSectionW_HQ25" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ50)(\D.*)*" + to="LongitudinalSectionW_HQ50" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ100)(\D.*)*" + to="LongitudinalSectionW_HQ100" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ200)(\D.*)*" + to="LongitudinalSectionW_HQ200" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ300)(\D.*)*" + to="LongitudinalSectionW_HQ300" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ500)(\D.*)*" + to="LongitudinalSectionW_HQ500" /> + <mapping from="longitudinal_section.w" pattern=".*(HQ1000)(\D.*)*" + to="LongitudinalSectionW_HQ1000" /> + <mapping from="longitudinal_section.w" pattern=".*(HQExtrem)(\D.*)*" + to="LongitudinalSectionW_HQExtrem" /> + <mapping from="longitudinal_section.w" pattern=".*(HQRZ)(\D.*)*" + to="LongitudinalSectionW_HQRZ" /> + <mapping from="longitudinal_section.w" pattern=".*(HSQ)(\D.*)*" + to="LongitudinalSectionW_HSQ" /> + <mapping from="longitudinal_section.w" pattern=".*(MHQ)(\D.*)*" + to="LongitudinalSectionW_MHQ" /> + <mapping from="longitudinal_section.w" pattern=".*(MNQ)(\D.*)*" + to="LongitudinalSectionW_MNQ" /> + <mapping from="longitudinal_section.w" pattern=".*(MQ)(\D.*)*" + to="LongitudinalSectionW_MQ" /> + <mapping from="longitudinal_section.w" pattern=".*(NQ)(\D.*)*" + to="LongitudinalSectionW_NQ" /> + <mapping from="longitudinal_section.w" to="LongitudinalSectionW" /> + <mapping from="longitudinal_section.q" pattern="(HQ1)(\D.*)*" + to="LongitudinalSectionQ_HQ1" /> + <mapping from="longitudinal_section.q" pattern="(HQ2)(\D.*)*" + to="LongitudinalSectionQ_HQ2" /> + <mapping from="longitudinal_section.q" pattern="(HQ5)(\D.*)*" + to="LongitudinalSectionQ_HQ5" /> + <mapping from="longitudinal_section.q" pattern="(HQ10)(\D.*)*" + to="LongitudinalSectionQ_HQ10" /> + <mapping from="longitudinal_section.q" pattern="(HQ20)(\D.*)*" + to="LongitudinalSectionQ_HQ20" /> + <mapping from="longitudinal_section.q" pattern="(HQ25)(\D.*)*" + to="LongitudinalSectionQ_HQ25" /> + <mapping from="longitudinal_section.q" pattern="(HQ50)(\D.*)*" + to="LongitudinalSectionQ_HQ50" /> + <mapping from="longitudinal_section.q" pattern="(HQ100)(\D.*)*" + to="LongitudinalSectionQ_HQ100" /> + <mapping from="longitudinal_section.q" pattern="(HQ200)(\D.*)*" + to="LongitudinalSectionQ_HQ200" /> + <mapping from="longitudinal_section.q" pattern="(HQ300)(\D.*)*" + to="LongitudinalSectionQ_HQ300" /> + <mapping from="longitudinal_section.q" pattern="(HQ500)(\D.*)*" + to="LongitudinalSectionQ_HQ500" /> + <mapping from="longitudinal_section.q" pattern="(HQ1000)(\D.*)*" + to="LongitudinalSectionQ_HQ1000" /> + <mapping from="longitudinal_section.q" pattern="(HQExtrem)(\D.*)*" + to="LongitudinalSectionQ_HQExtrem" /> + <mapping from="longitudinal_section.q" pattern="(HQRZ)(\D.*)*" + to="LongitudinalSectionQ_HQRZ" /> + <mapping from="longitudinal_section.q" pattern="(HSQ)(\D.*)*" + to="LongitudinalSectionQ_HSQ" /> + <mapping from="longitudinal_section.q" pattern="(MHQ)(\D.*)*" + to="LongitudinalSectionQ_MHQ" /> + <mapping from="longitudinal_section.q" pattern="(MNQ)(\D.*)*" + to="LongitudinalSectionQ_MNQ" /> + <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" + to="LongitudinalSectionQ_MQ" /> + <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" + to="LongitudinalSectionQ_NQ" /> + <mapping from="longitudinal_section.q" to="LongitudinalSection" /> - <mapping from="discharge_curve.curve" to="DischargeCurve" /> - <mapping from="historical_discharge.historicalq" to="HistoricalDischargeCurveQ" /> - <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff" /> - <mapping from="historical_discharge.historicalw" to="HistoricalDischargeCurveW" /> - <mapping from="historical_discharge.historicalw.diff" to="HistoricalDischargeCurveWDiff" /> - <mapping from="historical_discharge.wq.curve" to="HistoricalDischargeWQCurve" /> - <mapping from="historical_discharge.wq.w" to="HistoricalDischargeWQW" /> - <mapping from="historical_discharge.wq.q" to="HistoricalDischargeWQQ" /> - <mapping from="cross_section" to="CrossSection" /> - <mapping from="cross_section_water_line" to="CrossSectionWaterLine" /> - <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve" /> - <mapping from="duration_curve.w" to="DurationCurveW" /> - <mapping from="duration_curve.q" to="DurationCurveQ" /> - <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW" /> - <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC" /> - <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ" /> - <mapping from="computed_discharge_curve.mainvalues.q" to="MainValuesQ" /> - <mapping from="computed_discharge_curve.mainvalues.w" to="MainValuesW" /> - <mapping from="duration_curve.mainvalues.q" to="MainValuesQ" /> - <mapping from="mainvalues.q" to="MainValuesQ" /> - <mapping from="mainvalues.w" to="MainValuesW" /> - <mapping from="longitudinal_section.annotations" to="Annotations" /> - <mapping from="w_differences" to="Differences" /> - <mapping from="floodmap.wsplgen" to="WSPLGEN" /> - <mapping from="floodmap.riveraxis" to="RiverAxis" /> - <mapping from="floodmap.kms" to="Kms" /> - <mapping from="floodmap.qps" to="Qps" /> - <mapping from="floodmap.hws" to="Hws" /> - <mapping from="floodmap.hydr_boundaries" to="HydrBoundariesLines" /> - <mapping from="floodmap.hydr_boundaries_poly" to="HydrBoundariesPolys" /> - <mapping from="floodmap.catchment" to="Catchment" /> - <mapping from="floodmap.floodplain" to="Floodplains" /> - <mapping from="floodmap.lines" to="FloodmapLines" /> - <mapping from="floodmap.buildings" to="Buildings" /> - <mapping from="floodmap.fixpoints" to="Fixpoints" /> - <mapping from="floodmap.floodmaps" to="Floodmaps" /> - <mapping from="floodmap.gauge_location" to="GaugeLocation" /> - <mapping from="other.wq" to="WQPoints" /> - <mapping from="other.wkms" to="WKms" /> - <mapping from="other.wkms.marks" to="WKmsAnnotation" /> - <mapping from="other.wqkms" to="WQKms" /> - <mapping from="other.wqkms.w" to="WQKms" /> - <mapping from="other.wqkms.q" to="WQKms" /> - <mapping from="heightmarks_points" to="heightmarks_points" /> - <mapping from="area" to="Area" /> - <mapping from="cross_section.area" to="Area" /> - <mapping from="hyk" to="Hyk" /> - <mapping from="longitudinal_section.area" to="Area" /> - <mapping from="longitudinal_section.manualpoints" to="ManualPoints" /> - <mapping from="cross_section.manualpoints" to="ManualPoints" /> - <mapping from="cross_section.manualline" to="CrossSectionWaterLine" /> - <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints" /> - <mapping from="duration_curve.manualpoints" to="ManualPoints" /> - <mapping from="wdifferences.manualpoints" to="ManualPoints" /> - <mapping from="discharge_longitudinal_section.manualpoints" - to="ManualPoints" /> - <mapping from="discharge_curve.manualpoints" to="ManualPoints" /> - <mapping from="reference_curve.manualpoints" to="ManualPoints" /> - <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints" /> - <mapping from="historical_discharge.manualpoints" to="ManualPoints" /> - <mapping from="manualpoints" to="ManualPoints" /> - <mapping from="reference_curve" to="ReferenceCurve" /> - <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized" /> - <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel" /> - <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel" /> - <mapping from="flow_velocity.tau" to="FlowVelocityTau" /> - <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle" /> - <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch" /> - <mapping from="bed_longitudinal_section.porosity_toplayer" to="PorosityTopLayer" /> - <mapping from="bed_longitudinal_section.porosity_sublayer" to="PorositySubLayer" /> - <mapping from="bed_longitudinal_section.sediment_density_toplayer" to="DensityTopLayer" /> - <mapping from="bed_longitudinal_section.sediment_density_sublayer" to="DensitySublayer" /> - <mapping from="bed_longitudinal_section.bed_diameter_toplayer" to="BedDiameterTopLayer" /> - <mapping from="bed_longitudinal_section.bed_diameter_sublayer" to="BedDiameterSubLayer" /> - <mapping from="bed_longitudinal_section.bedload_diameter" to="BedLoadDiameter" /> - <mapping from="bedheight_difference.year" to="BedheightDiffYear"/> - <mapping from="bedheight_difference.morph_width" to="BedheightDiffMorphWidth"/> - <mapping from="bedheight_difference.epoch" to="BedheightDiffEpoch"/> - <mapping from="bedheight_difference.year.height1" to="BedheightDiffAbsHeight1"/> - <mapping from="bedheight_difference.year.height2" to="BedheightDiffAbsHeight2"/> - <mapping from="bedheight_difference.epoch.height1" to="BedheightDiffAbsHeight1"/> - <mapping from="bedheight_difference.epoch.height2" to="BedheightDiffAbsHeight2"/> - <mapping from="bedheight_difference.height_year" to="BedheightDiffHeightYear"/> - <mapping from="relativepoint" to="RelativePoint" /> - <mapping from="sq_a_measurement" to="SQMeasurements" /> - <mapping from="sq_a_outlier" to="SQOutliers" /> - <mapping from="sq_a_curve" to="SQCurve" /> - <mapping from="sq_a_outlier_curve" to="SQCurve" /> - <mapping from="sq_a_outlier_measurement" to="SQMeasurements" /> - <mapping from="sq_b_measurement" to="SQMeasurements" /> - <mapping from="sq_b_outlier" to="SQOutliers" /> - <mapping from="sq_b_curve" to="SQCurve" /> - <mapping from="sq_b_outlier_curve" to="SQCurve" /> - <mapping from="sq_b_outlier_measurement" to="SQMeasurements" /> - <mapping from="sq_c_measurement" to="SQMeasurements" /> - <mapping from="sq_c_outlier" to="SQOutliers" /> - <mapping from="sq_c_curve" to="SQCurve" /> - <mapping from="sq_c_outlier_curve" to="SQCurve" /> - <mapping from="sq_c_outlier_measurement" to="SQMeasurements" /> - <mapping from="sq_d_measurement" to="SQMeasurements" /> - <mapping from="sq_d_outlier" to="SQOutliers" /> - <mapping from="sq_d_curve" to="SQCurve" /> - <mapping from="sq_d_outlier_curve" to="SQCurve" /> - <mapping from="sq_d_outlier_measurement" to="SQMeasurements" /> - <mapping from="sq_e_measurement" to="SQMeasurements" /> - <mapping from="sq_e_outlier" to="SQOutliers" /> - <mapping from="sq_e_curve" to="SQCurve" /> - <mapping from="sq_e_outlier_curve" to="SQCurve" /> - <mapping from="sq_e_outlier_measurement" to="SQMeasurements" /> - <mapping from="sq_f_measurement" to="SQMeasurements" /> - <mapping from="sq_f_outlier" to="SQOutliers" /> - <mapping from="sq_f_curve" to="SQCurve" /> - <mapping from="sq_f_outlier_curve" to="SQCurve" /> - <mapping from="sq_f_outlier_measurement" to="SQMeasurements" /> - <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0" /> - <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1" /> - <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2" /> - <mapping from="fix_sector_average_wq_3" to="FixingSectorAverageWQ3" /> - <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ" /> - <mapping from="fix_outlier" to="FixingOutlier" /> - <mapping from="fix_wq_curve" to="FixingWQCurve" /> - <mapping from="fix_reference_events_wq" to="FixingReferenceEvents" /> - <mapping from="fix_sector_average_dwt_0" to="FixingDeltaWtAverage0" /> - <mapping from="fix_sector_average_dwt_1" to="FixingDeltaWtAverage1" /> - <mapping from="fix_sector_average_dwt_2" to="FixingDeltaWtAverage2" /> - <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3" /> - <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis" /> - <mapping from="fix_analysis_periods_dwt" to="FixingDeltaWtAnalysisPeriods" /> - <mapping from="fix_reference_events_dwt" to="FixingReferenceEvents" /> + <mapping from="discharge_curve.curve" to="DischargeCurve" /> + <mapping from="historical_discharge.historicalq" to="HistoricalDischargeCurveQ" /> + <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff" /> + <mapping from="historical_discharge.historicalw" to="HistoricalDischargeCurveW" /> + <mapping from="historical_discharge.historicalw.diff" to="HistoricalDischargeCurveWDiff" /> + <mapping from="historical_discharge.wq.curve" to="HistoricalDischargeWQCurve" /> + <mapping from="historical_discharge.wq.w" to="HistoricalDischargeWQW" /> + <mapping from="historical_discharge.wq.q" to="HistoricalDischargeWQQ" /> + <mapping from="cross_section" to="CrossSection" /> + <mapping from="cross_section_water_line" to="CrossSectionWaterLine" /> + <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve" /> + <mapping from="duration_curve.w" to="DurationCurveW" /> + <mapping from="duration_curve.q" to="DurationCurveQ" /> + <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW" /> + <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC" /> + <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ" /> + <mapping from="computed_discharge_curve.mainvalues.q" to="MainValuesQ" /> + <mapping from="computed_discharge_curve.mainvalues.w" to="MainValuesW" /> + <mapping from="duration_curve.mainvalues.q" to="MainValuesQ" /> + <mapping from="mainvalues.q" to="MainValuesQ" /> + <mapping from="mainvalues.w" to="MainValuesW" /> + <mapping from="longitudinal_section.annotations" to="Annotations" /> + <mapping from="w_differences" to="Differences" /> + <mapping from="floodmap.wsplgen" to="WSPLGEN" /> + <mapping from="floodmap.riveraxis" to="RiverAxis" /> + <mapping from="floodmap.kms" to="Kms" /> + <mapping from="floodmap.qps" to="Qps" /> + <mapping from="floodmap.hws" to="Hws" /> + <mapping from="floodmap.hydr_boundaries" to="HydrBoundariesLines" /> + <mapping from="floodmap.hydr_boundaries_poly" to="HydrBoundariesPolys" /> + <mapping from="floodmap.catchment" to="Catchment" /> + <mapping from="floodmap.floodplain" to="Floodplains" /> + <mapping from="floodmap.lines" to="FloodmapLines" /> + <mapping from="floodmap.buildings" to="Buildings" /> + <mapping from="floodmap.fixpoints" to="Fixpoints" /> + <mapping from="floodmap.floodmaps" to="Floodmaps" /> + <mapping from="floodmap.gauge_location" to="GaugeLocation" /> + <mapping from="other.wq" to="WQPoints" /> + <mapping from="other.wkms" to="WKms" /> + <mapping from="other.wkms.marks" to="WKmsAnnotation" /> + <mapping from="other.wqkms" to="WQKms" /> + <mapping from="other.wqkms.w" to="WQKms" /> + <mapping from="other.wqkms.q" to="WQKms" /> + <mapping from="heightmarks_points" to="heightmarks_points" /> + <mapping from="area" to="Area" /> + <mapping from="cross_section.area" to="Area" /> + <mapping from="hyk" to="Hyk" /> + <mapping from="longitudinal_section.area" to="Area" /> + <mapping from="longitudinal_section.manualpoints" to="ManualPoints" /> + <mapping from="cross_section.manualpoints" to="ManualPoints" /> + <mapping from="cross_section.manualline" to="CrossSectionWaterLine" /> + <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints" /> + <mapping from="duration_curve.manualpoints" to="ManualPoints" /> + <mapping from="wdifferences.manualpoints" to="ManualPoints" /> + <mapping from="discharge_longitudinal_section.manualpoints" + to="ManualPoints" /> + <mapping from="discharge_curve.manualpoints" to="ManualPoints" /> + <mapping from="reference_curve.manualpoints" to="ManualPoints" /> + <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints" /> + <mapping from="historical_discharge.manualpoints" to="ManualPoints" /> + <mapping from="manualpoints" to="ManualPoints" /> + <mapping from="reference_curve" to="ReferenceCurve" /> + <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized" /> + <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel" /> + <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel" /> + <mapping from="flow_velocity.tau" to="FlowVelocityTau" /> + <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle" /> + <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch" /> + <mapping from="bed_longitudinal_section.porosity_toplayer" to="PorosityTopLayer" /> + <mapping from="bed_longitudinal_section.porosity_sublayer" to="PorositySubLayer" /> + <mapping from="bed_longitudinal_section.sediment_density_toplayer" to="DensityTopLayer" /> + <mapping from="bed_longitudinal_section.sediment_density_sublayer" to="DensitySublayer" /> + <mapping from="bed_longitudinal_section.bed_diameter_toplayer" to="BedDiameterTopLayer" /> + <mapping from="bed_longitudinal_section.bed_diameter_sublayer" to="BedDiameterSubLayer" /> + <mapping from="bed_longitudinal_section.bedload_diameter" to="BedLoadDiameter" /> + <mapping from="bedheight_difference.year" to="BedheightDiffYear"/> + <mapping from="bedheight_difference.morph_width" to="BedheightDiffMorphWidth"/> + <mapping from="bedheight_difference.epoch" to="BedheightDiffEpoch"/> + <mapping from="bedheight_difference.year.height1" to="BedheightDiffAbsHeight1"/> + <mapping from="bedheight_difference.year.height2" to="BedheightDiffAbsHeight2"/> + <mapping from="bedheight_difference.epoch.height1" to="BedheightDiffAbsHeight1"/> + <mapping from="bedheight_difference.epoch.height2" to="BedheightDiffAbsHeight2"/> + <mapping from="bedheight_difference.height_year" to="BedheightDiffHeightYear"/> + <mapping from="relativepoint" to="RelativePoint" /> + <mapping from="sq_a_measurement" to="SQMeasurements" /> + <mapping from="sq_a_outlier" to="SQOutliers" /> + <mapping from="sq_a_curve" to="SQCurve" /> + <mapping from="sq_a_outlier_curve" to="SQCurve" /> + <mapping from="sq_a_outlier_measurement" to="SQMeasurements" /> + <mapping from="sq_b_measurement" to="SQMeasurements" /> + <mapping from="sq_b_outlier" to="SQOutliers" /> + <mapping from="sq_b_curve" to="SQCurve" /> + <mapping from="sq_b_outlier_curve" to="SQCurve" /> + <mapping from="sq_b_outlier_measurement" to="SQMeasurements" /> + <mapping from="sq_c_measurement" to="SQMeasurements" /> + <mapping from="sq_c_outlier" to="SQOutliers" /> + <mapping from="sq_c_curve" to="SQCurve" /> + <mapping from="sq_c_outlier_curve" to="SQCurve" /> + <mapping from="sq_c_outlier_measurement" to="SQMeasurements" /> + <mapping from="sq_d_measurement" to="SQMeasurements" /> + <mapping from="sq_d_outlier" to="SQOutliers" /> + <mapping from="sq_d_curve" to="SQCurve" /> + <mapping from="sq_d_outlier_curve" to="SQCurve" /> + <mapping from="sq_d_outlier_measurement" to="SQMeasurements" /> + <mapping from="sq_e_measurement" to="SQMeasurements" /> + <mapping from="sq_e_outlier" to="SQOutliers" /> + <mapping from="sq_e_curve" to="SQCurve" /> + <mapping from="sq_e_outlier_curve" to="SQCurve" /> + <mapping from="sq_e_outlier_measurement" to="SQMeasurements" /> + <mapping from="sq_f_measurement" to="SQMeasurements" /> + <mapping from="sq_f_outlier" to="SQOutliers" /> + <mapping from="sq_f_curve" to="SQCurve" /> + <mapping from="sq_f_outlier_curve" to="SQCurve" /> + <mapping from="sq_f_outlier_measurement" to="SQMeasurements" /> + <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0" /> + <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1" /> + <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2" /> + <mapping from="fix_sector_average_wq_3" to="FixingSectorAverageWQ3" /> + <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ" /> + <mapping from="fix_outlier" to="FixingOutlier" /> + <mapping from="fix_wq_curve" to="FixingWQCurve" /> + <mapping from="fix_reference_events_wq" to="FixingReferenceEvents" /> + <mapping from="fix_sector_average_dwt_0" to="FixingDeltaWtAverage0" /> + <mapping from="fix_sector_average_dwt_1" to="FixingDeltaWtAverage1" /> + <mapping from="fix_sector_average_dwt_2" to="FixingDeltaWtAverage2" /> + <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3" /> + <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis" /> + <mapping from="fix_analysis_periods_dwt" to="FixingDeltaWtAnalysisPeriods" /> + <mapping from="fix_reference_events_dwt" to="FixingReferenceEvents" /> <mapping from="fix_reference_period_dwt" to="FixingReferencePeriod" /> - <mapping from="fix_sector_average_ls_deviation_0" to="FixingSectorDeviationLS0" /> - <mapping from="fix_sector_average_ls_deviation_1" to="FixingSectorDeviationLS1" /> - <mapping from="fix_sector_average_ls_deviation_2" to="FixingSectorDeviationLS2" /> - <mapping from="fix_sector_average_ls_deviation_3" to="FixingSectorDeviationLS3" /> - <mapping from="fix_sector_average_ls_0" to="FixingLSAverage0" /> - <mapping from="fix_sector_average_ls_1" to="FixingLSAverage1" /> - <mapping from="fix_sector_average_ls_2" to="FixingLSAverage2" /> - <mapping from="fix_sector_average_ls_3" to="FixingLSAverage3" /> - <mapping from="fix_deviation_ls" to="FixLSDeviation" /> - <mapping from="fix_deviation_dwt" to="FixDeltaWtDeviation" /> - <mapping from="fix_analysis_events_ls" to="FixLSAnalysis" /> - <mapping from="fix_reference_events_ls" to="FixLSReference" /> - <mapping from="fix_derivate_curve" to="FixingDerivedCurve" /> - <mapping from="fix_derivate_curve.manualpoints" to="ManualPoints" /> - <mapping from="fix_deltawt_curve.manualpoints" to="ManualPoints" /> - <mapping from="qsectors" to="QSectors" /> - <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> - <mapping from="extreme_wq_curve" to="ExtremeWQCurve" /> - <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve" /> - <mapping from="sedimentload.coarse" to="SedimentLoadCoarse" /> - <mapping from="sedimentload.finemiddle" to="SedimentLoadFineMid" /> - <mapping from="sedimentload.sand" to="SedimentLoadSand" /> - <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" /> - <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" /> - <mapping from="sedimentload.sudp_sediment" to="SedimentLoadSediment" /> - <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" /> - <mapping from="sedimentload.total" to="SedimentLoadTotal" /> - </mappings> + <mapping from="fix_sector_average_ls_deviation_0" to="FixingSectorDeviationLS0" /> + <mapping from="fix_sector_average_ls_deviation_1" to="FixingSectorDeviationLS1" /> + <mapping from="fix_sector_average_ls_deviation_2" to="FixingSectorDeviationLS2" /> + <mapping from="fix_sector_average_ls_deviation_3" to="FixingSectorDeviationLS3" /> + <mapping from="fix_sector_average_ls_0" to="FixingLSAverage0" /> + <mapping from="fix_sector_average_ls_1" to="FixingLSAverage1" /> + <mapping from="fix_sector_average_ls_2" to="FixingLSAverage2" /> + <mapping from="fix_sector_average_ls_3" to="FixingLSAverage3" /> + <mapping from="fix_deviation_ls" to="FixLSDeviation" /> + <mapping from="fix_deviation_dwt" to="FixDeltaWtDeviation" /> + <mapping from="fix_analysis_events_ls" to="FixLSAnalysis" /> + <mapping from="fix_reference_events_ls" to="FixLSReference" /> + <mapping from="fix_derivate_curve" to="FixingDerivedCurve" /> + <mapping from="fix_derivate_curve.manualpoints" to="ManualPoints" /> + <mapping from="fix_deltawt_curve.manualpoints" to="ManualPoints" /> + <mapping from="qsectors" to="QSectors" /> + <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> + <mapping from="extreme_wq_curve" to="ExtremeWQCurve" /> + <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve" /> + <mapping from="sedimentload.coarse" to="SedimentLoadCoarse" /> + <mapping from="sedimentload.finemiddle" to="SedimentLoadFineMid" /> + <mapping from="sedimentload.sand" to="SedimentLoadSand" /> + <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" /> + <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" /> + <mapping from="sedimentload.sudp_sediment" to="SedimentLoadSediment" /> + <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" /> + <mapping from="sedimentload.total" to="SedimentLoadTotal" /> + </mappings> + </themes>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/cross-section.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="CrossSection"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + </fields> + </theme> + + <theme name="CrossSectionWaterLine"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0,0,153" /> + <field name="showwidth" type="boolean" display="Breite anzeigen" + default="false" /> + <field name="showlevel" type="boolean" display="Wasserstand anzeigen" + default="true" /> + <field name="showlinelabel" type="boolean" default="true" + display="Beschriftung anzeigen" /> + <field name="showmiddleheight" type="boolean" + display="Wasserstand anzeigen" default="false" /> + </fields> + </theme> + + <theme name="Hyk"> + <inherits> + <inherit from="Text" /> + </inherits> + <fields> + <field name="textorientation" type="boolean" display="Textausrichtung" + default="true" /> + </fields> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/discharge.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="DischargeCurve"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" + default="false" hints="hidden" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 153" /> + <field name="linesize" type="int" display="Liniendicke" + default="2" /> + </fields> + </theme> + + <theme name="ComputedDischargeCurve"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 153" /> + <field name="linesize" type="int" display="Liniendicke" + default="2" hints="hidden" /> + </fields> + </theme> + + <theme name="ComputedDischargeCurveQ"> + <inherits> + <inherit from="ComputedDischargeCurve" /> + <inherit from="Text" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Farbe" + default="200, 0, 15" /> + <field name="textcolor" type="Color" display="Farbe" + default="200, 0, 15" /> + </fields> + </theme> + + <theme name="ComputedDischargeCurveW"> + <inherits> + <inherit from="ComputedDischargeCurve" /> + <inherit from="Text" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Farbe" + default="0, 215, 0" /> + <field name="textcolor" type="Color" display="Farbe" + default="0, 215, 0" /> + <field name="textorientation" type="boolean" display="Textausrichtung" + default="true" /> + </fields> + </theme> + + <theme name="GaugeDischargeCurve"> + <inherits> + <inherit from="DischargeCurve" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 153" /> + <field name="linesize" type="int" display="Liniendicke" + default="2" hints="hidden" /> + </fields> + </theme> + + <theme name="ExtremeWQCurve"> + <inherits> + <inherit from="DischargeCurve" /> + </inherits> + <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" + default="true" hidden="true" /> + </theme> + + <theme name="ExtremeWQBaseCurve"> + <inherits> + <inherit from="Points" /> + <inherit from="Label" /> + </inherits> + <field name="pointsize" type="int" display="Punktdicke" + default="2" hidden="true" /> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/duration.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + + <theme name="DurationCurve"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="linesize" type="int" display="Liniendicke" + default="2" hints="hidden" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" + hints="hidden"/> + </fields> + </theme> + + <theme name="DurationCurveW"> + <inherits> + <inherit from="DurationCurve" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0,51,204" /> + </fields> + </theme> + + <theme name="DurationCurveQ"> + <inherits> + <inherit from="DurationCurve" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0,204,0" /> + </fields> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/fixings.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,329 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="FixPoints"> + <inherits> + <inherit from="Points" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="pointsize" type="int" display="Punktdicke" + default="3" /> + </fields> + </theme> + + <theme name="FixLines"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="true" hints="hidden" /> + </fields> + </theme> + + <theme name="FixAreas"> + <inherits> + <inherit from="Areas" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="transparency" type="int" default="80" display="Transparenz"/> + </fields> + </theme> + + <theme name="FixingWQCurve"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="227, 27, 162" /> + </fields> + </theme> + + <theme name="FixingDerivedCurve"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="227, 27, 162" /> + <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" + default="false" hints="h" hidden="true" /> + <field name="pointsize" type="int" display="Punktdicke" + default="5" hints="hidden" /> + </fields> + </theme> + + <theme name="FixingSectorAverageWQ0"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 128, 0" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="true"/> + </fields> + </theme> + + <theme name="FixingSectorAverageWQ1"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 0, 255" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="true"/> + </fields> + </theme> + + <theme name="FixingSectorAverageWQ2"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="255, 0, 255" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="true"/> + </fields> + </theme> + + <theme name="FixingSectorAverageWQ3"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="255, 0, 0" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="true"/> + </fields> + </theme> + + <theme name="FixingAnalysisEventsWQ"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 255, 0" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="true"/> + </fields> + </theme> + + <theme name="FixingReferenceEvents"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 80, 160" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="true"/> + </fields> + </theme> + + <theme name="FixingOutliers"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + </fields> + </theme> + + <theme name="FixingDeltaWtAverage0"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 128, 0" /> + </fields> + </theme> + + <theme name="FixingDeltaWtAverage1"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 255" /> + </fields> + </theme> + + <theme name="FixingDeltaWtAverage2"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0, 255" /> + </fields> + </theme> + + <theme name="FixingDeltaWtAverage3"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0, 0" /> + </fields> + </theme> + + <theme name="FixingDeltaWtAnalysis"> + <inherits> + <inherit from="FixPoints" /> + </inherits> + <fields> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="true"/> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 255, 0" /> + </fields> + </theme> + + <theme name="FixingLSAverage0"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 128, 0" /> + </fields> + </theme> + + <theme name="FixingLSAverage1"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 0, 255" /> + </fields> + </theme> + + <theme name="FixingLSAverage2"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 255" /> + </fields> + </theme> + + <theme name="FixingLSAverage3"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 0" /> + </fields> + </theme> + + <theme name="FixingSectorDeviationLS0"> + <inherits> + <inherit from="Areas" /> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" display="Fuellfarbe" + default="0, 128, 0" /> + </fields> + </theme> + <theme name="FixingSectorDeviationLS1"> + <inherits> + <inherit from="Areas" /> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" display="Fuellfarbe" + default="0, 0, 255" /> + </fields> + </theme> + + <theme name="FixingSectorDeviationLS2"> + <inherits> + <inherit from="Areas" /> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" display="Fuellfarbe" + default="255, 0, 255" /> + </fields> + </theme> + + <theme name="FixingSectorDeviationLS3"> + <inherits> + <inherit from="Areas" /> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" display="Fuellfarbe" + default="255, 0, 0" /> + </fields> + </theme> + + <theme name="FixLSDeviation"> + <inherits> + <inherit from="Areas" /> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" display="Fuellfarbe" + default="100, 100, 100" /> + </fields> + </theme> + + <theme name="FixLSAnalysis"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 255, 0" /> + </fields> + </theme> + + <theme name="FixLSReference"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 80, 160" /> + </fields> + </theme> + + <theme name="FixDeltaWtDeviation"> + <inherits> + <inherit from="FixAreas"/> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> + </fields> + </theme> + + <theme name="FixingDeltaWtAnalysisPeriods"> + <inherits> + <inherit from="FixAreas"/> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> + </fields> + </theme> + + <theme name="FixingReferencePeriod"> + <inherits> + <inherit from="FixAreas"/> + </inherits> + <fields> + <field name="backgroundcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> + </fields> + </theme> + + <theme name="QSectors"> + <inherits> + <inherit from="FixLines" /> + </inherits> + <fields> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="true" hints="h" /> + </fields> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/floodmap.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,116 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="MapLines"> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 205" /> + <field name="linesize" type="int" display="Liniendicke" + default="3" hints="h" /> + </fields> + </theme> + + <theme name="Floodmaps"> + <inherits> + <inherit from="Map" /> + </inherits> + </theme> + + <theme name="Floodplains"> + <inherits> + <inherit from="Map" /> + </inherits> + </theme> + + <theme name="WSPLGEN"> + <inherits> + <inherit from="Uesk" /> + </inherits> + <fields> + <field name="startcolor" type="Color" + display="Farbverlauf Startfarbe" default="178, 201, 215" /> + <field name="endcolor" type="Color" + display="Farbverlauf Endfarbe" default="2, 27, 42" /> + <field name="numclasses" type="int" display="Anzahl Klassen" + default="6" /> + </fields> + </theme> + + <theme name="RiverAxis"> + <inherits> + <inherit from="MapLines" /> + </inherits> + <fields> + </fields> + </theme> + + <theme name="Kms"> + <inherits> + <inherit from="MapLines" /> + <inherit from="Label" /> + <inherit from="Symbol" /> + </inherits> + </theme> + + + <theme name="Fixpoints"> + <inherits> + <inherit from="MapLines" /> + <inherit from="Symbol" /> + </inherits> + </theme> + + + <theme name="GaugeLocation"> + <inherits> + <inherit from="MapLines" /> + <inherit from="Symbol" /> + </inherits> + </theme> + + + <theme name="Qps"> + <inherits> + <inherit from="MapLines" /> + </inherits> + </theme> + + <theme name="Hws"> + <inherits> + <inherit from="MapLines" /> + </inherits> + </theme> + + <theme name="Catchment"> + <inherits> + <inherit from="Map" /> + </inherits> + </theme> + + <theme name="FloodmapLines"> + <inherits> + <inherit from="MapLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="140, 200, 130" /> + </fields> + </theme> + + <theme name="Buildings"> + <inherits> + <inherit from="MapLines" /> + </inherits> + </theme> + + <theme name="HydrBoundariesLines"> + <inherits> + <inherit from="MapLines" /> + </inherits> + </theme> + + <theme name="HydrBoundariesPolys"> + <inherits> + <inherit from="Map" /> + </inherits> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/general.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,138 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="MainValuesQ"> + <inherits> + <inherit from="Lines" /> + <inherit from="Text" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Farbe" + default="200, 0, 15" /> + <field name="textcolor" type="Color" display="Farbe" + default="200, 0, 15" /> + <field name="showhorizontalline" type="boolean" + display="Horizontale Linie" default="true" /> + <field name="showverticalline" type="boolean" display="Vertikale Linie" + default="true" /> + <field name="textorientation" type="boolean" display="Textausrichtung" + default="true" /> + </fields> + </theme> + + <theme name="MainValuesW"> + <inherits> + <inherit from="Lines" /> + <inherit from="Text" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Farbe" + default="0, 215, 0" /> + <field name="textcolor" type="Color" display="Farbe" + default="0, 215, 0" /> + <field name="showhorizontalline" type="boolean" + display="Horizontale Linie" default="true" /> + <field name="showverticalline" type="boolean" display="Vertikale Linie" + default="true" /> + <field name="textorientation" type="boolean" display="Textausrichtung" + default="true" /> + </fields> + </theme> + + <theme name="RelativePoint"> + <inherits> + <inherit from="Points" /> + </inherits> + </theme> + + <theme name="Annotations"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="Text" /> + </inherits> + <fields> + </fields> + </theme> + + <theme name="ManualPoints"> + <inherits> + <inherit from="Points" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="pointsize" type="int" display="Punktdicke" + default="3" hints="hidden" /> + <field name="textorientation" type="boolean" display="Textausrichtung" + default="true" /> + </fields> + </theme> + + <theme name="WKms"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + <theme name="WKmsAnnotation"> + <inherits> + <inherit from="Lines" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + <field name="pointsize" type="int" display="Punktdicke" + default="3" hints="h" /> + </fields> + </theme> + + <theme name="WQKms"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + <theme name="WQPoints"> + <inherits> + <inherit from="Points" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Linienfarbe" + default="204, 0, 0" /> + </fields> + </theme> + + <theme name="heightmarks_points"> + <inherits> + <inherit from="Points" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/historical-discharge.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,135 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="HistoricalDischargeCurve"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 153" /> + <field name="linesize" type="int" display="Liniendicke" + default="2" hints="hidden" /> + </fields> + </theme> + + <theme name="HistoricalDischargeCurveQ"> + <inherits> + <inherit from="HistoricalDischargeCurve" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + </fields> + </theme> + + <theme name="HistoricalDischargeCurveQDiff"> + <inherits> + <inherit from="HistoricalDischargeCurve" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + <theme name="HistoricalDischargeCurveW"> + <inherits> + <inherit from="HistoricalDischargeCurve" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="100, 100, 153" /> + </fields> + </theme> + + <theme name="HistoricalDischargeCurveWDiff"> + <inherits> + <inherit from="HistoricalDischargeCurve" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="250, 250, 204" /> + </fields> + </theme> + + <theme name="HistoricalDischargeWQCurve"> + <inherits> + <inherit from="HistoricalDischargeCurve" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 204" /> + </fields> + </theme> + + <theme name="HistoricalDischargeWQW"> + <inherits> + <inherit from="HistoricalDischargeCurve" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 255" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" hints="hidden" /> + <field name="linetype" type="Dash" display="Linienart" + default="10" hints="hidden" /> + <field name="showlines" type="boolean" display="Linie anzeigen" + default="true" hints="hidden" /> + <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" + default="false" hints="hidden" /> + <field name="pointsize" type="int" display="Punktdicke" + default="5" hints="hidden" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="hidden" /> + <field name="labelfontface" type="Font" + display="Beschriftung: Schriftart" default="arial" hints="hidden"/> + <field name="labelfontcolor" type="Color" + display="Beschriftung: Schriftfarbe" default="0, 0, 0" hints="hidden" /> + <field name="labelfontsize" type="int" + display="Beschriftung: Schriftgröße" default="10" hints="hidden" /> + <field name="labelfontstyle" type="Style" + display="Beschriftung: Schriftstil" default="standard" hints="hidden" /> + <field name="labelbgcolor" type="Color" + display="Beschriftung: Hintergrundfarbe" default="0, 0, 0" hints="hidden" /> + <field name="labelshowbg" type="boolean" + display="Beschriftung: Hintergrund füllen" default="false" hints="hidden" /> + </fields> + </theme> + + <theme name="HistoricalDischargeWQQ"> + <inherits> + <inherit from="HistoricalDischargeCurve" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" hints="hidden" /> + <field name="linetype" type="Dash" display="Linienart" + default="10" hints="hidden" /> + <field name="showlines" type="boolean" display="Linie anzeigen" + default="true" hints="hidden" /> + <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" + default="false" hints="hidden" /> + <field name="pointsize" type="int" display="Punktdicke" + default="5" hints="hidden" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="hidden" /> + <field name="labelfontface" type="Font" + display="Beschriftung: Schriftart" default="arial" hints="hidden" /> + <field name="labelfontcolor" type="Color" + display="Beschriftung: Schriftfarbe" default="0, 0, 0" hints="hidden" /> + <field name="labelfontsize" type="int" + display="Beschriftung: Schriftgröße" default="10" hints="hidden" /> + <field name="labelfontstyle" type="Style" + display="Beschriftung: Schriftstil" default="standard" hints="hidden" /> + <field name="labelbgcolor" type="Color" + display="Beschriftung: Hintergrundfarbe" default="0, 0, 0" hints="hidden" /> + <field name="labelshowbg" type="boolean" + display="Beschriftung: Hintergrund füllen" default="false" hints="hidden" /> + </fields> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/longitudinal-section.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,919 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <!-- top level classes defining additional attributes--> + <theme name="LongitudinalSection"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="bandwidth" type="double" display="Bandbreite" + default="0"/> + <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" + default="104, 104, 104"/> + <field name="transparency" type="int" default="20" display="Transparenz"/> + </fields> + </theme> + + <theme name="LongitudinalSectionPoints"> + <inherits> + <inherit from="Points" /> + </inherits> + <fields> + </fields> + </theme> + + <theme name="Differences"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + + <!-- Classes defining special values --> + <theme name="LongitudinalSectionW_HQ1"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ2"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ5"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 153, 51" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ10"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 204, 204" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ20"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="153, 153, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ25"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 51, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ50"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 153, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ100"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ200"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 100, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ300"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0, 100" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ500"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ1000"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQRZ"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HSQ"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="253, 153, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_MHQ"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 255, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_MNQ"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 255, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_MQ"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 51, 204" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_NQ"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="153, 204, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQExtrem"> + <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ1_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ2_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ5_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 153, 51" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ10_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 204, 204" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ20_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="153, 153, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ25_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="102, 51, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ50_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="255, 153, 153" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ100_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="255, 0, 51" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ200_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="255, 0, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ300_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="255, 100, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ500_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="102, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQ1000_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQRZ_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="102, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HSQ_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="253, 153, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_MHQ_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="102, 255, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_MNQ_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 255, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_MQ_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 51, 204" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_NQ_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="153, 204, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionW_HQExtrem_Points"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ1"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ2"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ5"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 153, 51" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ10"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 204, 204" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ20"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="153, 153, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ25"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 51, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ50"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 153, 153" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ100"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0, 51" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ200"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ300"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 100, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ500"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQ1000"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQRZ"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 0, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HSQ"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="253, 153, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_MHQ"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 255, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_MNQ"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 255, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_MQ"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 51, 204" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_NQ"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="153, 204, 255" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQ_HQExtrem"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="DischargeLongitudinalSectionW"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + + <theme name="DischargeLongitudinalSectionC"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0 , 0" /> + </fields> + </theme> + + <theme name="DischargeLongitudinalSectionQ"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + <!-- MIDDLE BED HEIGHT --> + <theme name="MiddleBedHeightSingle"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + <theme name="MiddleBedHeightEpoch"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <!-- Bed Quality --> + <theme name="PorosityTopLayer"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="PorositySubLayer"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + </fields> + </theme> + + <theme name="DensityTopLayer"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="153, 99, 102" /> + </fields> + </theme> + + <theme name="DensitySubLayer"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="153, 99, 102" /> + </fields> + </theme> + + <theme name="BedDiameterTopLayer"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="#255, 0, 0" /> + </fields> + </theme> + + <theme name="BedDiameterSubLayer"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 0, 0" /> + </fields> + </theme> + + <theme name="BedLoadDiameter"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 255, 0" /> + </fields> + </theme> + + <!-- Bedheight differences --> + <theme name="BedheightDiffYear"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 204, 204" /> + </fields> + </theme> + + <theme name="BedheightDiffMorphWidth"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 0" /> + </fields> + </theme> + + <theme name="BedheightDiffEpoch"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 0, 204" /> + </fields> + </theme> + + <theme name="BedheightDiffAbsHeight1"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 0, 204" /> + </fields> + </theme> + + <theme name="BedheightDiffAbsHeight2"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="255, 100, 100" /> + </fields> + </theme> + + <theme name="BedheightDiffHeightYear"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 0, 0" /> + </fields> + </theme> + + <!-- Flow velocity --> + <theme name="FlowVelocityVMainChannel"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + <theme name="FlowVelocityVTotalChannel"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 102" /> + </fields> + </theme> + + <theme name="FlowVelocityTau"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 204, 204" /> + </fields> + </theme> + + <!-- Sediment load --> + <theme name="SedimentLoadCoarse"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 255" /> + </fields> + </theme> + + <theme name="SedimentLoadFineMid"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 0" /> + </fields> + </theme> + <theme name="SedimentLoadSand"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 0, 255" /> + </fields> + </theme> + + <theme name="SedimentLoadSuspSand"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 255, 0" /> + </fields> + </theme> + + <theme name="SedimentLoadSediment"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 255, 255" /> + </fields> + </theme> + <theme name="SedimentLoadSuspSandBed"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 255, 0" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> + <theme name="SedimentLoadFineTotalLoad"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 100, 100" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> + <theme name="SedimentLoadTotal"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 100, 200" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> + + +<!--/themegroup>-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/reference.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="ReferenceCurve"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + </fields> + </theme> + + <theme name="ReferenceCurveNormalized"> + <inherits> + <inherit from="ReferenceCurve" /> + </inherits> + <fields> + </fields> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/default/sq-relation.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--themegroup name="default"--> + <theme name="SQMeasurements"> + <inherits> + <inherit from="Points" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" default="0, 153, 255" /> + </fields> + </theme> + + <theme name="SQOutliers"> + <inherits> + <inherit from="Points" /> + </inherits> + <fields> + <field name="pointcolor" type="Color" default="204, 0, 0" /> + </fields> + </theme> + + <theme name="SQCurve"> + <inherits> + <inherit from="Lines" /> + <inherit from="Points" /> + <inherit from="Label" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="false" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> + <field name="linecolor" type="Color" default="0, 0, 0" /> + </fields> + </theme> +<!--/themegroup-->
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-artifacts/doc/conf/themes/virtual.xml Wed Dec 12 10:42:38 2012 +0100 @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8"?> +<themegroup name="virtual"> + <!-- Virtual themes are following now! DO NOT USE VIRTUAL THEMES FOR + FACETS! Please implement concrete themes! --> + <theme name="Lines" type="virtual"> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" + default="true" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" /> + <field name="linetype" type="Dash" display="Linienart" + default="10" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" /> + </fields> + </theme> + + <theme name="Points" type="virtual"> + <fields> + <field name="showpoints" type="boolean" display="Punkte anzeigen" + default="true" /> + <field name="pointsize" type="int" display="Punktdicke" + default="5" /> + <field name="pointcolor" type="Color" display="Punktfarbe" + default="0, 0, 0" /> + <field name="showpointlabel" type="boolean" + display="Punktbeschriftung anzeigen" default="false"/> + </fields> + </theme> + + <theme name="Label" type="virtual"> + <fields> + <field name="labelfontface" type="Font" + display="Beschriftung: Schriftart" default="arial" /> + <field name="labelfontcolor" type="Color" + display="Beschriftung: Schriftfarbe" default="0, 0, 0" /> + <field name="labelfontsize" type="int" + display="Beschriftung: Schriftgröße" default="10" /> + <field name="labelfontstyle" type="Style" + display="Beschriftung: Schriftstil" default="standard" /> + <field name="labelbgcolor" type="Color" + display="Beschriftung: Hintergrundfarbe" default="0, 0, 0" /> + <field name="labelshowbg" type="boolean" + display="Beschriftung: Hintergrund füllen" default="false" /> + </fields> + </theme> + + <theme name="Text" type="virtual"> + <fields> + <field name="font" type="Font" display="Schriftart" + default="arial" /> + <field name="textcolor" type="Color" display="Schriftfarbe" + default="0, 0, 0" /> + <field name="textsize" type="int" display="Schriftgröße" + default="10" /> + <field name="textstyle" type="Style" display="Schriftstil" + default="standard" /> + <field name="textbgcolor" type="Color" display="Texthintergrund" + default="255, 255, 255" /> + <field name="textorientation" type="boolean" display="Textausrichtung" + default="false" /> + <field name="textshowbg" type="boolean" + display="Hintergrund anzeigen" default="false" /> + </fields> + </theme> + + <theme name="Areas" type="virtual"> + <fields> + <field name="showarea" type="boolean" display="Fläche anzeigen" + default="true" /> + <field name="areabgcolor" type="Color" display="Füllfarbe" + default="0, 100, 0" /> + <field name="areashowbg" type="boolean" + display="Hintergrund anzeigen" default="true" hidden="true" /> + <field name="areashowborder" type="boolean" + display="Flaechebegrenzungslinie anzeigen" default="false" /> + <field name="areabordercolor" type="Color" default="0, 0, 0" + display="Begrenzungslinienfarbe" /> + <field name="areatransparency" type="int" default="50" display="Transparenz" /> + </fields> + </theme> + + <theme name="MinMaxPoints" type="virtual"> + <fields> + <field name="showminimum" type="boolean" display="Minimum anzeigen" + default="false" hints="h" /> + <field name="showmaximum" type="boolean" display="Minimum anzeigen" + default="false" hints="h" /> + </fields> + </theme> + + <theme name="Map" type="virtual"> + <fields> + <field name="linecolor" type="color" display="Linienfarbe" + default="0, 0, 0" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" hints="hidden" /> + <field name="backgroundcolor" type="Color" display="Hintergrund" + default="140, 200, 130" /> + </fields> + </theme> + + <theme name="Uesk" type="virtual"> + <fields> + <field name="startcolor" type="Color" + display="Farbverlauf Startfarbe" default="178, 201, 215" /> + <field name="endcolor" type="Color" + display="Farbverlauf Endfarbe" default="2, 27, 42" /> + <field name="numclasses" type="int" display="Anzahl Klassen" + default="5" /> + </fields> + </theme> + + <theme name="Symbol" type="virtual"> + <fields> + <field name="symbol" type="Symbol" display="Symbol" + default="point" /> + </fields> + </theme> +</themegroup>