# HG changeset patch # User Ingo Weinzierl # Date 1339681115 0 # Node ID f05f5586f5fd4c9a3929ac2c23e81a4144ceeade # Parent 82043c09a6594f5b2a71b696acf1124feda653c1 Added chart and export titles for sq relation in MINFO flys-client/trunk@4662 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 82043c09a659 -r f05f5586f5fd flys-client/ChangeLog --- a/flys-client/ChangeLog Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/ChangeLog Thu Jun 14 13:38:35 2012 +0000 @@ -1,3 +1,11 @@ +2012-06-14 Ingo Weinzierl + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added + chart and export titles for sq relation calculation in MINFO. + 2012-06-14 Raimund Renkert * src/main/java/de/intevation/flys/client/client/ui/fixation/FixEventSelect.java: diff -r 82043c09a659 -r f05f5586f5fd flys-client/pom.xml --- a/flys-client/pom.xml Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/pom.xml Thu Jun 14 13:38:35 2012 +0000 @@ -129,6 +129,9 @@ target/www true + 8881 + 9991 + INFO' -bindAddress 0.0.0.0 -codeServerPort 9991 -logLevel 'INFO diff -r 82043c09a659 -r f05f5586f5fd flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Thu Jun 14 13:38:35 2012 +0000 @@ -495,6 +495,20 @@ String bedheight_middle_export(); + String sq_relation_a(); + + String sq_relation_b(); + + String sq_relation_c(); + + String sq_relation_d(); + + String sq_relation_e(); + + String sq_relation_f(); + + String sq_relation_export(); + // ERRORS String error_read_minmax_values(); diff -r 82043c09a659 -r f05f5586f5fd flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Thu Jun 14 13:38:35 2012 +0000 @@ -198,6 +198,13 @@ flow_velocity_export = Flow Velocity Export bedheight_middle = Middle Bed Height bedheight_middle_export = Middle Bed Height Export +sq_relation_a = A Feinkornanteil +sq_relation_b = B Sand (Suspensionstransport) +sq_relation_c = C Sand (Geschiebetransport) +sq_relation_d = D Fein- und Mittelkies +sq_relation_e = E Grobkornanteil (> Mittelkies) +sq_relation_f = F Geschiebetransport Gesamt +sq_relation_export = SQ Export cross_section = Cross Section cross_sections = Cross Sections w_differences = Differences diff -r 82043c09a659 -r f05f5586f5fd flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Thu Jun 14 13:38:35 2012 +0000 @@ -198,6 +198,13 @@ flow_velocity_export = Flie\u00dfgeschwindigkeiten Export bedheight_middle = Mittlere Sohlh\u00f6he bedheight_middle_export = Mittlere Sohlh\u00f6he Export +sq_relation_a = A Feinkornanteil +sq_relation_b = B Sand (Suspensionstransport) +sq_relation_c = C Sand (Geschiebetransport) +sq_relation_d = D Fein- und Mittelkies +sq_relation_e = E Grobkornanteil (> Mittelkies) +sq_relation_f = F Geschiebetransport Gesamt +sq_relation_export = SQ Export cross_section = Querprofil cross_sections = Querprofile w_differences = Differenzen diff -r 82043c09a659 -r f05f5586f5fd flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Thu Jun 14 13:38:35 2012 +0000 @@ -199,6 +199,13 @@ flow_velocity_export = Flow Velocity Export bedheight_middle = Middle Bed Height bedheight_middle_export = Middle Bed Height Export +sq_relation_a = A Feinkornanteil +sq_relation_b = B Sand (Suspensionstransport) +sq_relation_c = C Sand (Geschiebetransport) +sq_relation_d = D Fein- und Mittelkies +sq_relation_e = E Grobkornanteil (> Mittelkies) +sq_relation_f = F Geschiebetransport Gesamt +sq_relation_export = SQ Export cross_section = Cross Section cross_sections = Cross Sections w_differences = Differences diff -r 82043c09a659 -r f05f5586f5fd flys-client/src/main/java/de/intevation/flys/client/client/config.xml --- a/flys-client/src/main/java/de/intevation/flys/client/client/config.xml Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/config.xml Thu Jun 14 13:38:35 2012 +0000 @@ -1,5 +1,5 @@ - http://localhost:8181 + http://localhost:1610 diff -r 82043c09a659 -r f05f5586f5fd flys-client/src/main/webapp/WEB-INF/web.xml --- a/flys-client/src/main/webapp/WEB-INF/web.xml Thu Jun 14 10:51:08 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Thu Jun 14 13:38:35 2012 +0000 @@ -7,7 +7,7 @@ server-url - http://localhost:8181 + http://localhost:1610