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
Holger Knublauch
2011-08-11 15:49:30 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2da7d0a352672b951aa6354174f3bea3d000fc0f
2da7d0a3
1 parent
52a2ac93
Factored out SWP file
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
www.reportinghub.no/ddr.swp
www.reportinghub.no/swp/DailyDrillingReport.uispin.html
www.reportinghub.no/ddr.swp
0 → 100644
View file @
2da7d0a
<html
let:report=
"{= ui:param('report', ep-report:DailyDrillingReport) }"
>
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/rh/ddr.css"
/>
</head>
<body>
<ui:resourceView
ui:resource=
"{= ?report }"
/>
</body>
</html>
\ No newline at end of file
www.reportinghub.no/swp/DailyDrillingReport.uispin.html
View file @
2da7d0a
<
html
let:activity=
"{= spl:object(?this, ep-activity:reportOn) }"
<
ui:group
let:activity=
"{= spl:object(?this, ep-activity:reportOn) }"
let:onWellBore=
"{# SELECT ?onWellBore WHERE { ?this ep-activity:reportOn/ep-activity:onWellBore ?onWellBore } }"
let:report=
"{= ?this }"
>
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"lib/rh/ddr.css"
/>
</head>
<body
let:wellBore=
"{= spl:object(?onWellBore, ep-core:temporalPartOf) }"
>
<ui:group
let:wellBore=
"{= spl:object(?onWellBore, ep-core:temporalPartOf) }"
>
<h1>
Summary report Wellbore: {= rhspin:npdName(?wellBore) }
</h1>
<div>
End time: {= ui:label(spl:object(?activity, ep-activity:finishedAt)) }
</div>
<hr
/>
...
...
@@ -48,5 +45,5 @@
<rhswp:NameValuePair
arg:name=
"Depth At Last Casing mMD:"
arg:value=
"{= rhspin:dtypeValue(?activity, ddr:mdCsgLast) }"
/>
</td>
</tr></table>
</
body
>
</
html
>
</
ui:group
>
</
ui:group
>
...
...
Please
register
or
login
to post a comment