Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes/second/reference.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="ReferenceCurve"> | |
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 <field name="linecolor" type="Color" display="Linienfarbe" | |
15 default="204, 204, 204" /> | |
16 </fields> | |
17 </theme> | |
18 | |
19 <theme name="ReferenceCurveNormalized"> | |
20 <inherits> | |
21 <inherit from="ReferenceCurve" /> | |
22 </inherits> | |
23 <fields> | |
24 </fields> | |
25 </theme> | |
26 <!--/themegroup--> |