File "applications/dashboard_user_page.pl"[download]
in pack: | annotation_dashboard |
---|---|
Prolog module: | an_dashboard_user_page |
size: | 2369 |
Recent changes
10 years ago | Jacco van Ossenbruggen | FIXED: broken user dashboard pageHEAD -> master |
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_annotation) resolved by
- oa_annotation.pl: rdf_get_annotation_target/2
- library(oa_schema) resolved by
- oa_schema.pl no exports
- dashboard_api.pl no exports
- show_objects.pl: show_objects/4
- show_option_list.pl: show_option_list/3
- top_nav_bar.pl: top_navbar/2
- dashboard_util.pl: find_annotations_by_user/2, find_user_stats/3, is_tag/1
- api(media_caching) resolved by
- From ClioPatria
- cliopatria(hooks) resolved by
- hooks.pl no exports
- user(user_db) resolved by
- user_db.pl: user_property/2, 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(option) resolved by
- option.pl: merge_options/3
- library(settings) resolved by
- settings.pl: setting/2
- library(apply) resolved by
Required predicates
- authorized/1 from user(user_db)
- find_annotations_by_user/2 from dashboard_util.pl
- find_user_stats/3 from dashboard_util.pl
- 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
- maplist/3 from library(apply)
- merge_options/3 from library(option)
- partition/4 from library(apply)
- rdf_get_annotation_target/2 from library(oa_annotation)
- reply_html_page/2 from library(http/html_write)
- setting/2 from library(settings)
- show_objects/4 from show_objects.pl
- show_option_list/3 from show_option_list.pl
- top_navbar/2 from top_nav_bar.pl
- user_property/2 from user(user_db)