Bob DuCharme

made temporary modification to DDRTable.uispin.html to see if report would run

...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
25 <ui:forEach ui:resultSet="{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }"> 25 <ui:forEach ui:resultSet="{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }">
26 <tr class="ddrTR"> 26 <tr class="ddrTR">
27 <ui:forEach ui:resultSet="{# SELECT ?cell ?colIndex WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?colIndex) } }"> 27 <ui:forEach ui:resultSet="{# SELECT ?cell ?colIndex WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?colIndex) } }">
28 - <td class="ddrTD" style="text-align: {= IF(spr:cell(?hrs, ?colIndex, 1), 'left', 'center') }">{= ?cell }</td> 28 + <!-- <td class="ddrTD" style="text-align: {= IF(spr:cell(?hrs, ?colIndex, 1), 'left', 'center') }">-->
29 + <td class="ddrTD" >{= ?cell }</td>
29 </ui:forEach> 30 </ui:forEach>
30 </tr> 31 </tr>
31 </ui:forEach> 32 </ui:forEach>
......