changeset 9381:a9e6b0a75bde

Bundu Onlinehilfe Links
author gernotbelger
date Tue, 07 Aug 2018 12:43:53 +0200
parents 04d6f998debb
children 8ae7137b67d7
files artifacts/doc/conf/artifacts/bundu.xml artifacts/src/main/resources/messages.properties artifacts/src/main/resources/messages_de.properties
diffstat 3 files changed, 39 insertions(+), 52 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/artifacts/bundu.xml	Mon Aug 06 16:07:03 2018 +0200
+++ b/artifacts/doc/conf/artifacts/bundu.xml	Tue Aug 07 12:43:53 2018 +0200
@@ -10,7 +10,7 @@
       <to state="state.bundu.calculation.mode" />
     </transition>
 
-    <state id="state.bundu.calculation.mode" helpText="help.state.bundu.calculation.mode" description="state.bundu.calculation.mode" state="org.dive4elements.river.artifacts.bundu.CalculationSelectBundu">
+    <state id="state.bundu.calculation.mode" helpText="help.state.fix.calculation.mode" description="state.bundu.calculation.mode" state="org.dive4elements.river.artifacts.bundu.CalculationSelectBundu">
       <data name="calculation_mode" type="String" />
     </state>
 
@@ -26,7 +26,7 @@
       <condition data="calculation_mode" value="bundu_vollmer" operator="equal" />
     </transition>
 
-    <state id="state.bundu.location" description="state.bundu.location" helpText="help.state.bundu.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect">
+    <state id="state.bundu.location" description="state.bundu.location" helpText="help.state.fix.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect">
       <data name="ld_from" type="Double" />
       <data name="ld_to" type="Double" />
       <data name="ld_step" type="Double" />
@@ -44,7 +44,7 @@
       <condition data="calculation_mode" value="bundu_analysis" operator="equal" />
     </transition>
 
-    <state id="state.bundu.period" description="state.bundu.period" helpText="help.state.bundu.period" state="org.dive4elements.river.artifacts.states.fixation.FixationPeriod">
+    <state id="state.bundu.period" description="state.bundu.period" helpText="help.state.fix.period" state="org.dive4elements.river.artifacts.states.fixation.FixationPeriod">
       <data name="start" type="Long" />
       <data name="end" type="Long" />
     </state>
@@ -54,7 +54,7 @@
       <to state="state.bundu.gaugerange" />
     </transition>
 
-    <state id="state.bundu.gaugerange" description="state.bundu.gaugerange" helpText="help.state.bundu.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange">
+    <state id="state.bundu.gaugerange" description="state.bundu.gaugerange" helpText="help.state.fix.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange">
       <data name="q1" type="Integer" />
       <data name="q2" type="Integer" />
     </state>
@@ -64,7 +64,7 @@
       <to state="state.bundu.eventselect" />
     </transition>
 
-    <state id="state.bundu.eventselect" description="state.bundu.eventselect" helpText="help.state.bundu.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect">
+    <state id="state.bundu.eventselect" description="state.bundu.eventselect" helpText="help.state.fix.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect">
       <data name="events" type="intarray" />
     </state>
 
@@ -80,7 +80,7 @@
       <condition data="calculation_mode" value="bundu_vollmer" operator="equal" />
     </transition>
 
-    <state id="state.bundu.analysis.referenceperiod" helpText="help.state.bundu.analysis.referenceperiod" description="state.bundu.analysis.referenceperiod" state="org.dive4elements.river.artifacts.states.fixation.ReferencePeriod">
+    <state id="state.bundu.analysis.referenceperiod" helpText="help.state.fix.analysis.referenceperiod" description="state.bundu.analysis.referenceperiod" state="org.dive4elements.river.artifacts.states.fixation.ReferencePeriod">
       <data name="ref_start" type="Long" />
       <data name="ref_end" type="Long" />
     </state>
@@ -90,7 +90,7 @@
       <to state="state.bundu.analysis.analysisperiods" />
     </transition>
 
-    <state id="state.bundu.analysis.analysisperiods" helpText="help.state.bundu.analysis.analysisperiods" description="state.bundu.analysis.analysisperiods" state="org.dive4elements.river.artifacts.states.fixation.AnalysisPeriods">
+    <state id="state.bundu.analysis.analysisperiods" helpText="help.state.fix.analysis.analysisperiods" description="state.bundu.analysis.analysisperiods" state="org.dive4elements.river.artifacts.states.fixation.AnalysisPeriods">
       <data name="ana_data" type="String" />
     </state>
 
@@ -99,7 +99,7 @@
       <to state="state.bundu.analysis.function" />
     </transition>
 
-    <state id="state.bundu.analysis.function" helpText="help.state.bundu.analysis.function" description="state.bundu.analysis.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
+    <state id="state.bundu.analysis.function" helpText="help.state.fix.analysis.function" description="state.bundu.analysis.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
       <data name="function" type="String" />
     </state>
 
@@ -108,7 +108,7 @@
       <to state="state.bundu.analysis.preprocessing" />
     </transition>
 
-    <state id="state.bundu.analysis.preprocessing" helpText="help.state.bundu.analysis.preprocessing" description="state.bundu.analysis.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
+    <state id="state.bundu.analysis.preprocessing" helpText="help.state.fix.analysis.preprocessing" description="state.bundu.analysis.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
       <data name="preprocessing" type="Boolean" />
     </state>
 
@@ -117,7 +117,7 @@
       <to state="state.bundu.analysis.compute" />
     </transition>
 
-    <state id="state.bundu.analysis.compute" helpText="help.state.bundu.analysis.compute" description="state.bundu.analysis.compute" state="org.dive4elements.river.artifacts.states.fixation.FixAnalysisCompute">
+    <state id="state.bundu.analysis.compute" helpText="help.state.fix.analysis.compute" description="state.bundu.analysis.compute" state="org.dive4elements.river.artifacts.states.fixation.FixAnalysisCompute">
       <outputmodes>
         <outputmode name="fix_deltawt_export" description="output.fix_deltawt_export" mine-type="text/plain" type="export">
           <facets>
@@ -206,7 +206,7 @@
       </outputmodes>
     </state>
 
-    <state id="state.bundu.vollmer.function" helpText="help.state.bundu.vollmer.function" description="state.bundu.vollmer.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
+    <state id="state.bundu.vollmer.function" helpText="help.state.fix.vollmer.function" description="state.bundu.vollmer.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
       <data name="function" type="String" />
     </state>
 
@@ -215,7 +215,7 @@
       <to state="state.bundu.vollmer.preprocessing" />
     </transition>
 
-    <state id="state.bundu.vollmer.preprocessing" helpText="help.state.bundu.vollmer.preprocessing" description="state.bundu.vollmer.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
+    <state id="state.bundu.vollmer.preprocessing" helpText="help.state.fix.vollmer.preprocessing" description="state.bundu.vollmer.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
       <data name="preprocessing" type="Boolean" />
     </state>
 
@@ -224,7 +224,7 @@
       <to state="state.bundu.vollmer.qs" />
     </transition>
 
-    <state id="state.bundu.vollmer.qs" description="state.bundu.vollmer.qs" helpText="help.state.bundu.vollmer.qs" state="org.dive4elements.river.artifacts.states.WQFixing">
+    <state id="state.bundu.vollmer.qs" description="state.bundu.vollmer.qs" helpText="help.state.fix.vollmer.qs" state="org.dive4elements.river.artifacts.states.WQFixing">
       <data name="wq_isq" type="String" />
       <data name="wq_values" type="WQTriple" />
     </state>
@@ -234,7 +234,7 @@
       <to state="state.bundu.vollmer.compute" />
     </transition>
 
-    <state id="state.bundu.vollmer.compute" helpText="help.state.bundu.vollmer.compute" description="state.bundu.vollmer.compute" state="org.dive4elements.river.artifacts.states.fixation.FixRealizingCompute">
+    <state id="state.bundu.vollmer.compute" helpText="help.state.fix.vollmer.compute" description="state.bundu.vollmer.compute" state="org.dive4elements.river.artifacts.states.fixation.FixRealizingCompute">
       <outputmodes>
         <outputmode name="longitudinal_section" description="output.longitudinal_section" mime-type="image/png" type="chart">
           <facets>
@@ -308,9 +308,18 @@
 
 
 
+
+
+
+
+
+
+
+
+
     <!-- Bezugswasserstände bezugswst -->
     <!-- clone, otherwise conditions won't work -->
-    <state id="state.bundu.wst.location" description="state.bundu.wst.location" helpText="help.state.bundu.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect">
+    <state id="state.bundu.wst.location" description="state.bundu.wst.location" helpText="help.state.bundu.wst.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect">
       <data name="ld_from" type="Double" />
       <data name="ld_to" type="Double" />
       <data name="ld_step" type="Double" />
@@ -414,7 +423,7 @@
       <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
     </transition>
 
-    <state id="state.bundu.wst.load.calc_choice" helpText="state.bundu.wst.load.calc_choice" description="state.bundu.wst.load.calc_choice" state="org.dive4elements.river.artifacts.bundu.bezugswst.CalcChoice">
+    <state id="state.bundu.wst.load.calc_choice" helpText="help.state.bundu.wst.load.calc_choice" description="state.bundu.wst.load.calc_choice" state="org.dive4elements.river.artifacts.bundu.bezugswst.CalcChoice">
       <data name="calc_choice" type="String" />
       <data name="function" type="String" /> <!-- will be set, if auto is selected -->
     </state>
@@ -442,7 +451,7 @@
       <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
     </transition>
 
-    <state id="state.bundu.wst.load.preprocessing" helpText="state.bundu.wst.load.preprocessing" description="state.bundu.wst.load.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
+    <state id="state.bundu.wst.load.preprocessing" helpText="help.state.bundu.wst.load.preprocessing" description="state.bundu.wst.load.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
       <data name="preprocessing" type="Boolean" />
     </state>
 
@@ -452,7 +461,7 @@
       <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
     </transition>
 
-    <state id="state.bundu.wst.load.missing_volume" helpText="state.bundu.wst.load.missing_volume" description="state.bundu.wst.load.missing_volume" state="org.dive4elements.river.artifacts.bundu.bezugswst.MissingVolumeSelect">
+    <state id="state.bundu.wst.load.missing_volume" helpText="help.state.bundu.wst.load.missing_volume" description="state.bundu.wst.load.missing_volume" state="org.dive4elements.river.artifacts.bundu.bezugswst.MissingVolumeSelect">
       <data name="missing_volume" type="Boolean" />
     </state>
 
@@ -469,7 +478,7 @@
       <condition data="missing_volume" value="false" operator="equal" />
     </transition>
 
-    <state id="state.bundu.wst.load.distance_only_part" description="state.bundu.wst.load.distance_only_part" state="org.dive4elements.river.artifacts.bundu.bezugswst.DistanceOnlyPartMissVolumeSelect" helpText="help.state.bundu.distance_only">
+    <state id="state.bundu.wst.load.distance_only_part" description="help.state.bundu.wst.load.distance_only_part" state="org.dive4elements.river.artifacts.bundu.bezugswst.DistanceOnlyPartMissVolumeSelect" helpText="help.state.bundu.distance_only">
       <data name="ld_from_part" type="Double" />
       <data name="ld_to_part" type="Double" />
     </state>
@@ -481,7 +490,7 @@
       <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
     </transition>
 
-    <state id="state.bundu.wst.soundings" description="state.bundu.wst.soundings" state="org.dive4elements.river.artifacts.states.SoundingsSelect" helpText="help.state.minfo.soundings">
+    <state id="state.bundu.wst.soundings" description="state.bundu.wst.soundings" state="org.dive4elements.river.artifacts.states.SoundingsSelect" helpText="help.state.bundu.wst.soundings">
       <data name="soundings" type="multiattribute" />
     </state>
 
--- a/artifacts/src/main/resources/messages.properties	Mon Aug 06 16:07:03 2018 +0200
+++ b/artifacts/src/main/resources/messages.properties	Tue Aug 07 12:43:53 2018 +0200
@@ -1246,26 +1246,15 @@
 state.bundu.wst.calc.manual = Manuelle Auswahl
 state.bundu.wst.missing_volume.select = Ermittlung von Fehlvolumina durchf\u00fchren
 
-help.state.bundu.river=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.river
-help.state.bundu.calculation.mode=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.calculation.mode
-help.state.bundu.location=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.location
-help.state.bundu.period=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.period
-help.state.bundu.gaugerange=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.gaugerange
-help.state.bundu.eventselect=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.eventselect
-help.state.bundu.analysis.referenceperiod=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.referenceperiod
-help.state.bundu.analysis.analysisperiods=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.analysisperiods
-help.state.bundu.analysis.function=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.function
-help.state.bundu.analysis.preprocessing=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.preprocessing
-help.state.bundu.analysis.compute=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.compute
-help.state.bundu.vollmer.function=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.function
-help.state.bundu.vollmer.preprocessing=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.preprocessing
-help.state.bundu.vollmer.qs=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.qs
-help.state.bundu.vollmer.compute=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.compute
-
+help.state.bundu.wst.location = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.location
 help.state.bundu.wst.yearselect = ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.yearselect
 help.state.bundu.wst.fixationchoice = ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.fixationchoice
 help.state.bundu.wst.fix.load.year_length =  ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.year_length
 help.state.bundu.wst.function =  ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.function
+help.state.bundu.wst.qs = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.qs
+help.state.bundu.wst.load.preprocessing = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.load.preprocessing
+help.state.bundu.wst.load.missing_volume = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.load.missing_volume
+help.state.bundu.wst.soundings = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.soundings
 
 state.bundu.wst.fix.load.year_length = L\u00e4nge der Abflusszeitreihe 
 state.bundu.wst.fix.year_length = L\u00e4nge der Abflusszeitreihe (Ausgehend vom Bezugsjahr in die Vergangenheit)
--- a/artifacts/src/main/resources/messages_de.properties	Mon Aug 06 16:07:03 2018 +0200
+++ b/artifacts/src/main/resources/messages_de.properties	Tue Aug 07 12:43:53 2018 +0200
@@ -1246,26 +1246,15 @@
 state.bundu.wst.calc.manual = Manuelle Auswahl
 state.bundu.wst.missing_volume.select = Ermittlung von Fehlvolumina durchf\u00fchren
 
-help.state.bundu.river=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.river
-help.state.bundu.calculation.mode=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.calculation.mode
-help.state.bundu.location=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.location
-help.state.bundu.period=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.period
-help.state.bundu.gaugerange=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.gaugerange
-help.state.bundu.eventselect=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.eventselect
-help.state.bundu.analysis.referenceperiod=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.referenceperiod
-help.state.bundu.analysis.analysisperiods=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.analysisperiods
-help.state.bundu.analysis.function=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.function
-help.state.bundu.analysis.preprocessing=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.preprocessing
-help.state.bundu.analysis.compute=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.analysis.compute
-help.state.bundu.vollmer.function=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.function
-help.state.bundu.vollmer.preprocessing=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.preprocessing
-help.state.bundu.vollmer.qs=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.qs
-help.state.bundu.vollmer.compute=${help.url}/OnlineHilfe/bundu_fixierungsanalyse#help.state.bundu.vollmer.compute
-
+help.state.bundu.wst.location = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.location
 help.state.bundu.wst.yearselect = ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.yearselect
 help.state.bundu.wst.fixationchoice = ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.fixationchoice
 help.state.bundu.wst.fix.load.year_length =  ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.year_length
 help.state.bundu.wst.function =  ${help.url}/OnlineHilfe/bundu_bezugswst#help.state.bundu.bezugswst.function
+help.state.bundu.wst.qs = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.qs
+help.state.bundu.wst.load.preprocessing = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.load.preprocessing
+help.state.bundu.wst.load.missing_volume = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.load.missing_volume
+help.state.bundu.wst.soundings = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.soundings
 
 state.bundu.wst.fix.load.year_length = L\u00e4nge der Abflusszeitreihe 
 state.bundu.wst.fix.year_length = L\u00e4nge der Abflusszeitreihe (Ausgehend vom Bezugsjahr in die Vergangenheit)

http://dive4elements.wald.intevation.org