Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 6792:962f6b805b48 longitudinal-symmetry
merged changes from default into longitudinal-symmetrie branch
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 07 Aug 2013 18:57:29 +0200 |
parents | dd5355775ce1 c146fd412f9d |
children | bdbe704dd433 |
comparison
equal
deleted
inserted
replaced
6791:dd5355775ce1 | 6792:962f6b805b48 |
---|---|
500 <dc:if test="dc:has-result()"> | 500 <dc:if test="dc:has-result()"> |
501 <historical_discharge_curves> | 501 <historical_discharge_curves> |
502 <dc:group expr="$gauge_name"> | 502 <dc:group expr="$gauge_name"> |
503 <dc:for-each> | 503 <dc:for-each> |
504 <dc:variable name="combined_desc" expr="concat($bfg_id, ' ', dc:date-format('dd.MM.yyyy', $start_time), ' - ', dc:date-format('dd.MM.yyyy', $stop_time))"/> | 504 <dc:variable name="combined_desc" expr="concat($bfg_id, ' ', dc:date-format('dd.MM.yyyy', $start_time), ' - ', dc:date-format('dd.MM.yyyy', $stop_time))"/> |
505 <dc:message> | |
506 Hallo ANDRE23 {dc:dump-variables()} | |
507 </dc:message> | |
508 <histdis name="{$combined_desc}" | 505 <histdis name="{$combined_desc}" |
509 description="{$combined_desc}" | 506 description="{$combined_desc}" |
510 factory="gaugedischarge" target_out="{$out}" | 507 factory="gaugedischarge" target_out="{$out}" |
511 ids="{$gauge_name};{$dt_id};{$combined_desc}"/> | 508 ids="{$gauge_name};{$dt_id};{$combined_desc}"/> |
512 </dc:for-each> | 509 </dc:for-each> |