From 286b1935663ef3071ad6a0aae3078ad3a42b48e4 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 14 Oct 2014 22:02:35 -0400 Subject: Add a dashboard (first version) --- app/Templates/app_index.php | 45 ++++++++++++++++++++++++++++++++++++++ app/Templates/layout.php | 3 +++ app/Templates/project_activity.php | 21 +----------------- app/Templates/project_events.php | 21 ++++++++++++++++++ app/Templates/task_table.php | 2 +- 5 files changed, 71 insertions(+), 21 deletions(-) create mode 100644 app/Templates/app_index.php create mode 100644 app/Templates/project_events.php (limited to 'app/Templates') diff --git a/app/Templates/app_index.php b/app/Templates/app_index.php new file mode 100644 index 00000000..91eecce4 --- /dev/null +++ b/app/Templates/app_index.php @@ -0,0 +1,45 @@ +
+ +
+
+

+ +

+ + + + + + + + + + + + + + + + + + +
 
+ $task['id'])) ?> + + $task['project_id'])) ?> + + $task['id'])) ?> + + + + +
+ +
+
+

+ $events)) ?> +
+
\ No newline at end of file diff --git a/app/Templates/layout.php b/app/Templates/layout.php index 434c5aca..a86d613b 100644 --- a/app/Templates/layout.php +++ b/app/Templates/layout.php @@ -50,6 +50,9 @@ +
  • > + +
  • >
  • diff --git a/app/Templates/project_activity.php b/app/Templates/project_activity.php index 50743d68..d07ba86a 100644 --- a/app/Templates/project_activity.php +++ b/app/Templates/project_activity.php @@ -9,29 +9,10 @@
    - -

    - -

    $project['token'])) ?>

    - -
    -

    - - - - - - - -   -

    -
    -
    - - + $events)) ?>
    \ No newline at end of file diff --git a/app/Templates/project_events.php b/app/Templates/project_events.php new file mode 100644 index 00000000..1b606414 --- /dev/null +++ b/app/Templates/project_events.php @@ -0,0 +1,21 @@ + +

    + + + +
    +

    + + + + + + + +   +

    +
    +
    + + + \ No newline at end of file diff --git a/app/Templates/task_table.php b/app/Templates/task_table.php index b6fdb2b9..fa04fa55 100644 --- a/app/Templates/task_table.php +++ b/app/Templates/task_table.php @@ -13,7 +13,7 @@ - + # -- cgit v1.2.3