changeset 9384:bf8fae253447

bundu missing links
author gernotbelger
date Wed, 08 Aug 2018 10:28:09 +0200
parents 0dd1d592714f
children 87601b43f15b
files artifacts/doc/conf/artifacts/bundu.xml artifacts/src/main/resources/messages.properties artifacts/src/main/resources/messages_de.properties
diffstat 3 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/artifacts/bundu.xml	Tue Aug 07 17:59:56 2018 +0200
+++ b/artifacts/doc/conf/artifacts/bundu.xml	Wed Aug 08 10:28:09 2018 +0200
@@ -10,7 +10,7 @@
       <to state="state.bundu.calculation.mode" />
     </transition>
 
-    <state id="state.bundu.calculation.mode" helpText="help.state.fix.calculation.mode" description="state.bundu.calculation.mode" state="org.dive4elements.river.artifacts.bundu.CalculationSelectBundu">
+    <state id="state.bundu.calculation.mode" helpText="help.state.bundu.calculation_mode" description="state.bundu.calculation.mode" state="org.dive4elements.river.artifacts.bundu.CalculationSelectBundu">
       <data name="calculation_mode" type="String" />
     </state>
 
@@ -376,7 +376,7 @@
       <condition data="fix_choice" value="state.bundu.wst.fix.manual" operator="equal" />
     </transition>
 
-    <state id="state.bundu.wst.gaugerange" description="state.bundu.wst.gaugerange" helpText="help.state.bundu.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange">
+    <state id="state.bundu.wst.gaugerange" description="state.bundu.wst.gaugerange" helpText="help.state.bundu.wst.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange">
       <data name="q1" type="Integer" />
       <data name="q2" type="Integer" />
     </state>
@@ -388,7 +388,7 @@
     </transition>
 
     <!-- clone; conditions... -->
-    <state id="state.bundu.wst.eventselect" description="state.bundu.wst.eventselect" helpText="help.state.bundu.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect">
+    <state id="state.bundu.wst.eventselect" description="state.bundu.wst.eventselect" helpText="help.state.bundu.wst.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect">
       <data name="events" type="intarray" />
     </state>
 
@@ -441,7 +441,7 @@
       <condition data="calc_choice" value="state.bundu.wst.calc.auto" operator="equal" />
     </transition>
 
-    <state id="state.bundu.wst.load.function" helpText="state.bundu.wst.load.function" description="state.bundu.wst.load.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
+    <state id="state.bundu.wst.load.function" helpText="help.state.bundu.wst.function" description="state.bundu.wst.load.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
       <data name="function" type="String" />
     </state>
 
@@ -478,7 +478,7 @@
       <condition data="missing_volume" value="false" operator="equal" />
     </transition>
 
-    <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">
+    <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.wst.load.distance_only_part">
       <data name="ld_from_part" type="Double" />
       <data name="ld_to_part" type="Double" />
     </state>
--- a/artifacts/src/main/resources/messages.properties	Tue Aug 07 17:59:56 2018 +0200
+++ b/artifacts/src/main/resources/messages.properties	Wed Aug 08 10:28:09 2018 +0200
@@ -1246,6 +1246,7 @@
 state.bundu.wst.calc.manual = Manuelle Auswahl
 state.bundu.wst.missing_volume.select = Ermittlung von Fehlvolumina durchf\u00fchren
 
+help.state.bundu.calculation_mode = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.calculation_mode
 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
@@ -1255,6 +1256,9 @@
 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
+help.state.bundu.wst.gaugerange = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.gaugerange
+help.state.bundu.wst.eventselect = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.eventselect
+help.state.bundu.wst.load.distance_only_part = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.load.distance_only_part
 
 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	Tue Aug 07 17:59:56 2018 +0200
+++ b/artifacts/src/main/resources/messages_de.properties	Wed Aug 08 10:28:09 2018 +0200
@@ -1246,6 +1246,7 @@
 state.bundu.wst.calc.manual = Manuelle Auswahl
 state.bundu.wst.missing_volume.select = Ermittlung von Fehlvolumina durchf\u00fchren
 
+help.state.bundu.calculation_mode = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.calculation_mode
 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
@@ -1255,6 +1256,9 @@
 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
+help.state.bundu.wst.gaugerange = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.gaugerange
+help.state.bundu.wst.eventselect = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.eventselect
+help.state.bundu.wst.load.distance_only_part = ${help.url}/OnlineHilfe/BUNDU#help.state.bundu.wst.load.distance_only_part
 
 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