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
2011-11-05 00:51:20 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
337eee5cf7091bed77f5d986cafdf7506ca5cb39
337eee5c
1 parent
1a2c49a5
removed ui label from data in table writing
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
www.reportinghub.no/swp/DDRTable.uispin.html
www.reportinghub.no/swp/DDRTable.uispin.html
View file @
337eee5
...
...
@@ -22,7 +22,7 @@
<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) } }"
>
<td
class=
"ddrTD"
>
{=
ui:label(?cell)
}
</td>
<td
class=
"ddrTD"
>
{=
?cell
}
</td>
</ui:forEach>
</tr>
</ui:forEach>
...
...
Please
register
or
login
to post a comment