Improved Well Injection table and started Well Injection Results table
Showing
2 changed files
with
6 additions
and
2 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -48,10 +48,14 @@ WHERE { | ... | @@ -48,10 +48,14 @@ WHERE { |
| 48 | <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr> | 48 | <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr> |
| 49 | </ui:forEach> | 49 | </ui:forEach> |
| 50 | </table> | 50 | </table> |
| 51 | - | 51 | + <hr /> |
| 52 | - | 52 | + <h2>General Well Test Information</h2> |
| 53 | 53 | ||
| 54 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellTest" /> | 54 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellTest" /> |
| 55 | + <hr /> | ||
| 56 | + <h2>Well Injection Test Information</h2> | ||
| 55 | 57 | ||
| 58 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTest" /> | ||
| 59 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTestResults" /> | ||
| 56 | 60 | ||
| 57 | </ui:group> | 61 | </ui:group> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment