From e89ba5e9e692f33427fedb05a095255f27480a6b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Nov 2014 17:59:02 -0500 Subject: Analytics: add the first graph (task repartition) --- app/Template/analytic/layout.php | 18 ++++++++++++++++++ app/Template/analytic/repartition.php | 29 +++++++++++++++++++++++++++++ app/Template/analytic/sidebar.php | 8 ++++++++ app/Template/app_notfound.php | 4 ---- app/Template/board_index.php | 4 ++++ 5 files changed, 59 insertions(+), 4 deletions(-) create mode 100644 app/Template/analytic/layout.php create mode 100644 app/Template/analytic/repartition.php create mode 100644 app/Template/analytic/sidebar.php (limited to 'app/Template') diff --git a/app/Template/analytic/layout.php b/app/Template/analytic/layout.php new file mode 100644 index 00000000..2dd7a4f5 --- /dev/null +++ b/app/Template/analytic/layout.php @@ -0,0 +1,18 @@ + + + +
+ + +
\ No newline at end of file diff --git a/app/Template/analytic/repartition.php b/app/Template/analytic/repartition.php new file mode 100644 index 00000000..f20b6a0c --- /dev/null +++ b/app/Template/analytic/repartition.php @@ -0,0 +1,29 @@ + +
+ +
+ + + + + + + + + + + + + + +
+ + + + + % +
+ +
diff --git a/app/Template/analytic/sidebar.php b/app/Template/analytic/sidebar.php new file mode 100644 index 00000000..df6835ee --- /dev/null +++ b/app/Template/analytic/sidebar.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/app/Template/app_notfound.php b/app/Template/app_notfound.php index 734d16a4..686f1fa0 100644 --- a/app/Template/app_notfound.php +++ b/app/Template/app_notfound.php @@ -1,8 +1,4 @@
- -

diff --git a/app/Template/board_index.php b/app/Template/board_index.php index d15d455f..e478680f 100644 --- a/app/Template/board_index.php +++ b/app/Template/board_index.php @@ -24,6 +24,10 @@ $current_project_id)) ?> +
  • + + $current_project_id)) ?> +
  • $current_project_id)) ?> -- cgit v1.2.3