Showing
2 changed files
with
4 additions
and
0 deletions
This diff could not be displayed because it is too large.
... | @@ -118,6 +118,10 @@ | ... | @@ -118,6 +118,10 @@ |
118 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:LithologyInformation" /> | 118 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:LithologyInformation" /> |
119 | 119 | ||
120 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:WellControlIncident" /> | 120 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:WellControlIncident" /> |
121 | + <ui:forEach ui:resultSet="{# SELECT DISTINCT ?startedAt ?comment WHERE {?report ep-report:reportOn ?reportOn . ?reportOn ep-core:hasPart ?wci . ?wci a ?wciClass . ?wciClass rdfs:subClassOf ep-activity:WellControlIncident . OPTIONAL { ?wci ep-activity:startedAt ?startedAt . } . ?wci rdfs:comment ?comment . } ORDER BY (?startedAt) }" > | ||
122 | + <p>{= ?comment }</p> | ||
123 | + </ui:forEach> | ||
124 | + | ||
121 | 125 | ||
122 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:PerforationInformation" /> | 126 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:PerforationInformation" /> |
123 | 127 | ... | ... |
-
Please register or login to post a comment