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
2012-03-23 10:37:41 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a6c46e8c55079a657b38faa8e0d0d9f3f6ff11f
7a6c46e8
1 parent
a02a17ac
Added * option to table headers
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 @
7a6c46e
...
...
@@ -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