Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes/second/general.xml @ 4698:dfac28805d79
Fixed and updated theme configurations.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 17 Dec 2012 17:56:56 +0100 |
parents | 1c1effe530bc |
children | a8d8ea1f2a5c |
comparison
equal
deleted
inserted
replaced
4697:52068f1231da | 4698:dfac28805d79 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!--themegroup name="default"--> | 2 <!--themegroup name="default"--> |
3 <theme name="MainValuesQ"> | 3 <theme name="MainValuesQ"> |
4 <inherits> | 4 <inherits> |
5 <inherit from="Lines" /> | 5 <inherit from="Lines" /> |
6 <inherit from="Text" /> | |
7 </inherits> | 6 </inherits> |
8 <fields> | 7 <fields> |
9 <field name="linecolor" type="Color" display="Farbe" | 8 <field name="linecolor" type="Color" display="Farbe" |
10 default="200, 0, 15" /> | 9 default="200, 0, 15" /> |
11 <field name="textcolor" type="Color" display="Farbe" | |
12 default="200, 0, 15" /> | |
13 <field name="showhorizontalline" type="boolean" | |
14 display="Horizontale Linie" default="true" /> | |
15 <field name="showverticalline" type="boolean" display="Vertikale Linie" | |
16 default="true" /> | |
17 <field name="textorientation" type="boolean" display="Textausrichtung" | 10 <field name="textorientation" type="boolean" display="Textausrichtung" |
18 default="true" /> | 11 default="true" /> |
12 <field name="showlinelabel" type="boolean" | |
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
19 </fields> | 14 </fields> |
20 </theme> | 15 </theme> |
21 | 16 |
22 <theme name="MainValuesW"> | 17 <theme name="MainValuesW"> |
23 <inherits> | 18 <inherits> |
24 <inherit from="Lines" /> | 19 <inherit from="Lines" /> |
25 <inherit from="Text" /> | |
26 </inherits> | 20 </inherits> |
27 <fields> | 21 <fields> |
28 <field name="linecolor" type="Color" display="Farbe" | 22 <field name="linecolor" type="Color" display="Farbe" |
29 default="0, 215, 0" /> | 23 default="0, 215, 0" /> |
30 <field name="textcolor" type="Color" display="Farbe" | |
31 default="0, 215, 0" /> | |
32 <field name="showhorizontalline" type="boolean" | |
33 display="Horizontale Linie" default="true" /> | |
34 <field name="showverticalline" type="boolean" display="Vertikale Linie" | |
35 default="true" /> | |
36 <field name="textorientation" type="boolean" display="Textausrichtung" | 24 <field name="textorientation" type="boolean" display="Textausrichtung" |
37 default="true" /> | 25 default="true" /> |
26 <field name="showlinelabel" type="boolean" | |
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
38 </fields> | 28 </fields> |
39 </theme> | 29 </theme> |
40 | 30 |
41 <theme name="RelativePoint"> | 31 <theme name="RelativePoint"> |
42 <inherits> | 32 <inherits> |