Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data-user.xml @ 1023:5cb84ceee2a0
Datacage: Templates now can nest <dc:elements> into other elements in the body of <dc:context>
flys-artifacts/trunk@2481 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 10 Aug 2011 10:08:01 +0000 |
parents | 3d36e6000915 |
children | c586b6220f35 |
comparison
equal
deleted
inserted
replaced
1022:930a9ce24294 | 1023:5cb84ceee2a0 |
---|---|
28 <dc:elements> | 28 <dc:elements> |
29 <dc:context> | 29 <dc:context> |
30 <dc:statement>SELECT name AS facet_name, num as facet_num, description AS facet_description | 30 <dc:statement>SELECT name AS facet_name, num as facet_num, description AS facet_description |
31 FROM facets WHERE out_id = ${out_id} ORDER BY num ASC, name DESC | 31 FROM facets WHERE out_id = ${out_id} ORDER BY num ASC, name DESC |
32 </dc:statement> | 32 </dc:statement> |
33 <dc:elements> | 33 <longitudinal_section_columns> |
34 <dc:element name="${facet_name}"> | 34 <dc:attribute name="description" value="${river} TODO: More infos about parameters!"/> |
35 <dc:attribute name="description" value="${facet_description}"/> | 35 <dc:elements> |
36 <dc:attribute name="num" value="${facet_num}"/> | 36 <dc:element name="${facet_name}"> |
37 <dc:attribute name="factory" value="TODO"/> | 37 <dc:attribute name="description" value="${facet_description}"/> |
38 <dc:attribute name="artifact-id" value="${a_gid}"/> | 38 <dc:attribute name="num" value="${facet_num}"/> |
39 </dc:element> | 39 <dc:attribute name="factory" value="TODO"/> |
40 </dc:elements> | 40 <dc:attribute name="artifact-id" value="${a_gid}"/> |
41 </dc:element> | |
42 </dc:elements> | |
43 </longitudinal_section_columns> | |
41 </dc:context> | 44 </dc:context> |
42 </dc:elements> | 45 </dc:elements> |
43 </dc:context> | 46 </dc:context> |
44 </dc:when> | 47 </dc:when> |
45 </dc:choose> | 48 </dc:choose> |