Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2012-03-01 11:01:33 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
90eec0bb2d65ebea8fd05b9fc1695058688ec614
90eec0bb
1 parent
3f74a18c
Well Incident Comment moved from DDR table to HTML
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
www.reportinghub.no/swp/DailyDrillingReport.uispin.html
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
View file @
90eec0b
This diff could not be displayed because it is too large.
www.reportinghub.no/swp/DailyDrillingReport.uispin.html
View file @
90eec0b
...
...
@@ -118,6 +118,10 @@
<ddrswp:Table
arg:report=
"{= ?report }"
arg:template=
"ddr-tables:LithologyInformation"
/>
<ddrswp:Table
arg:report=
"{= ?report }"
arg:template=
"ddr-tables:WellControlIncident"
/>
<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) }"
>
<p>
{= ?comment }
</p>
</ui:forEach>
<ddrswp:Table
arg:report=
"{= ?report }"
arg:template=
"ddr-tables:PerforationInformation"
/>
...
...
Please
register
or
login
to post a comment