Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 6851:4937dab5ff7a
(issue1391): Build the current discarge curve name as requested
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 16 Aug 2013 11:30:07 +0200 |
parents | 863a67e10c0c |
children | a6796b25140e |
comparison
equal
deleted
inserted
replaced
6850:089b48c3131e | 6851:4937dab5ff7a |
---|---|
1339 AND dt.kind = 0 | 1339 AND dt.kind = 0 |
1340 AND ((g.station = ${fromkm} AND g.station = ${tokm}) | 1340 AND ((g.station = ${fromkm} AND g.station = ${tokm}) |
1341 OR g.official_number = ${refgauge}) | 1341 OR g.official_number = ${refgauge}) |
1342 </dc:statement> | 1342 </dc:statement> |
1343 <dc:if test="dc:has-result()"> | 1343 <dc:if test="dc:has-result()"> |
1344 <current_gauge> | 1344 <dc:for-each> |
1345 <dc:for-each> | 1345 <current_gauge factory="gaugedischarge" target_out="{$out}" |
1346 <gauge name="{$gauge_name} ({dc:date-format('dd.MM.yyyy', $start_time)})" | 1346 ids="{$gauge_name}"/> |
1347 factory="gaugedischarge" target_out="{$out}" | 1347 </dc:for-each> |
1348 ids="{$gauge_name}"/> | |
1349 </dc:for-each> | |
1350 </current_gauge> | |
1351 </dc:if> | 1348 </dc:if> |
1352 </dc:context> | 1349 </dc:context> |
1353 </dc:macro> | 1350 </dc:macro> |
1354 | 1351 |
1355 <dc:macro name="qsectors"> | 1352 <dc:macro name="qsectors"> |