comparison flys-artifacts/doc/conf/themes/second/sq-relation.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
comparison
equal deleted inserted replaced
4681:aa718770308e 4682:1c1effe530bc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--themegroup name="default"-->
3 <theme name="SQMeasurements">
4 <inherits>
5 <inherit from="Points" />
6 </inherits>
7 <fields>
8 <field name="pointcolor" type="Color" default="0, 153, 255" />
9 </fields>
10 </theme>
11
12 <theme name="SQOutliers">
13 <inherits>
14 <inherit from="Points" />
15 </inherits>
16 <fields>
17 <field name="pointcolor" type="Color" default="204, 0, 0" />
18 </fields>
19 </theme>
20
21 <theme name="SQCurve">
22 <inherits>
23 <inherit from="Lines" />
24 <inherit from="Points" />
25 <inherit from="Label" />
26 </inherits>
27 <fields>
28 <field name="showpoints" type="boolean" display="Punkte anzeigen"
29 default="false" />
30 <field name="showpointlabel" type="boolean"
31 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
32 <field name="linecolor" type="Color" default="0, 0, 0" />
33 </fields>
34 </theme>
35 <!--/themegroup-->

http://dive4elements.wald.intevation.org