Holger Knublauch
Committed by Bob DuCharme

Adjusted GRAPH URI to point to graph containing the table templates

......@@ -147,7 +147,7 @@ OPTIONAL {
</ui:forEach> -->
<p>template test start</p>
<ddrswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" />
<mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" />
<p>template test end</p>
</ui:group>
......
......@@ -2,13 +2,13 @@
<ui:if ui:condition="{= spr:rowCount(?rs) &gt; 0 }">
<div>
<hr />
<ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/ddr-tables&gt;">
<ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/mpr-tables&gt;">
<h2>{= ui:label(?template) }</h2>
</ui:setContext>
<table class="ddrTable" letrs:hrs="{#
SELECT ?header ?left
WHERE {
GRAPH &lt;http://www.reportinghub.no/ep/spin/ddr-tables&gt; {
GRAPH &lt;http://www.reportinghub.no/ep/spin/mpr-tables&gt; {
?template rhspin:tableHeaders ?list .
?list &lt;http://jena.hpl.hp.com/ARQ/list#member&gt; ?str .
BIND (fn:starts-with(?str, '*') AS ?left) .
......