File "applications/dashboard_startpage.pl"[download]
in pack: | annotation_dashboard |
---|---|
Prolog module: | an_dashboard_startpage |
size: | 3082 |
Recent changes
10 years ago | Jacco van Ossenbruggen | MINOR: predicate rename |
10 years ago | Jacco van Ossenbruggen | REFACTORING: split up overly large dashboard a ... |
This file requires
- From packages
- api(media_caching) resolved by
- media_caching.pl no exports
- library(oa_schema) resolved by
- oa_schema.pl no exports
- library(yui3_beta) resolved by
- yui3_beta.pl could not find proof of dependency
- dashboard_api.pl no exports
- show_annotations.pl: show_annotations/4
- show_tasks.pl: show_tasks/3
- show_users.pl: show_users/4
- top_nav_bar.pl: top_navbar/2
- dashboard_util.pl: find_annotations_without_task/1, find_tasks/1, find_workers/1
- api(media_caching) resolved by
- From ClioPatria
- cliopatria(hooks) resolved by
- hooks.pl no exports
- user(user_db) resolved by
- user_db.pl: authorized/1
- cliopatria(hooks) resolved by
- From the Prolog library
- library(http/html_head) resolved by
- html_head.pl: html_requires/3
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/2
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(http/html_head) resolved by
Required predicates
- authorized/1 from user(user_db)
- find_annotations_without_task/1 from dashboard_util.pl
- find_tasks/1 from dashboard_util.pl
- find_workers/1 from dashboard_util.pl
- html_requires/3 from library(http/html_head)
- http_handler/3 from library(http/http_dispatch)
- reply_html_page/2 from library(http/html_write)
- setting/2 from library(settings)
- setting/4 from library(settings)
- show_annotations/4 from show_annotations.pl
- show_tasks/3 from show_tasks.pl
- show_users/4 from show_users.pl
- top_navbar/2 from top_nav_bar.pl