Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes/default/fixings.xml @ 4667:e6a282844a33
Refactored the themes config files (currently only default style).
* split up the big config file into one file for each chart type.
* cleaned up the virtual themes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 12 Dec 2012 10:42:38 +0100 |
parents | |
children | ffe273af84fb |
comparison
equal
deleted
inserted
replaced
4666:28eb979ae31b | 4667:e6a282844a33 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!--themegroup name="default"--> | |
3 <theme name="FixPoints"> | |
4 <inherits> | |
5 <inherit from="Points" /> | |
6 <inherit from="Label" /> | |
7 </inherits> | |
8 <fields> | |
9 <field name="pointsize" type="int" display="Punktdicke" | |
10 default="3" /> | |
11 </fields> | |
12 </theme> | |
13 | |
14 <theme name="FixLines"> | |
15 <inherits> | |
16 <inherit from="Lines" /> | |
17 <inherit from="Points" /> | |
18 <inherit from="Label" /> | |
19 </inherits> | |
20 <fields> | |
21 <field name="showlinelabel" type="boolean" | |
22 display="Beschriftung anzeigen" default="true" hints="hidden" /> | |
23 </fields> | |
24 </theme> | |
25 | |
26 <theme name="FixAreas"> | |
27 <inherits> | |
28 <inherit from="Areas" /> | |
29 <inherit from="Label" /> | |
30 </inherits> | |
31 <fields> | |
32 <field name="transparency" type="int" default="80" display="Transparenz"/> | |
33 </fields> | |
34 </theme> | |
35 | |
36 <theme name="FixingWQCurve"> | |
37 <inherits> | |
38 <inherit from="FixLines" /> | |
39 </inherits> | |
40 <fields> | |
41 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
42 </fields> | |
43 </theme> | |
44 | |
45 <theme name="FixingDerivedCurve"> | |
46 <inherits> | |
47 <inherit from="FixLines" /> | |
48 </inherits> | |
49 <fields> | |
50 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
51 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
52 default="false" hints="h" hidden="true" /> | |
53 <field name="pointsize" type="int" display="Punktdicke" | |
54 default="5" hints="hidden" /> | |
55 </fields> | |
56 </theme> | |
57 | |
58 <theme name="FixingSectorAverageWQ0"> | |
59 <inherits> | |
60 <inherit from="FixPoints" /> | |
61 </inherits> | |
62 <fields> | |
63 <field name="pointcolor" type="Color" display="Punktfarbe" | |
64 default="0, 128, 0" /> | |
65 <field name="showpointlabel" type="boolean" | |
66 display="Punktbeschriftung anzeigen" default="true"/> | |
67 </fields> | |
68 </theme> | |
69 | |
70 <theme name="FixingSectorAverageWQ1"> | |
71 <inherits> | |
72 <inherit from="FixPoints" /> | |
73 </inherits> | |
74 <fields> | |
75 <field name="pointcolor" type="Color" display="Punktfarbe" | |
76 default="0, 0, 255" /> | |
77 <field name="showpointlabel" type="boolean" | |
78 display="Punktbeschriftung anzeigen" default="true"/> | |
79 </fields> | |
80 </theme> | |
81 | |
82 <theme name="FixingSectorAverageWQ2"> | |
83 <inherits> | |
84 <inherit from="FixPoints" /> | |
85 </inherits> | |
86 <fields> | |
87 <field name="pointcolor" type="Color" display="Punktfarbe" | |
88 default="255, 0, 255" /> | |
89 <field name="showpointlabel" type="boolean" | |
90 display="Punktbeschriftung anzeigen" default="true"/> | |
91 </fields> | |
92 </theme> | |
93 | |
94 <theme name="FixingSectorAverageWQ3"> | |
95 <inherits> | |
96 <inherit from="FixPoints" /> | |
97 </inherits> | |
98 <fields> | |
99 <field name="pointcolor" type="Color" display="Punktfarbe" | |
100 default="255, 0, 0" /> | |
101 <field name="showpointlabel" type="boolean" | |
102 display="Punktbeschriftung anzeigen" default="true"/> | |
103 </fields> | |
104 </theme> | |
105 | |
106 <theme name="FixingAnalysisEventsWQ"> | |
107 <inherits> | |
108 <inherit from="FixPoints" /> | |
109 </inherits> | |
110 <fields> | |
111 <field name="pointcolor" type="Color" display="Punktfarbe" | |
112 default="0, 255, 0" /> | |
113 <field name="showpointlabel" type="boolean" | |
114 display="Punktbeschriftung anzeigen" default="true"/> | |
115 </fields> | |
116 </theme> | |
117 | |
118 <theme name="FixingReferenceEvents"> | |
119 <inherits> | |
120 <inherit from="FixPoints" /> | |
121 </inherits> | |
122 <fields> | |
123 <field name="pointcolor" type="Color" display="Punktfarbe" | |
124 default="0, 80, 160" /> | |
125 <field name="showpointlabel" type="boolean" | |
126 display="Punktbeschriftung anzeigen" default="true"/> | |
127 </fields> | |
128 </theme> | |
129 | |
130 <theme name="FixingOutliers"> | |
131 <inherits> | |
132 <inherit from="FixPoints" /> | |
133 </inherits> | |
134 <fields> | |
135 </fields> | |
136 </theme> | |
137 | |
138 <theme name="FixingDeltaWtAverage0"> | |
139 <inherits> | |
140 <inherit from="FixLines" /> | |
141 </inherits> | |
142 <fields> | |
143 <field name="linecolor" type="Color" display="Linienfarbe" | |
144 default="0, 128, 0" /> | |
145 </fields> | |
146 </theme> | |
147 | |
148 <theme name="FixingDeltaWtAverage1"> | |
149 <inherits> | |
150 <inherit from="FixLines" /> | |
151 </inherits> | |
152 <fields> | |
153 <field name="linecolor" type="Color" display="Linienfarbe" | |
154 default="0, 0, 255" /> | |
155 </fields> | |
156 </theme> | |
157 | |
158 <theme name="FixingDeltaWtAverage2"> | |
159 <inherits> | |
160 <inherit from="FixLines" /> | |
161 </inherits> | |
162 <fields> | |
163 <field name="linecolor" type="Color" display="Linienfarbe" | |
164 default="255, 0, 255" /> | |
165 </fields> | |
166 </theme> | |
167 | |
168 <theme name="FixingDeltaWtAverage3"> | |
169 <inherits> | |
170 <inherit from="FixLines" /> | |
171 </inherits> | |
172 <fields> | |
173 <field name="linecolor" type="Color" display="Linienfarbe" | |
174 default="255, 0, 0" /> | |
175 </fields> | |
176 </theme> | |
177 | |
178 <theme name="FixingDeltaWtAnalysis"> | |
179 <inherits> | |
180 <inherit from="FixPoints" /> | |
181 </inherits> | |
182 <fields> | |
183 <field name="showpointlabel" type="boolean" | |
184 display="Punktbeschriftung anzeigen" default="true"/> | |
185 <field name="pointcolor" type="Color" display="Punktfarbe" | |
186 default="0, 255, 0" /> | |
187 </fields> | |
188 </theme> | |
189 | |
190 <theme name="FixingLSAverage0"> | |
191 <inherits> | |
192 <inherit from="FixLines" /> | |
193 </inherits> | |
194 <fields> | |
195 <field name="linecolor" type="Color" default="0, 128, 0" /> | |
196 </fields> | |
197 </theme> | |
198 | |
199 <theme name="FixingLSAverage1"> | |
200 <inherits> | |
201 <inherit from="FixLines" /> | |
202 </inherits> | |
203 <fields> | |
204 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
205 </fields> | |
206 </theme> | |
207 | |
208 <theme name="FixingLSAverage2"> | |
209 <inherits> | |
210 <inherit from="FixLines" /> | |
211 </inherits> | |
212 <fields> | |
213 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
214 </fields> | |
215 </theme> | |
216 | |
217 <theme name="FixingLSAverage3"> | |
218 <inherits> | |
219 <inherit from="FixLines" /> | |
220 </inherits> | |
221 <fields> | |
222 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
223 </fields> | |
224 </theme> | |
225 | |
226 <theme name="FixingSectorDeviationLS0"> | |
227 <inherits> | |
228 <inherit from="Areas" /> | |
229 </inherits> | |
230 <fields> | |
231 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
232 default="0, 128, 0" /> | |
233 </fields> | |
234 </theme> | |
235 <theme name="FixingSectorDeviationLS1"> | |
236 <inherits> | |
237 <inherit from="Areas" /> | |
238 </inherits> | |
239 <fields> | |
240 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
241 default="0, 0, 255" /> | |
242 </fields> | |
243 </theme> | |
244 | |
245 <theme name="FixingSectorDeviationLS2"> | |
246 <inherits> | |
247 <inherit from="Areas" /> | |
248 </inherits> | |
249 <fields> | |
250 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
251 default="255, 0, 255" /> | |
252 </fields> | |
253 </theme> | |
254 | |
255 <theme name="FixingSectorDeviationLS3"> | |
256 <inherits> | |
257 <inherit from="Areas" /> | |
258 </inherits> | |
259 <fields> | |
260 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
261 default="255, 0, 0" /> | |
262 </fields> | |
263 </theme> | |
264 | |
265 <theme name="FixLSDeviation"> | |
266 <inherits> | |
267 <inherit from="Areas" /> | |
268 </inherits> | |
269 <fields> | |
270 <field name="backgroundcolor" type="Color" display="Fuellfarbe" | |
271 default="100, 100, 100" /> | |
272 </fields> | |
273 </theme> | |
274 | |
275 <theme name="FixLSAnalysis"> | |
276 <inherits> | |
277 <inherit from="FixLines" /> | |
278 </inherits> | |
279 <fields> | |
280 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
281 </fields> | |
282 </theme> | |
283 | |
284 <theme name="FixLSReference"> | |
285 <inherits> | |
286 <inherit from="FixLines" /> | |
287 </inherits> | |
288 <fields> | |
289 <field name="linecolor" type="Color" default="0, 80, 160" /> | |
290 </fields> | |
291 </theme> | |
292 | |
293 <theme name="FixDeltaWtDeviation"> | |
294 <inherits> | |
295 <inherit from="FixAreas"/> | |
296 </inherits> | |
297 <fields> | |
298 <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> | |
299 </fields> | |
300 </theme> | |
301 | |
302 <theme name="FixingDeltaWtAnalysisPeriods"> | |
303 <inherits> | |
304 <inherit from="FixAreas"/> | |
305 </inherits> | |
306 <fields> | |
307 <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> | |
308 </fields> | |
309 </theme> | |
310 | |
311 <theme name="FixingReferencePeriod"> | |
312 <inherits> | |
313 <inherit from="FixAreas"/> | |
314 </inherits> | |
315 <fields> | |
316 <field name="backgroundcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> | |
317 </fields> | |
318 </theme> | |
319 | |
320 <theme name="QSectors"> | |
321 <inherits> | |
322 <inherit from="FixLines" /> | |
323 </inherits> | |
324 <fields> | |
325 <field name="showlinelabel" type="boolean" | |
326 display="Beschriftung anzeigen" default="true" hints="h" /> | |
327 </fields> | |
328 </theme> | |
329 <!--/themegroup--> |