Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 1731:37606f0ddc1e
Also display the 'zus' in wdiff-input datacage.
flys-artifacts/trunk@3016 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 18 Oct 2011 15:22:33 +0000 |
parents | 6068b6c90a19 |
children | 980d880c583c |
comparison
equal
deleted
inserted
replaced
1730:4a245ad0ac17 | 1731:37606f0ddc1e |
---|---|
46 </columns> | 46 </columns> |
47 </flood-protection> | 47 </flood-protection> |
48 </dc:elements> | 48 </dc:elements> |
49 </dc:context> | 49 </dc:context> |
50 </flood-protections> | 50 </flood-protections> |
51 <extra-longitudinal-sections> | |
52 <dc:attribute name="id" value="extra-longitudinal-sections-${river_id}"/> | |
53 <dc:context> | |
54 <dc:statement> | |
55 SELECT id AS els_id, | |
56 description AS els_description | |
57 FROM wsts WHERE kind = 1 AND river_id = ${river_id} | |
58 </dc:statement> | |
59 <dc:elements> | |
60 <extra-longitudinal-section> | |
61 <dc:attribute name="name" value="${els_description}"/> | |
62 <dc:attribute name="db-id" value="${els_id}"/> | |
63 <columns> | |
64 <dc:context> | |
65 <dc:statement> | |
66 SELECT id AS els_column_id, | |
67 name AS els_column_name, | |
68 position AS els_rel_pos | |
69 FROM wst_columns WHERE wst_id = ${els_id} | |
70 ORDER by position | |
71 </dc:statement> | |
72 <dc:elements> | |
73 <column> | |
74 <dc:attribute name="name" value="${els_column_name}"/> | |
75 <dc:attribute name="id" value="flood_protection-wstv-${els_rel_pos}-${els_id}"/> | |
76 <dc:attribute name="factory" value="staticwkms"/> | |
77 </column> | |
78 </dc:elements> | |
79 </dc:context> | |
80 </columns> | |
81 </extra-longitudinal-section> | |
82 </dc:elements> | |
83 </dc:context> | |
84 </extra-longitudinal-sections> | |
51 </dc:if> | 85 </dc:if> |
52 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')"> | 86 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')"> |
53 <discharge-table-nn> | 87 <discharge-table-nn> |
54 <discharge-table-gauge> | 88 <discharge-table-gauge> |
55 <dc:context> | 89 <dc:context> |