Mercurial > dive4elements > river
annotate flys-artifacts/doc/conf/themes/second/cross-section.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 |
rev | line source |
---|---|
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
2 <!--themegroup name="default"--> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
3 <theme name="CrossSection"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
4 <inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
5 <inherit from="Lines" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
6 <inherit from="Points" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
7 <inherit from="MinMaxPoints" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
8 </inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
9 <fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
10 <field name="showpoints" type="boolean" display="Punkte anzeigen" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
11 default="false" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
12 <field name="showpointlabel" type="boolean" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
13 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
14 </fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
15 </theme> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
16 |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
17 <theme name="CrossSectionWaterLine"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
18 <inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
19 <inherit from="Lines" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
20 <inherit from="Points" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
21 </inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
22 <fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
23 <field name="showpoints" type="boolean" display="Punkte anzeigen" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
24 default="false" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
25 <field name="showpointlabel" type="boolean" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
26 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
27 <field name="linecolor" type="Color" display="Linienfarbe" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
28 default="0,0,153" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
29 <field name="showwidth" type="boolean" display="Breite anzeigen" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
30 default="false" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
31 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
32 default="true" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
33 <field name="showlinelabel" type="boolean" default="true" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
34 display="Beschriftung anzeigen" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
35 <field name="showmiddleheight" type="boolean" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
36 display="Wasserstand anzeigen" default="false" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
37 </fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
38 </theme> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
39 |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
40 <theme name="Hyk"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
41 <inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
42 <inherit from="Text" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
43 </inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
44 <fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
45 <field name="textorientation" type="boolean" display="Textausrichtung" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
46 default="true" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
47 </fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
48 </theme> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
49 <!--/themegroup--> |