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
2012-03-23 00:46:59 +0000
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
02283c8a662c80eb5dd34fb34f2a629d3c3b05a5
02283c8a
2 parents
0631d3c4
7a6c46e8
Merge branch 'master' into ddr-colalign
Show 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 @
02283c8
...
...
@@ -15,7 +15,8 @@
?list <http://jena.hpl.hp.com/ARQ/list#member> ?header .
}
}"
>
<th
class=
"ddrTH"
><ui:parse
ui:str=
"{= html:encodeBRs(spif:replaceAll(?header, ' ', ' ')) }"
/></th>
<th
class=
"ddrTH"
style=
"{= IF(fn:starts-with(?header, '*'), 'text-align: left', ?none) }"
let:h=
"{= IF(fn:starts-with(?header, '*'), fn:substring(?header, 2), ?header) }"
><ui:parse
ui:str=
"{= html:encodeBRs(spif:replaceAll(?h, ' ', ' ')) }"
/></th>
</ui:forEach>
</tr>
</ui:setContext>
...
...
Please
register
or
login
to post a comment