comparison flys-artifacts/doc/conf/meta-data.xml @ 2086:a107b42ab553

flys/issue442 (i18n: Datenkorb: flood-protections) flys-artifacts/trunk@3607 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 06 Jan 2012 08:06:00 +0000
parents dd3f5bd174ea
children bf598599782a
comparison
equal deleted inserted replaced
2085:dd3f5bd174ea 2086:a107b42ab553
262 </dc:context> 262 </dc:context>
263 </heightmarks> 263 </heightmarks>
264 </dc:macro> 264 </dc:macro>
265 265
266 <dc:macro name="basedata_5_flood-protections"> 266 <dc:macro name="basedata_5_flood-protections">
267 <flood-protections> 267 <flood_protections>
268 <dc:attribute name="id" value="flood-protections-${river_id}"/> 268 <dc:attribute name="id" value="flood-protections-${river_id}"/>
269 <dc:context> 269 <dc:context>
270 <dc:statement> 270 <dc:statement>
271 SELECT id AS prot_id, 271 SELECT id AS prot_id,
272 description AS prot_description 272 description AS prot_description
273 FROM wsts WHERE kind = 5 AND river_id = ${river_id} 273 FROM wsts WHERE kind = 5 AND river_id = ${river_id}
274 </dc:statement> 274 </dc:statement>
275 <dc:elements> 275 <dc:elements>
276 <flood-protection> 276 <flood_protection>
277 <dc:attribute name="name" value="${prot_description}"/> 277 <dc:attribute name="name" value="${prot_description}"/>
278 <dc:attribute name="db-id" value="${prot_id}"/> 278 <dc:attribute name="db-id" value="${prot_id}"/>
279 <dc:attribute name="factory" value="staticwkms"/> 279 <dc:attribute name="factory" value="staticwkms"/>
280 <columns> 280 <columns>
281 <dc:context> 281 <dc:context>
293 <dc:attribute name="factory" value="staticwkms"/> 293 <dc:attribute name="factory" value="staticwkms"/>
294 </column> 294 </column>
295 </dc:elements> 295 </dc:elements>
296 </dc:context> 296 </dc:context>
297 </columns> 297 </columns>
298 </flood-protection> 298 </flood_protection>
299 </dc:elements> 299 </dc:elements>
300 </dc:context> 300 </dc:context>
301 </flood-protections> 301 </flood_protections>
302 </dc:macro> 302 </dc:macro>
303 303
304 <dc:macro name="mainvalues"> 304 <dc:macro name="mainvalues">
305 <mainvalue> 305 <mainvalue>
306 <dc:attribute name="factory" value="mainvalue"/> 306 <dc:attribute name="factory" value="mainvalue"/>

http://dive4elements.wald.intevation.org