Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 1054:1f3e944a805c
Datacage: filter by out in user specific part
flys-artifacts/trunk@2521 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 22 Aug 2011 13:07:26 +0000 |
parents | 0a5eff5511b1 |
children | 67b8a2b03e36 |
comparison
equal
deleted
inserted
replaced
1053:bfc2ed20b87c | 1054:1f3e944a805c |
---|---|
22 AND EXISTS ( | 22 AND EXISTS ( |
23 SELECT id FROM artifact_data WHERE artifact_id = m.id AND k = 'river' AND v = ${river}) | 23 SELECT id FROM artifact_data WHERE artifact_id = m.id AND k = 'river' AND v = ${river}) |
24 </dc:statement> | 24 </dc:statement> |
25 <dc:elements> | 25 <dc:elements> |
26 <dc:choose> | 26 <dc:choose> |
27 <dc:when test="$current-state-id = 'state.winfo.waterlevel'"> | 27 <dc:when test="dc:contains($artifact-outs, 'longitudinal_section')"> |
28 <dc:context> | 28 <dc:context> |
29 <dc:statement>SELECT id AS out_id FROM outs WHERE artifact_id = ${a_id} AND name = 'longitudinal_section' | 29 <dc:statement>SELECT id AS out_id FROM outs WHERE artifact_id = ${a_id} AND name = 'longitudinal_section' |
30 </dc:statement> | 30 </dc:statement> |
31 <dc:elements> | 31 <dc:elements> |
32 <dc:context> | 32 <dc:context> |
37 <dc:attribute name="description" value="${river} ${a_creation}"/> | 37 <dc:attribute name="description" value="${river} ${a_creation}"/> |
38 <dc:elements> | 38 <dc:elements> |
39 <dc:element name="${facet_name}"> | 39 <dc:element name="${facet_name}"> |
40 <dc:attribute name="description" value="${facet_description}"/> | 40 <dc:attribute name="description" value="${facet_description}"/> |
41 <dc:attribute name="num" value="${facet_num}"/> | 41 <dc:attribute name="num" value="${facet_num}"/> |
42 <dc:attribute name="factory" value="TODO"/> | 42 <dc:attribute name="factory" value="winfo"/> |
43 <dc:attribute name="artifact-id" value="${a_gid}"/> | 43 <dc:attribute name="artifact-id" value="${a_gid}"/> |
44 <dc:attribute name="out" value="longitudinal_section"/> | |
44 </dc:element> | 45 </dc:element> |
45 </dc:elements> | 46 </dc:elements> |
46 </longitudinal_section_columns> | 47 </longitudinal_section_columns> |
47 </dc:context> | 48 </dc:context> |
48 </dc:elements> | 49 </dc:elements> |