Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
4681:aa718770308e | 4682:1c1effe530bc |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!--themegroup name="default"--> | |
3 <theme name="CrossSection"> | |
4 <inherits> | |
5 <inherit from="Lines" /> | |
6 <inherit from="Points" /> | |
7 <inherit from="MinMaxPoints" /> | |
8 </inherits> | |
9 <fields> | |
10 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
11 default="false" /> | |
12 <field name="showpointlabel" type="boolean" | |
13 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
14 </fields> | |
15 </theme> | |
16 | |
17 <theme name="CrossSectionWaterLine"> | |
18 <inherits> | |
19 <inherit from="Lines" /> | |
20 <inherit from="Points" /> | |
21 </inherits> | |
22 <fields> | |
23 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
24 default="false" /> | |
25 <field name="showpointlabel" type="boolean" | |
26 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
27 <field name="linecolor" type="Color" display="Linienfarbe" | |
28 default="0,0,153" /> | |
29 <field name="showwidth" type="boolean" display="Breite anzeigen" | |
30 default="false" /> | |
31 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" | |
32 default="true" /> | |
33 <field name="showlinelabel" type="boolean" default="true" | |
34 display="Beschriftung anzeigen" /> | |
35 <field name="showmiddleheight" type="boolean" | |
36 display="Wasserstand anzeigen" default="false" /> | |
37 </fields> | |
38 </theme> | |
39 | |
40 <theme name="Hyk"> | |
41 <inherits> | |
42 <inherit from="Text" /> | |
43 </inherits> | |
44 <fields> | |
45 <field name="textorientation" type="boolean" display="Textausrichtung" | |
46 default="true" /> | |
47 </fields> | |
48 </theme> | |
49 <!--/themegroup--> |