- ClioPatria
- components
- menu.pl -- ClioPatria menu-bar
- simple_search.pl -- Simple literal search
- basics.pl -- Simple Small HTML components
- label.pl -- Support for showing labels
- query.pl -- Forms for entering SPARQL and SeRQL queries.
- messages.pl -- Run goals that produce messages
- server_statistics.pl -- Server statistics components
- graphviz.pl -- Render RDF-graphs
- components
- nc(+Format, +Value)// is det
- nc(+Format, +Value, +Options)// is det
- Numeric cell. The value is formatted using Format and
right-aligned in a table cell (td).
- Arguments:
-
Format - is a (numeric) format as described by format/2 or the constant human
. Human formatting applies to integers and prints then in abreviated (K,M,T) form, e.g., 4.5M for 4.5 million.Options - is passed as attributed to the td
element. Default alignment isright
.