File "applications/dashboard_task_page.pl"[download]
in pack: | annotation_dashboard |
---|---|
Prolog module: | an_dashboard_taskpage |
size: | 4374 |
Recent changes
10 years ago | Jacco van Ossenbruggen | FIXED: remove debug-only code |
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
- applications(annotation) resolved by
- annotation.pl: get_metafields/3, get_anfields/4
- library(ac_list_util) resolved by
- ac_list_util.pl: list_limit/4, list_offset/3
- library(oa_annotation) resolved by
- oa_annotation.pl: rdf_get_annotation_target/2
- 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
- pagination.pl: pagination/3
- show_objects.pl: show_objects/4
- task_stats.pl: task_stats/3
- top_nav_bar.pl: top_navbar/2
- dashboard_util.pl: count_annotations/2, find_annotations_by_task/2, is_tag/1
- api(media_caching) resolved by
- From ClioPatria
- cliopatria(hooks) resolved by
- hooks.pl no exports
- library(semweb/rdf_label) resolved by
- rdf_label.pl: rdf_display_label/2
- user(user_db) resolved by
- user_db.pl: authorized/1
- cliopatria(hooks) resolved by
- From the Prolog library
- library(apply) resolved by
- apply.pl: partition/4, maplist/3
- 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(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(lists) resolved by
- lists.pl: reverse/2
- library(option) resolved by
- option.pl: option/3
- library(pairs) resolved by
- pairs.pl: pairs_values/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(apply) resolved by
Required predicates
- authorized/1 from user(user_db)
- count_annotations/2 from dashboard_util.pl
- find_annotations_by_task/2 from dashboard_util.pl
- get_anfields/4 from applications(annotation)
- get_metafields/3 from applications(annotation)
- html_requires/3 from library(http/html_head)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- is_tag/1 from dashboard_util.pl
- list_limit/4 from library(ac_list_util)
- list_offset/3 from library(ac_list_util)
- maplist/3 from library(apply)
- option/3 from library(option)
- pagination/3 from pagination.pl
- pairs_values/2 from library(pairs)
- partition/4 from library(apply)
- rdf_display_label/2 from library(semweb/rdf_label)
- rdf_get_annotation_target/2 from library(oa_annotation)
- rdf_has/3 from library(semweb/rdf_db)
- reply_html_page/2 from library(http/html_write)
- reverse/2 from library(lists)
- setting/2 from library(settings)
- setting/4 from library(settings)
- show_objects/4 from show_objects.pl
- task_stats/3 from task_stats.pl
- top_navbar/2 from top_nav_bar.pl