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
Bob DuCharme
2012-03-28 11:35:19 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
62e70bed187ac67f4a134186256f72cecc5d0a37
62e70bed
1 parent
29bd9594
made temporary modification to DDRTable.uispin.html to see if report would run
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
www.reportinghub.no/swp/DDRTable.uispin.html
www.reportinghub.no/swp/DDRTable.uispin.html
View file @
62e70be
...
...
@@ -25,7 +25,8 @@
<ui:forEach
ui:resultSet=
"{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }"
>
<tr
class=
"ddrTR"
>
<ui:forEach
ui:resultSet=
"{# SELECT ?cell ?colIndex WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?colIndex) } }"
>
<td
class=
"ddrTD"
style=
"text-align: {= IF(spr:cell(?hrs, ?colIndex, 1), 'left', 'center') }"
>
{= ?cell }
</td>
<!-- <td class="ddrTD" style="text-align: {= IF(spr:cell(?hrs, ?colIndex, 1), 'left', 'center') }">-->
<td
class=
"ddrTD"
>
{= ?cell }
</td>
</ui:forEach>
</tr>
</ui:forEach>
...
...
Please
register
or
login
to post a comment