Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes/default/sq-relation.xml @ 5983:0c63ce5a7e74
Use name id as username in saml.User.
The old WAS-only code used the user-name typed in by the user when
logging in. When logging in via SAML single sign on, we must extract the
user name from the SAML ticket and the name ID should basically be what
the user types in when authenticating.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 10 May 2013 19:03:48 +0200 |
parents | 5aa05a7a34b7 |
children |
rev | line source |
---|---|
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
2 <!--themegroup name="default"--> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
3 <theme name="SQMeasurements"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
4 <inherits> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
5 <inherit from="Lines" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
6 <inherit from="Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
7 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
8 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
9 <field name="pointcolor" type="Color" default="0, 153, 255" /> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
10 <field name="showlines" type="boolean" display="Linie anzeigen" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
11 default="false" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
12 <field name="linesize" type="int" display="Liniendicke" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
13 default="1" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
14 <field name="linetype" type="Dash" display="Linienart" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
15 default="10" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
16 <field name="linecolor" type="Color" display="Linienfarbe" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
17 default="0, 0, 0" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
18 <field name="showlinelabel" type="boolean" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
19 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
20 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
21 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
22 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
23 <theme name="SQOutliers"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
24 <inherits> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
25 <inherit from="Lines" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
26 <inherit from="Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
27 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
28 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
29 <field name="pointcolor" type="Color" default="204, 0, 0" /> |
4790
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
30 <field name="showlines" type="boolean" display="Linie anzeigen" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
31 default="false" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
32 <field name="linesize" type="int" display="Liniendicke" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
33 default="1" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
34 <field name="linetype" type="Dash" display="Linienart" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
35 default="10" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
36 <field name="linecolor" type="Color" display="Linienfarbe" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
37 default="0, 0, 0" hints="hidden" /> |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
38 <field name="showlinelabel" type="boolean" |
cd9540bd8040
Hide lines in SQ relation charts.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
39 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
40 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
41 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
42 |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
43 <theme name="SQCurve"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
44 <inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
45 <inherit from="Lines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
46 <inherit from="Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
47 <inherit from="Label" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
48 </inherits> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
49 <fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
50 <field name="showpoints" type="boolean" display="Punkte anzeigen" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
51 default="false" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
52 <field name="showpointlabel" type="boolean" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
53 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
54 <field name="linecolor" type="Color" default="0, 0, 0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
55 </fields> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
56 </theme> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff
changeset
|
57 <!--/themegroup--> |