David Price

Redid product volumes summary table

...@@ -23,10 +23,9 @@ WHERE { ...@@ -23,10 +23,9 @@ WHERE {
23 ?submittingField npd:name ?submittingFieldName . 23 ?submittingField npd:name ?submittingFieldName .
24 24
25 } }</h2> 25 } }</h2>
26 -
27 - <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
28 - <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:PersonnelInformation" />
29 26
27 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:PersonnelInformation" />
28 +
30 <table> 29 <table>
31 <tr><th>Facility</th><th>Total Beds Available</th></tr> 30 <tr><th>Facility</th><th>Total Beds Available</th></tr>
32 <ui:forEach ui:resultSet="{# SELECT ?facilityName ?beds 31 <ui:forEach ui:resultSet="{# SELECT ?facilityName ?beds
...@@ -48,6 +47,12 @@ WHERE { ...@@ -48,6 +47,12 @@ WHERE {
48 <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr> 47 <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr>
49 </ui:forEach> 48 </ui:forEach>
50 </table> 49 </table>
50 +
51 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
52 +
53 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductVolumes" />
54 +
55 +
51 <hr /> 56 <hr />
52 <h2>General Well Test Information</h2> 57 <h2>General Well Test Information</h2>
53 58
......