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-11-04 11:47:19 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58487eefaa44c0629fab57877a838707ac10bd9f
58487eef
1 parent
7d4f8a0b
DDR tables now suppressed if empty
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
www.reportinghub.no/swp/DDRTable.uispin.html
www.reportinghub.no/swp/DDRTable.uispin.html
View file @
58487ee
<div>
<ui:call
ui:template=
"{= ?template }"
arg:report=
"{= ?report }"
>
<ui:if
ui:condition=
"{= spr:rowCount(?rs) > 0 }"
>
<div>
<hr
/>
<ui:setContext
ui:queryGraph=
"<http://www.reportinghub.no/ep/spin/ddr-tables>"
>
<h2>
{= ui:label(?template) }
</h2>
...
...
@@ -17,7 +19,6 @@
</ui:forEach>
</tr>
</ui:setContext>
<ui:call
ui:template=
"{= ?template }"
arg:report=
"{= ?report }"
>
<ui:forEach
ui:resultSet=
"{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }"
>
<tr
class=
"ddrTR"
>
<ui:forEach
ui:resultSet=
"{# SELECT ?cell WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?cellIndex) } }"
>
...
...
@@ -25,7 +26,8 @@
</ui:forEach>
</tr>
</ui:forEach>
</ui:call>
</table>
<br
/>
</div>
\ No newline at end of file
</div>
</ui:if>
</ui:call>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment