Mercurial > dive4elements > river
annotate flys-artifacts/doc/conf/themes/default/sq-relation.xml @ 5647:ddb2a4e982b8
Doc and cosmetics.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 10 Apr 2013 13:10:55 +0200 |
parents | cd9540bd8040 |
children |
rev | line source |
---|---|
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
2 <!--themegroup name="default"--> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
3 <theme name="SQMeasurements"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
4 <inherits> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
5 <inherit from="Lines" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
6 <inherit from="Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
7 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
8 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
9 <field name="pointcolor" type="Color" default="0, 153, 255" /> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
10 <field name="showlines" type="boolean" display="Linie anzeigen" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
11 default="false" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
12 <field name="linesize" type="int" display="Liniendicke" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
13 default="1" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
14 <field name="linetype" type="Dash" display="Linienart" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
15 default="10" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
16 <field name="linecolor" type="Color" display="Linienfarbe" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
17 default="0, 0, 0" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
18 <field name="showlinelabel" type="boolean" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
19 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
20 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
21 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
22 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
23 <theme name="SQOutliers"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
24 <inherits> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
25 <inherit from="Lines" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
26 <inherit from="Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
27 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
28 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
29 <field name="pointcolor" type="Color" default="204, 0, 0" /> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
30 <field name="showlines" type="boolean" display="Linie anzeigen" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
31 default="false" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
32 <field name="linesize" type="int" display="Liniendicke" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
33 default="1" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
34 <field name="linetype" type="Dash" display="Linienart" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
35 default="10" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
36 <field name="linecolor" type="Color" display="Linienfarbe" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
37 default="0, 0, 0" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
38 <field name="showlinelabel" type="boolean" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
39 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
40 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
41 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
42 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
43 <theme name="SQCurve"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
44 <inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
45 <inherit from="Lines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
46 <inherit from="Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
47 <inherit from="Label" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
48 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
49 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
50 <field name="showpoints" type="boolean" display="Punkte anzeigen" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
51 default="false" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
52 <field name="showpointlabel" type="boolean" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
53 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
54 <field name="linecolor" type="Color" default="0, 0, 0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
55 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
56 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
57 <!--/themegroup--> |