Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 2572:700f28bfd7ef
Partial fix flys/issue615, adjusted datacage conf.
flys-artifacts/trunk@4102 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 01 Mar 2012 12:44:33 +0000 |
parents | 867ebe191799 |
children | 3d240200364c |
comparison
equal
deleted
inserted
replaced
2571:63f44b8b41a3 | 2572:700f28bfd7ef |
---|---|
120 description AS prot_description | 120 description AS prot_description |
121 FROM wsts WHERE kind = 2 AND river_id = ${river_id} | 121 FROM wsts WHERE kind = 2 AND river_id = ${river_id} |
122 </dc:statement> | 122 </dc:statement> |
123 <dc:elements> | 123 <dc:elements> |
124 <fixation> | 124 <fixation> |
125 <dc:attribute name="name" value="${prot_description}"/> | 125 <dc:attribute name="name" value="${prot_description}"/> |
126 <dc:attribute name="ids" value="fixations-wstv-A-${prot_id}"/> | 126 <!--dc:attribute name="ids" value="fixations-wstv-A-${prot_id}"/--> |
127 <dc:attribute name="factory" value="wqinterpol"/> | 127 <dc:context> |
128 <dc:statement> | |
129 SELECT id AS prot_column_id, | |
130 name AS prot_column_name, | |
131 position AS prot_rel_pos | |
132 FROM wst_columns WHERE wst_id = ${prot_id} | |
133 ORDER by position | |
134 </dc:statement> | |
135 <dc:elements> | |
136 <column> | |
137 <dc:attribute name="name" value="${prot_column_name}"/> | |
138 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> | |
139 <dc:attribute name="factory" value="wqinterpol"/> | |
140 </column> | |
141 </dc:elements> | |
142 </dc:context> | |
128 </fixation> | 143 </fixation> |
129 </dc:elements> | 144 </dc:elements> |
130 </dc:context> | 145 </dc:context> |
131 </fixations> | 146 </fixations> |
132 </dc:macro> | 147 </dc:macro> |