Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7421:fcf72e5777c0
meta-data.xml: Cosmetics.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 23 Oct 2013 11:33:31 +0200 |
parents | daa04d2f42ed |
children | e345db45e489 |
comparison
equal
deleted
inserted
replaced
7420:daa04d2f42ed | 7421:fcf72e5777c0 |
---|---|
1271 | 1271 |
1272 <dc:macro name="longitudinal-section-prototype"> | 1272 <dc:macro name="longitudinal-section-prototype"> |
1273 <dc:call-macro name="basedata_0"/> | 1273 <dc:call-macro name="basedata_0"/> |
1274 <dc:call-macro name="basedata_1_additionals"/> | 1274 <dc:call-macro name="basedata_1_additionals"/> |
1275 <dc:call-macro name="basedata_2_fixations"/> | 1275 <dc:call-macro name="basedata_2_fixations"/> |
1276 <dc:call-macro name="basedata_3_officials"/> | |
1276 <dc:call-macro name="basedata_4_heightmarks-points"/> | 1277 <dc:call-macro name="basedata_4_heightmarks-points"/> |
1277 <dc:call-macro name="basedata_3_officials"/> | |
1278 <dc:call-macro name="basedata_5_flood-protections"/> | 1278 <dc:call-macro name="basedata_5_flood-protections"/> |
1279 <dc:call-macro name="annotations_per_type"/> | 1279 <dc:call-macro name="annotations_per_type"/> |
1280 <minfo> | 1280 <minfo> |
1281 <fixanalysis> | 1281 <fixanalysis> |
1282 <dc:call-macro name="basedata_6_delta_w"/> | 1282 <dc:call-macro name="basedata_6_delta_w"/> |
1761 </dc:macro> | 1761 </dc:macro> |
1762 | 1762 |
1763 <dc:macro name="flow_velocity_models"> | 1763 <dc:macro name="flow_velocity_models"> |
1764 <dc:context> | 1764 <dc:context> |
1765 <dc:statement> | 1765 <dc:statement> |
1766 SELECT fvm.id AS fvmid, | 1766 SELECT fvm.id AS fvmid, |
1767 fvm.description AS fvmd, | 1767 fvm.description AS fvmd, |
1768 dz.upper_discharge AS upperQ, | 1768 dz.upper_discharge AS upperQ, |
1769 dz.lower_discharge AS lowerQ | 1769 dz.lower_discharge AS lowerQ |
1770 FROM flow_velocity_model fvm | 1770 FROM flow_velocity_model fvm |
1771 JOIN discharge_zone dz ON dz.id = fvm.discharge_zone_id | 1771 JOIN discharge_zone dz ON dz.id = fvm.discharge_zone_id |
1772 WHERE dz.river_id = ${river_id} | 1772 WHERE dz.river_id = ${river_id} |