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-08-18 17:56:18 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cbca89a729b80cf4b87fc08797e0e496996af3ab
cbca89a7
1 parent
ce352818
Improved Well Injection table and started Well Injection Results table
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
www.reportinghub.no/swp/DailyProductionReport.uispin.html
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
View file @
cbca89a
This diff is collapsed. Click to expand it.
www.reportinghub.no/swp/DailyProductionReport.uispin.html
View file @
cbca89a
...
...
@@ -48,10 +48,14 @@ WHERE {
<tr><td>
{= ?facilityName }
</td><td>
{= ?beds}
</td></tr>
</ui:forEach>
</table>
<hr
/>
<h2>
General Well Test Information
</h2>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:WellTest"
/>
<hr
/>
<h2>
Well Injection Test Information
</h2>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:WellInjectionTest"
/>
<dprswp:Table
arg:report=
"{= ?report }"
arg:template=
"dpr-tables:WellInjectionTestResults"
/>
</ui:group>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment