Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7294:917351b40e6e
issue1345: include fix for display of epochs stoptime.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 11 Oct 2013 12:26:00 +0200 |
parents | 8943ab11ed3f |
children | cb3238edf0ee |
comparison
equal
deleted
inserted
replaced
7293:6d7ad813b2b6 | 7294:917351b40e6e |
---|---|
1309 | 1309 |
1310 <dc:macro name="epoch-load"> | 1310 <dc:macro name="epoch-load"> |
1311 <dc:for-each> | 1311 <dc:for-each> |
1312 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $startyear)"/> | 1312 <dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $startyear)"/> |
1313 <dc:variable name="eyear" type="string" expr="dc:date-format('yyyy', $endyear)"/> | 1313 <dc:variable name="eyear" type="string" expr="dc:date-format('yyyy', $endyear)"/> |
1314 <year description="{$syear}-${eyear}" | 1314 <year description="{$syear}-{$eyear}" |
1315 factory="sedimentyield" | 1315 factory="sedimentyield" |
1316 target_out="{$out}" | 1316 target_out="{$out}" |
1317 info="{$description}" | 1317 info="{$description}" |
1318 ids="{$syid}" /> | 1318 ids="{$syid}" /> |
1319 </dc:for-each> | 1319 </dc:for-each> |