comparison flys-artifacts/doc/conf/themes.xml @ 3131:bac0b2721451

FixA: Added delta W(t) chart in fix analysis. flys-artifacts/trunk@4732 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 20 Jun 2012 16:10:59 +0000
parents e7ff82a52c88
children 6f6a8e5fb7a4
comparison
equal deleted inserted replaced
3130:0dd569e9b9f1 3131:bac0b2721451
971 <theme name="FixingWQCurve"> 971 <theme name="FixingWQCurve">
972 <inherits> 972 <inherits>
973 </inherits> 973 </inherits>
974 </theme> 974 </theme>
975 975
976 <theme name="FixingDeltaWtAverage0">
977 <inherits>
978 <inherit from="ColorPoints"/>
979 </inherits>
980 <fields>
981 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
982 <field name="showlines" type="boolean" default="false"/>
983 <field name="pointsize" type="int" display="Punktdicke" default="3"/>
984 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/>
985 </fields>
986 </theme>
987 <theme name="FixingDeltaWtAverage1">
988 <inherits>
989 <inherit from="ColorPoints"/>
990 </inherits>
991 <fields>
992 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
993 <field name="showlines" type="boolean" default="false"/>
994 <field name="pointsize" type="int" display="Punktdicke" default="3"/>
995 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/>
996 </fields>
997 </theme>
998 <theme name="FixingDeltaWtAverage2">
999 <inherits>
1000 <inherit from="ColorPoints"/>
1001 </inherits>
1002 <fields>
1003 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1004 <field name="showlines" type="boolean" default="false"/>
1005 <field name="pointsize" type="int" display="Punktdicke" default="3"/>
1006 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/>
1007 </fields>
1008 </theme>
1009 <theme name="FixingDeltaWtAverage3">
1010 <inherits>
1011 <inherit from="ColorPoints"/>
1012 </inherits>
1013 <fields>
1014 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1015 <field name="showlines" type="boolean" default="false"/>
1016 <field name="pointsize" type="int" display="Punktdicke" default="3"/>
1017 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/>
1018 </fields>
1019 </theme>
1020
1021
1022 <theme name="FixingDeltaWtAnalysis">
1023 <inherits>
1024 <inherit from="ColorPoints"/>
1025 </inherits>
1026 <fields>
1027 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1028 <field name="showlines" type="boolean" default="false"/>
1029 <field name="pointsize" type="int" display="Punktdicke" default="3"/>
1030 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
1031 </fields>
1032 </theme>
1033
1034 <theme name="FixingDeltaWtReference">
1035 <inherits>
1036 <inherit from="ColorPoints"/>
1037 </inherits>
1038 <fields>
1039 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1040 <field name="showlines" type="boolean" default="false"/>
1041 <field name="pointsize" type="int" display="Punktdicke" default="3"/>
1042 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/>
1043 </fields>
1044 </theme>
1045
976 </themegroup> 1046 </themegroup>
977 1047
978 <themegroup name="default-2"> 1048 <themegroup name="default-2">
979 <theme name="DischargeCurve"> 1049 <theme name="DischargeCurve">
980 <inherits> 1050 <inherits>
1860 <fields> 1930 <fields>
1861 <field name="linecolor" type="Color" default="#000000"/> 1931 <field name="linecolor" type="Color" default="#000000"/>
1862 </fields> 1932 </fields>
1863 </theme> 1933 </theme>
1864 1934
1935 <theme name="FixingDeltaWtAverage0">
1936 <inherits>
1937 <inherit from="ColorPoints"/>
1938 </inherits>
1939 <fields>
1940 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1941 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/>
1942 </fields>
1943 </theme>
1944 <theme name="FixingDeltaWtAverage1">
1945 <inherits>
1946 <inherit from="ColorPoints"/>
1947 </inherits>
1948 <fields>
1949 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1950 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/>
1951 </fields>
1952 </theme>
1953 <theme name="FixingDeltaWtAverage2">
1954 <inherits>
1955 <inherit from="ColorPoints"/>
1956 </inherits>
1957 <fields>
1958 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1959 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/>
1960 </fields>
1961 </theme>
1962 <theme name="FixingDeltaWtAverage3">
1963 <inherits>
1964 <inherit from="ColorPoints"/>
1965 </inherits>
1966 <fields>
1967 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1968 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/>
1969 </fields>
1970 </theme>
1971
1972 <theme name="FixingDeltaWtAnalysis">
1973 <inherits>
1974 <inherit from="ColorPoints"/>
1975 </inherits>
1976 <fields>
1977 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1978 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
1979 </fields>
1980 </theme>
1981
1982 <theme name="FixingDeltaWtReference">
1983 <inherits>
1984 <inherit from="ColorPoints"/>
1985 </inherits>
1986 <fields>
1987 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
1988 <field name="showlines" type="boolean" default="false"/>
1989 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
1990 </fields>
1991 </theme>
1865 1992
1866 <theme name="FixingSectorAverageWQ"> 1993 <theme name="FixingSectorAverageWQ">
1867 <inherits> 1994 <inherits>
1868 <inherit from="ColorPoints"/> 1995 <inherit from="ColorPoints"/>
1869 </inherits> 1996 </inherits>
1901 2028
1902 <theme name="FixingWQCurve"> 2029 <theme name="FixingWQCurve">
1903 <inherits> 2030 <inherits>
1904 </inherits> 2031 </inherits>
1905 </theme> 2032 </theme>
1906
1907 </themegroup> 2033 </themegroup>
1908 2034
1909 <!-- Virtual themes are following now! 2035 <!-- Virtual themes are following now!
1910 DO NOT USE VIRTUAL THEMES FOR FACETS! 2036 DO NOT USE VIRTUAL THEMES FOR FACETS!
1911 Please implement concrete themes! --> 2037 Please implement concrete themes! -->
2402 <mapping from="fix_sector_average_wq" to="FixingSectorAverageWQ"/> 2528 <mapping from="fix_sector_average_wq" to="FixingSectorAverageWQ"/>
2403 <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ"/> 2529 <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ"/>
2404 <mapping from="fix_outliers" to="FixingOutlier"/> 2530 <mapping from="fix_outliers" to="FixingOutlier"/>
2405 <mapping from="fix_wq_curve" to="FixingWQCurve"/> 2531 <mapping from="fix_wq_curve" to="FixingWQCurve"/>
2406 <mapping from="fix_reference_events_wq" to="FixingReferenceEventsWQ"/> 2532 <mapping from="fix_reference_events_wq" to="FixingReferenceEventsWQ"/>
2407 2533 <mapping from="fix_sector_average_dwt_0" to="FixingDeltaWtAverage0"/>
2534 <mapping from="fix_sector_average_dwt_1" to="FixingDeltaWtAverage1"/>
2535 <mapping from="fix_sector_average_dwt_2" to="FixingDeltaWtAverage2"/>
2536 <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3"/>
2537 <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis"/>
2538 <mapping from="fix_reference_events_dwt" to="FixingDeltaWtReference"/>
2408 </mappings> 2539 </mappings>
2409 </themes> 2540 </themes>

http://dive4elements.wald.intevation.org