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
2012-03-31 13:54:06 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
Bob DuCharme
2012-04-02 19:43:18 -0400
Commit
c5cc43e0a2438d7d3ab9e23e8762ccbdcdd4085d
c5cc43e0
1 parent
45f2bd09
Adjusted GRAPH URI to point to graph containing the table templates
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
www.reportinghub.no/swp/MPRG.uispin.html
www.reportinghub.no/swp/MPRGTable.uispin.html
www.reportinghub.no/swp/MPRG.uispin.html
View file @
c5cc43e
...
...
@@ -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>
...
...
www.reportinghub.no/swp/MPRGTable.uispin.html
View file @
c5cc43e
...
...
@@ -2,13 +2,13 @@
<ui:if
ui:condition=
"{= spr:rowCount(?rs) > 0 }"
>
<div>
<hr
/>
<ui:setContext
ui:queryGraph=
"<http://www.reportinghub.no/ep/spin/
ddr-tables>"
>
<ui:setContext
ui:queryGraph=
"<http://www.reportinghub.no/ep/spin/
mpr-tables>"
>
<h2>
{= ui:label(?template) }
</h2>
</ui:setContext>
<table
class=
"ddrTable"
letrs:hrs=
"{#
SELECT ?header ?left
WHERE {
GRAPH <http://www.reportinghub.no/ep/spin/
ddr-tables> {
GRAPH <http://www.reportinghub.no/ep/spin/
mpr-tables> {
?template rhspin:tableHeaders ?list .
?list <http://jena.hpl.hp.com/ARQ/list#member> ?str .
BIND (fn:starts-with(?str, '*') AS ?left) .
...
...
Please
register
or
login
to post a comment