File "components/dashboard/pagination.pl"[download]
in pack: | annotation_dashboard |
---|---|
Prolog module: | an_dashboard_components_pagination |
size: | 863 |
Recent changes
10 years ago | Jacco van Ossenbruggen | ADDED: missing bits to make pagination work |
10 years ago | Jacco van Ossenbruggen | REFACTORING: split up overly large dashboard a ... |
This file requires
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- library(http/html_write) resolved by
- html_write.pl: html/3
- library(lists) resolved by
- lists.pl: numlist/3
- library(option) resolved by
- option.pl: option/2
- library(apply) resolved by
Exported predicates
- pagination/3
Required predicates
- html/3 from library(http/html_write)
- maplist/3 from library(apply)
- numlist/3 from library(lists)
- option/2 from library(option)