annotation_dashboard/commit

REFACTORING: split up overly large dashboard annotation over multiple files

authorJacco van Ossenbruggen
Sun Sep 21 15:25:33 2014 +0200
committerJacco van Ossenbruggen
Sun Sep 21 15:25:33 2014 +0200
commit7e18910829cfbf47cf597711461e0087972c2a09
treeeab36ca3dac465c903088cd395cfaa992fd732a8
parentf7e3983887f224f0bcabb6df2252dbcb039b0e6c
Diff style: stat patch
 applications/dashboard.pl                | 623 +++++++++++++++++++++++++++++++
 applications/dashboard_startpage.pl      | 110 ++++++
 applications/dashboard_task_page.pl      | 139 +++++++
 applications/dashboard_user_page.pl      |  74 ++++
 components/dashboard/pagination.pl       |  28 ++
 components/dashboard/show_annotations.pl |  98 +++++
 components/dashboard/show_objects.pl     |  74 ++++
 components/dashboard/show_option_list.pl |  44 +++
 components/dashboard/show_tasks.pl       |  51 +++
 components/dashboard/show_users.pl       |  25 ++
 components/dashboard/task_stats.pl       | 106 ++++++
 components/dashboard/top_nav_bar.pl      |  39 ++
 config-available/annotation_dashboard.pl |   4 ++
 13 files changed, 791 insertions(+), 624 deletions(-)