Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes/second/duration.xml @ 5987:e5e2b0630855
Datacage: Added stylesheet to detect macros which are defined and not called and vice versa.
Usage: xsltproc contrib/list-unused-macros.xsl doc/conf/meta-data.xml
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Sun, 12 May 2013 16:15:37 +0200 |
parents | 5aa05a7a34b7 |
children |
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 |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
4 <theme name="DurationCurve"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
5 <inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
6 <inherit from="Lines" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
7 <inherit from="Points" /> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4682
diff
changeset
|
8 <inherit from="Label" /> |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
9 <inherit from="MinMaxPoints" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
10 </inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
11 <fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
12 <field name="showpoints" type="boolean" display="Punkte anzeigen" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
13 default="false" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
14 <field name="linesize" type="int" display="Liniendicke" |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4682
diff
changeset
|
15 default="2" /> |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
16 <field name="showpointlabel" type="boolean" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
17 display="Punktbeschriftung anzeigen" default="false" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
18 hints="hidden"/> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
19 </fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
20 </theme> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
21 |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
22 <theme name="DurationCurveW"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
23 <inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
24 <inherit from="DurationCurve" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
25 </inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
26 <fields> |
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,51,204" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
29 </fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
30 </theme> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
31 |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
32 <theme name="DurationCurveQ"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
33 <inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
34 <inherit from="DurationCurve" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
35 </inherits> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
36 <fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
37 <field name="linecolor" type="Color" display="Linienfarbe" |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
38 default="0,204,0" /> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
39 </fields> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
40 </theme> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
41 <!--/themegroup--> |