David Price

Removed npd:id use in HTML

1 <ui:group> 1 <ui:group>
2 <ui:group > 2 <ui:group >
3 <h1>Weekly Partner Report</h1> 3 <h1>Weekly Partner Report</h1>
4 - <h2>Wellbore : {# SELECT ?wbName WHERE {?wellBore ep-core:npdCode ?wbName}}</h2> 4 + <h2>Wellbore : {= rhspin:npdName(?wellBore) }</h2>
5 <h2>Start Date : {= ?startDate }</h2> 5 <h2>Start Date : {= ?startDate }</h2>
6 <hr /> 6 <hr />
7 7
......