Showing
2 changed files
with
12 additions
and
7 deletions
www.reportinghub.no/ddr.swp
0 → 100644
1 | +<html let:report="{= ui:param('report', ep-report:DailyDrillingReport) }"> | ||
2 | + <head> | ||
3 | + <link rel="stylesheet" type="text/css" href="lib/rh/ddr.css" /> | ||
4 | + </head> | ||
5 | + <body> | ||
6 | + <ui:resourceView ui:resource="{= ?report }" /> | ||
7 | + </body> | ||
8 | +</html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | -<html let:activity="{= spl:object(?this, ep-activity:reportOn) }" | 1 | +<ui:group let:activity="{= spl:object(?this, ep-activity:reportOn) }" |
2 | let:onWellBore="{# SELECT ?onWellBore WHERE { ?this ep-activity:reportOn/ep-activity:onWellBore ?onWellBore } }" | 2 | let:onWellBore="{# SELECT ?onWellBore WHERE { ?this ep-activity:reportOn/ep-activity:onWellBore ?onWellBore } }" |
3 | let:report="{= ?this }"> | 3 | let:report="{= ?this }"> |
4 | - <head> | 4 | + <ui:group let:wellBore="{= spl:object(?onWellBore, ep-core:temporalPartOf) }"> |
5 | - <link rel="stylesheet" type="text/css" href="lib/rh/ddr.css" /> | ||
6 | - </head> | ||
7 | - <body let:wellBore="{= spl:object(?onWellBore, ep-core:temporalPartOf) }"> | ||
8 | <h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1> | 5 | <h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1> |
9 | <div>End time: {= ui:label(spl:object(?activity, ep-activity:finishedAt)) }</div> | 6 | <div>End time: {= ui:label(spl:object(?activity, ep-activity:finishedAt)) }</div> |
10 | <hr /> | 7 | <hr /> |
... | @@ -48,5 +45,5 @@ | ... | @@ -48,5 +45,5 @@ |
48 | <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdCsgLast) }" /> | 45 | <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdCsgLast) }" /> |
49 | </td> | 46 | </td> |
50 | </tr></table> | 47 | </tr></table> |
51 | - </body> | 48 | + </ui:group> |
52 | -</html> | 49 | +</ui:group> | ... | ... |
-
Please register or login to post a comment