comparison flys-artifacts/doc/conf/themes/default/fixings.xml @ 4685:ffe273af84fb

Updated fixing and virutal area themes.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 17 Dec 2012 15:31:07 +0100
parents e6a282844a33
children
comparison
equal deleted inserted replaced
4684:f59fbc9bd04a 4685:ffe273af84fb
16 <inherit from="Lines" /> 16 <inherit from="Lines" />
17 <inherit from="Points" /> 17 <inherit from="Points" />
18 <inherit from="Label" /> 18 <inherit from="Label" />
19 </inherits> 19 </inherits>
20 <fields> 20 <fields>
21 <field name="showlinelabel" type="boolean" 21 <field name="showpointlabel" type="boolean"
22 display="Beschriftung anzeigen" default="true" hints="hidden" /> 22 display="Beschriftung anzeigen" default="false" hints="hidden" />
23 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
24 default="false" hints="hidden" />
25 <field name="pointsize" type="int" display="Punktdicke"
26 default="3" />
23 </fields> 27 </fields>
24 </theme> 28 </theme>
25 29
26 <theme name="FixAreas"> 30 <theme name="FixAreas">
27 <inherits> 31 <inherits>
28 <inherit from="Areas" /> 32 <inherit from="Areas" />
29 <inherit from="Label" /> 33 </inherits>
30 </inherits> 34 <fields>
31 <fields> 35 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
32 <field name="transparency" type="int" default="80" display="Transparenz"/> 36 default="true" hints="hidden" />
37 <field name="areashowborder" type="boolean" display="Begrenzung"
38 default="false" hints="hidden" />
39 <field name="areabordercolor" type="Color" default="0, 0, 0"
40 display="Begrenzungslinienfarbe" hints="hidden" />
41 <field name="showarea" type="boolean" display="Flaeche anzeigen"
42 default="true" hints="hidden" />
43 <field name="showarealabel" type="boolean"
44 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
33 </fields> 45 </fields>
34 </theme> 46 </theme>
35 47
36 <theme name="FixingWQCurve"> 48 <theme name="FixingWQCurve">
37 <inherits> 49 <inherits>
223 </fields> 235 </fields>
224 </theme> 236 </theme>
225 237
226 <theme name="FixingSectorDeviationLS0"> 238 <theme name="FixingSectorDeviationLS0">
227 <inherits> 239 <inherits>
228 <inherit from="Areas" /> 240 <inherit from="FixAreas" />
229 </inherits> 241 </inherits>
230 <fields> 242 <fields>
231 <field name="backgroundcolor" type="Color" display="Fuellfarbe" 243 <field name="areabgcolor" type="Color" display="Fuellfarbe"
232 default="0, 128, 0" /> 244 default="0, 128, 0" />
233 </fields> 245 </fields>
234 </theme> 246 </theme>
235 <theme name="FixingSectorDeviationLS1"> 247 <theme name="FixingSectorDeviationLS1">
236 <inherits> 248 <inherits>
237 <inherit from="Areas" /> 249 <inherit from="FixAreas" />
238 </inherits> 250 </inherits>
239 <fields> 251 <fields>
240 <field name="backgroundcolor" type="Color" display="Fuellfarbe" 252 <field name="areabgcolor" type="Color" display="Fuellfarbe"
241 default="0, 0, 255" /> 253 default="0, 0, 255" />
254
242 </fields> 255 </fields>
243 </theme> 256 </theme>
244 257
245 <theme name="FixingSectorDeviationLS2"> 258 <theme name="FixingSectorDeviationLS2">
246 <inherits> 259 <inherits>
247 <inherit from="Areas" /> 260 <inherit from="FixAreas" />
248 </inherits> 261 </inherits>
249 <fields> 262 <fields>
250 <field name="backgroundcolor" type="Color" display="Fuellfarbe" 263 <field name="areabgcolor" type="Color" display="Fuellfarbe"
251 default="255, 0, 255" /> 264 default="255, 0, 255" />
252 </fields> 265 </fields>
253 </theme> 266 </theme>
254 267
255 <theme name="FixingSectorDeviationLS3"> 268 <theme name="FixingSectorDeviationLS3">
256 <inherits> 269 <inherits>
257 <inherit from="Areas" /> 270 <inherit from="FixAreas" />
258 </inherits> 271 </inherits>
259 <fields> 272 <fields>
260 <field name="backgroundcolor" type="Color" display="Fuellfarbe" 273 <field name="areabgcolor" type="Color" display="Fuellfarbe"
261 default="255, 0, 0" /> 274 default="255, 0, 0" />
262 </fields> 275 </fields>
263 </theme> 276 </theme>
264 277
265 <theme name="FixLSDeviation"> 278 <theme name="FixLSDeviation">
266 <inherits> 279 <inherits>
267 <inherit from="Areas" /> 280 <inherit from="FixAreas" />
268 </inherits> 281 </inherits>
269 <fields> 282 <fields>
270 <field name="backgroundcolor" type="Color" display="Fuellfarbe" 283 <field name="areabgcolor" type="Color" display="Fuellfarbe"
271 default="100, 100, 100" /> 284 default="100, 100, 100" />
272 </fields> 285 </fields>
273 </theme> 286 </theme>
274 287
275 <theme name="FixLSAnalysis"> 288 <theme name="FixLSAnalysis">
293 <theme name="FixDeltaWtDeviation"> 306 <theme name="FixDeltaWtDeviation">
294 <inherits> 307 <inherits>
295 <inherit from="FixAreas"/> 308 <inherit from="FixAreas"/>
296 </inherits> 309 </inherits>
297 <fields> 310 <fields>
298 <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> 311 <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/>
299 </fields> 312 </fields>
300 </theme> 313 </theme>
301 314
302 <theme name="FixingDeltaWtAnalysisPeriods"> 315 <theme name="FixingDeltaWtAnalysisPeriods">
303 <inherits> 316 <inherits>
304 <inherit from="FixAreas"/> 317 <inherit from="FixAreas"/>
305 </inherits> 318 </inherits>
306 <fields> 319 <fields>
307 <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> 320 <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe" />
308 </fields> 321 </fields>
309 </theme> 322 </theme>
310 323
311 <theme name="FixingReferencePeriod"> 324 <theme name="FixingReferencePeriod">
312 <inherits> 325 <inherits>
313 <inherit from="FixAreas"/> 326 <inherit from="FixAreas"/>
314 </inherits> 327 </inherits>
315 <fields> 328 <fields>
316 <field name="backgroundcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> 329 <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe" />
317 </fields> 330 </fields>
318 </theme> 331 </theme>
319 332
320 <theme name="QSectors"> 333 <theme name="QSectors">
321 <inherits> 334 <inherits>

http://dive4elements.wald.intevation.org