File "applications/yaz_home.pl"[download]
in pack: | yaz |
---|---|
Prolog module: | yaz_home |
size: | 4685 |
Recent changes
13 years ago | Michiel Hildebrand | fix faulty comment |
13 years ago | Michiel Hildebrand | ADD sumbit button |
13 years ago | Michiel Hildebrand | also allows login |
13 years ago | Michiel Hildebrand | FIX all link |
13 years ago | Michiel Hildebrand | add support to add new user |
This file requires
- From packages
- yaz_tags.pl could not find proof of dependency
- yaz_page.pl could not find proof of dependency
- yaz_video_item.pl: yaz_video_result/4
- video_annotation.pl could not find proof of dependency
- videos.pl: active_videos/2, moderated_videos/2, video_queue/1
- yaz_util.pl: list_limit/4
- From ClioPatria
- user(user_db) resolved by
- user_db.pl: user_add/2, user_property/2, password_hash/2, login/1, current_user/1, logged_on/2, ensure_logged_on/1
- user(user_db) 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, reply_html_page/3, html/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_location_by_id/2, http_link_to_id/3
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/html_head) resolved by
This file is used by
Exported predicates
- http_yaz_home/1
- http_yaz_new_user/1
Required predicates
- active_videos/2 from videos.pl
- current_user/1 from user(user_db)
- ensure_logged_on/1 from user(user_db)
- html/3 from library(http/html_write)
- html_requires/3 from library(http/html_head)
- http_handler/3 from library(http/http_dispatch)
- http_link_to_id/3 from library(http/http_dispatch)
- http_location_by_id/2 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- list_limit/4 from yaz_util.pl
- logged_on/2 from user(user_db)
- login/1 from user(user_db)
- moderated_videos/2 from videos.pl
- option/3 autoloaded
- password_hash/2 from user(user_db)
- reply_html_page/2 from library(http/html_write)
- reply_html_page/3 from library(http/html_write)
- user_add/2 from user(user_db)
- user_property/2 from user(user_db)
- video_queue/1 from videos.pl
- yaz_video_result/4 from yaz_video_item.pl