David Price

Added starting HSE tables

...@@ -47,6 +47,10 @@ WHERE { ...@@ -47,6 +47,10 @@ WHERE {
47 <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr> 47 <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr>
48 </ui:forEach> 48 </ui:forEach>
49 </table> 49 </table>
50 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" />
51 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" />
52 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" />
53 +
50 54
51 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> 55 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
52 56
...@@ -81,4 +85,6 @@ WHERE { ...@@ -81,4 +85,6 @@ WHERE {
81 85
82 86
83 87
88 +
89 +
84 </ui:group> 90 </ui:group>
...\ No newline at end of file ...\ No newline at end of file
......