Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second/general.xml @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-artifacts/doc/conf/themes/second/general.xml@a8d8ea1f2a5c |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!--themegroup name="default"--> | |
3 <theme name="MainValuesQ"> | |
4 <inherits> | |
5 <inherit from="Lines" /> | |
6 </inherits> | |
7 <fields> | |
8 <field name="linecolor" type="Color" display="Farbe" | |
9 default="200, 0, 15" /> | |
10 <field name="textorientation" type="boolean" display="Textausrichtung" | |
11 default="true" /> | |
12 <field name="showlinelabel" type="boolean" | |
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
14 </fields> | |
15 </theme> | |
16 | |
17 <theme name="MainValuesW"> | |
18 <inherits> | |
19 <inherit from="Lines" /> | |
20 </inherits> | |
21 <fields> | |
22 <field name="linecolor" type="Color" display="Farbe" | |
23 default="0, 215, 0" /> | |
24 <field name="textorientation" type="boolean" display="Textausrichtung" | |
25 default="true" /> | |
26 <field name="showlinelabel" type="boolean" | |
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
28 </fields> | |
29 </theme> | |
30 | |
31 <theme name="RelativePoint"> | |
32 <inherits> | |
33 <inherit from="Points" /> | |
34 </inherits> | |
35 </theme> | |
36 | |
37 <theme name="Annotations"> | |
38 <inherits> | |
39 <inherit from="Lines" /> | |
40 <inherit from="Points" /> | |
41 <inherit from="Text" /> | |
42 </inherits> | |
43 <fields> | |
44 </fields> | |
45 </theme> | |
46 | |
47 <theme name="ManualPoints"> | |
48 <inherits> | |
49 <inherit from="Points" /> | |
50 <inherit from="Label" /> | |
51 </inherits> | |
52 <fields> | |
53 <field name="pointsize" type="int" display="Punktdicke" | |
54 default="3" hints="hidden" /> | |
55 <field name="textorientation" type="boolean" display="Textausrichtung" | |
56 default="true" /> | |
57 </fields> | |
58 </theme> | |
59 | |
60 <theme name="WKms"> | |
61 <inherits> | |
62 <inherit from="Lines" /> | |
63 <inherit from="Points" /> | |
64 <inherit from="MinMaxPoints" /> | |
65 </inherits> | |
66 <fields> | |
67 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
68 default="false" /> | |
69 <field name="showpointlabel" type="boolean" | |
70 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
71 <field name="linecolor" type="Color" display="Linienfarbe" | |
72 default="204, 204, 204" /> | |
73 </fields> | |
74 </theme> | |
75 | |
76 <theme name="WKmsAnnotation"> | |
77 <inherits> | |
78 <inherit from="Lines" /> | |
79 <inherit from="Label" /> | |
80 </inherits> | |
81 <fields> | |
82 <field name="linecolor" type="Color" display="Linienfarbe" | |
83 default="204, 204, 204" /> | |
84 <field name="pointsize" type="int" display="Punktdicke" | |
85 default="3" hints="h" /> | |
86 </fields> | |
87 </theme> | |
88 | |
89 <theme name="WQKms"> | |
90 <inherits> | |
91 <inherit from="Lines" /> | |
92 <inherit from="Points" /> | |
93 <inherit from="MinMaxPoints" /> | |
94 </inherits> | |
95 <fields> | |
96 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
97 default="false" /> | |
98 <field name="showpointlabel" type="boolean" | |
99 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
100 <field name="linecolor" type="Color" display="Linienfarbe" | |
101 default="204, 204, 204" /> | |
102 </fields> | |
103 </theme> | |
104 | |
105 <theme name="WQPoints"> | |
106 <inherits> | |
107 <inherit from="Points" /> | |
108 <inherit from="Label" /> | |
109 </inherits> | |
110 <fields> | |
111 <field name="pointcolor" type="Color" display="Linienfarbe" | |
112 default="204, 0, 0" /> | |
113 </fields> | |
114 </theme> | |
115 | |
116 <theme name="heightmarks_points"> | |
117 <inherits> | |
118 <inherit from="Points" /> | |
119 <inherit from="Label" /> | |
120 </inherits> | |
121 <fields> | |
122 <field name="pointcolor" type="Color" display="Linienfarbe" | |
123 default="0, 0, 0" /> | |
124 </fields> | |
125 </theme> | |
126 | |
127 <theme name="Area"> | |
128 <inherits> | |
129 <inherit from="Areas" /> | |
130 </inherits> | |
131 <fields> | |
132 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
133 default="true" hints="hidden" /> | |
134 <field name="areashowborder" type="boolean" display="Begrenzung" | |
135 default="false" hints="hidden" /> | |
136 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
137 display="Begrenzungslinienfarbe" hints="hidden" /> | |
138 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
139 default="true" hints="hidden" /> | |
140 <field name="showarealabel" type="boolean" | |
141 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
142 </fields> | |
143 </theme> | |
144 | |
145 <!--/themegroup--> |