Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 3219:fa30e6322ef3
Removed trailing whitespace.
flys-artifacts/trunk@4842 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 01 Jul 2012 08:46:04 +0000 |
parents | 49727e9dcfde |
children | a8ce3263b0a7 |
comparison
equal
deleted
inserted
replaced
3218:e0e9a2629d7d | 3219:fa30e6322ef3 |
---|---|
625 <gauge> | 625 <gauge> |
626 <dc:attribute name="name" value="${gauge_name}"/> | 626 <dc:attribute name="name" value="${gauge_name}"/> |
627 <dc:attribute name="db-id" value="${gauge_id}"/> | 627 <dc:attribute name="db-id" value="${gauge_id}"/> |
628 <dc:context> | 628 <dc:context> |
629 <dc:statement> | 629 <dc:statement> |
630 SELECT description AS gauge_desc, | 630 SELECT description AS gauge_desc, |
631 d.id AS discharge_id, | 631 d.id AS discharge_id, |
632 ti.start_time AS g_start, | 632 ti.start_time AS g_start, |
633 ti.stop_time AS g_stop | 633 ti.stop_time AS g_stop |
634 FROM discharge_tables d JOIN time_intervals ti | 634 FROM discharge_tables d JOIN time_intervals ti |
635 ON d.time_interval_id = ti.id | 635 ON d.time_interval_id = ti.id |
636 WHERE d.gauge_id = ${gauge_id} AND d.kind = 1 | 636 WHERE d.gauge_id = ${gauge_id} AND d.kind = 1 |
637 </dc:statement> | 637 </dc:statement> |
638 <dc:elements> | 638 <dc:elements> |
639 <historical> | 639 <historical> |
1246 </dc:elements> | 1246 </dc:elements> |
1247 </dc:context> | 1247 </dc:context> |
1248 </dc:elements> | 1248 </dc:elements> |
1249 </computed_discharge_curves> | 1249 </computed_discharge_curves> |
1250 </dc:if> | 1250 </dc:if> |
1251 | 1251 |
1252 <dc:comment> | 1252 <dc:comment> |
1253 CROSS SECTION | 1253 CROSS SECTION |
1254 </dc:comment> | 1254 </dc:comment> |
1255 | 1255 |
1256 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> | 1256 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> |