comparison flys-artifacts/doc/conf/themes/second/general.xml @ 4682:1c1effe530bc

Added second theme config files. Currently second is a copy of default.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 14 Dec 2012 12:03:31 +0100
parents
children dfac28805d79
comparison
equal deleted inserted replaced
4681:aa718770308e 4682:1c1effe530bc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--themegroup name="default"-->
3 <theme name="MainValuesQ">
4 <inherits>
5 <inherit from="Lines" />
6 <inherit from="Text" />
7 </inherits>
8 <fields>
9 <field name="linecolor" type="Color" display="Farbe"
10 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"
18 default="true" />
19 </fields>
20 </theme>
21
22 <theme name="MainValuesW">
23 <inherits>
24 <inherit from="Lines" />
25 <inherit from="Text" />
26 </inherits>
27 <fields>
28 <field name="linecolor" type="Color" display="Farbe"
29 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"
37 default="true" />
38 </fields>
39 </theme>
40
41 <theme name="RelativePoint">
42 <inherits>
43 <inherit from="Points" />
44 </inherits>
45 </theme>
46
47 <theme name="Annotations">
48 <inherits>
49 <inherit from="Lines" />
50 <inherit from="Points" />
51 <inherit from="Text" />
52 </inherits>
53 <fields>
54 </fields>
55 </theme>
56
57 <theme name="ManualPoints">
58 <inherits>
59 <inherit from="Points" />
60 <inherit from="Label" />
61 </inherits>
62 <fields>
63 <field name="pointsize" type="int" display="Punktdicke"
64 default="3" hints="hidden" />
65 <field name="textorientation" type="boolean" display="Textausrichtung"
66 default="true" />
67 </fields>
68 </theme>
69
70 <theme name="WKms">
71 <inherits>
72 <inherit from="Lines" />
73 <inherit from="Points" />
74 <inherit from="MinMaxPoints" />
75 </inherits>
76 <fields>
77 <field name="showpoints" type="boolean" display="Punkte anzeigen"
78 default="false" />
79 <field name="showpointlabel" type="boolean"
80 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
81 <field name="linecolor" type="Color" display="Linienfarbe"
82 default="204, 204, 204" />
83 </fields>
84 </theme>
85
86 <theme name="WKmsAnnotation">
87 <inherits>
88 <inherit from="Lines" />
89 <inherit from="Label" />
90 </inherits>
91 <fields>
92 <field name="linecolor" type="Color" display="Linienfarbe"
93 default="204, 204, 204" />
94 <field name="pointsize" type="int" display="Punktdicke"
95 default="3" hints="h" />
96 </fields>
97 </theme>
98
99 <theme name="WQKms">
100 <inherits>
101 <inherit from="Lines" />
102 <inherit from="Points" />
103 <inherit from="MinMaxPoints" />
104 </inherits>
105 <fields>
106 <field name="showpoints" type="boolean" display="Punkte anzeigen"
107 default="false" />
108 <field name="showpointlabel" type="boolean"
109 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
110 <field name="linecolor" type="Color" display="Linienfarbe"
111 default="204, 204, 204" />
112 </fields>
113 </theme>
114
115 <theme name="WQPoints">
116 <inherits>
117 <inherit from="Points" />
118 <inherit from="Label" />
119 </inherits>
120 <fields>
121 <field name="pointcolor" type="Color" display="Linienfarbe"
122 default="204, 0, 0" />
123 </fields>
124 </theme>
125
126 <theme name="heightmarks_points">
127 <inherits>
128 <inherit from="Points" />
129 <inherit from="Label" />
130 </inherits>
131 <fields>
132 <field name="pointcolor" type="Color" display="Linienfarbe"
133 default="0, 0, 0" />
134 </fields>
135 </theme>
136
137
138 <!--/themegroup-->

http://dive4elements.wald.intevation.org