From 7eadf7cfd80176ab9b74c9c6a55c28db0f43fa88 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Nov 2014 20:04:27 -0500 Subject: Start templates cleanup and reorganisation --- app/Template/action/event.php | 25 +++++++++ app/Template/action/index.php | 64 ++++++++++++++++++++++ app/Template/action/params.php | 43 +++++++++++++++ app/Template/action/remove.php | 15 ++++++ app/Template/action_event.php | 22 -------- app/Template/action_index.php | 65 ----------------------- app/Template/action_params.php | 40 -------------- app/Template/action_remove.php | 14 ----- app/Template/app/forbidden.php | 5 ++ app/Template/app/index.php | 83 +++++++++++++++++++++++++++++ app/Template/app/notfound.php | 5 ++ app/Template/app_forbidden.php | 5 -- app/Template/app_index.php | 83 ----------------------------- app/Template/app_notfound.php | 5 -- app/Template/board/assignee.php | 21 ++++++++ app/Template/board/category.php | 22 ++++++++ app/Template/board/edit.php | 61 +++++++++++++++++++++ app/Template/board/filters.php | 35 ++++++++++++ app/Template/board/index.php | 21 ++++++++ app/Template/board/remove.php | 15 ++++++ app/Template/board/rename.php | 34 ++++++++++++ app/Template/board/show.php | 51 ++++++++++++++++++ app/Template/board/task.php | 115 ++++++++++++++++++++++++++++++++++++++++ app/Template/board_assignee.php | 24 --------- app/Template/board_category.php | 24 --------- app/Template/board_edit.php | 58 -------------------- app/Template/board_index.php | 50 ----------------- app/Template/board_public.php | 34 ------------ app/Template/board_remove.php | 15 ------ app/Template/board_show.php | 49 ----------------- app/Template/board_task.php | 109 ------------------------------------- app/Template/layout.php | 2 +- 32 files changed, 616 insertions(+), 598 deletions(-) create mode 100644 app/Template/action/event.php create mode 100644 app/Template/action/index.php create mode 100644 app/Template/action/params.php create mode 100644 app/Template/action/remove.php delete mode 100644 app/Template/action_event.php delete mode 100644 app/Template/action_index.php delete mode 100644 app/Template/action_params.php delete mode 100644 app/Template/action_remove.php create mode 100644 app/Template/app/forbidden.php create mode 100644 app/Template/app/index.php create mode 100644 app/Template/app/notfound.php delete mode 100644 app/Template/app_forbidden.php delete mode 100644 app/Template/app_index.php delete mode 100644 app/Template/app_notfound.php create mode 100644 app/Template/board/assignee.php create mode 100644 app/Template/board/category.php create mode 100644 app/Template/board/edit.php create mode 100644 app/Template/board/filters.php create mode 100644 app/Template/board/index.php create mode 100644 app/Template/board/remove.php create mode 100644 app/Template/board/rename.php create mode 100644 app/Template/board/show.php create mode 100644 app/Template/board/task.php delete mode 100644 app/Template/board_assignee.php delete mode 100644 app/Template/board_category.php delete mode 100644 app/Template/board_edit.php delete mode 100644 app/Template/board_index.php delete mode 100644 app/Template/board_public.php delete mode 100644 app/Template/board_remove.php delete mode 100644 app/Template/board_show.php delete mode 100644 app/Template/board_task.php (limited to 'app/Template') diff --git a/app/Template/action/event.php b/app/Template/action/event.php new file mode 100644 index 00000000..565e900c --- /dev/null +++ b/app/Template/action/event.php @@ -0,0 +1,25 @@ + + +

+
+ + + + + + + +
+ +
+ +
+ +
+ + + $project['id'])) ?> +
+
\ No newline at end of file diff --git a/app/Template/action/index.php b/app/Template/action/index.php new file mode 100644 index 00000000..85839098 --- /dev/null +++ b/app/Template/action/index.php @@ -0,0 +1,64 @@ + + + + +

+ + + + + + + + + + + + + + + + +
+
    + +
  • + = + + + + + + + + + + + + + + + +
  • + +
+
+ $project['id'], 'action_id' => $action['id'])) ?> +
+ + + +

+
+ + + + +
+ +
+ +
+
\ No newline at end of file diff --git a/app/Template/action/params.php b/app/Template/action/params.php new file mode 100644 index 00000000..f221d92e --- /dev/null +++ b/app/Template/action/params.php @@ -0,0 +1,43 @@ + + +

+
+ + + + + + + + $param_desc): ?> + + + +
+ + +
+ + +
+ + +
+ + +
+ + + + + + + +
+ + + $project['id'])) ?> +
+
\ No newline at end of file diff --git a/app/Template/action/remove.php b/app/Template/action/remove.php new file mode 100644 index 00000000..131c2b54 --- /dev/null +++ b/app/Template/action/remove.php @@ -0,0 +1,15 @@ + + +
+

+ +

+ +
+ $project['id'], 'action_id' => $action['id']), true, 'btn btn-red') ?> + + $project['id'])) ?> +
+
\ No newline at end of file diff --git a/app/Template/action_event.php b/app/Template/action_event.php deleted file mode 100644 index eee41780..00000000 --- a/app/Template/action_event.php +++ /dev/null @@ -1,22 +0,0 @@ - - -

-
- - - - - -
- -
- -
- -
- - -
-
\ No newline at end of file diff --git a/app/Template/action_index.php b/app/Template/action_index.php deleted file mode 100644 index 30874591..00000000 --- a/app/Template/action_index.php +++ /dev/null @@ -1,65 +0,0 @@ - - - - -

- - - - - - - - - - - - - - - - - -
-
    - -
  • - = - - - - - - - - - - - - - - - -
  • - -
-
- -
- - - -

-
- - - - -
- -
- -
-
\ No newline at end of file diff --git a/app/Template/action_params.php b/app/Template/action_params.php deleted file mode 100644 index f647149b..00000000 --- a/app/Template/action_params.php +++ /dev/null @@ -1,40 +0,0 @@ - - -

-
- - - - - - $param_desc): ?> - - - -
- - -
- - -
- - -
- - -
- - - - - - - -
- - -
-
\ No newline at end of file diff --git a/app/Template/action_remove.php b/app/Template/action_remove.php deleted file mode 100644 index 668067da..00000000 --- a/app/Template/action_remove.php +++ /dev/null @@ -1,14 +0,0 @@ - - -
-

- -

- -
- $project['id'], 'action_id' => $action['id']), true, 'btn btn-red') ?> - $project['id'])) ?> -
-
\ No newline at end of file diff --git a/app/Template/app/forbidden.php b/app/Template/app/forbidden.php new file mode 100644 index 00000000..96e76115 --- /dev/null +++ b/app/Template/app/forbidden.php @@ -0,0 +1,5 @@ +
+

+ +

+
\ No newline at end of file diff --git a/app/Template/app/index.php b/app/Template/app/index.php new file mode 100644 index 00000000..1aa5819a --- /dev/null +++ b/app/Template/app/index.php @@ -0,0 +1,83 @@ +
+ +
+
+

+ +

+ + + + + + + + + + + + + + +
 
+ $project['id']), false, 'dashboard-table-link') ?> + + + ', 'project', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Settings')) ?>  + + $project['id'])) ?> + + + + + +
+ + +

+ +

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

+ $events)) ?> +
+
\ No newline at end of file diff --git a/app/Template/app/notfound.php b/app/Template/app/notfound.php new file mode 100644 index 00000000..686f1fa0 --- /dev/null +++ b/app/Template/app/notfound.php @@ -0,0 +1,5 @@ +
+

+ +

+
\ No newline at end of file diff --git a/app/Template/app_forbidden.php b/app/Template/app_forbidden.php deleted file mode 100644 index 96e76115..00000000 --- a/app/Template/app_forbidden.php +++ /dev/null @@ -1,5 +0,0 @@ -
-

- -

-
\ No newline at end of file diff --git a/app/Template/app_index.php b/app/Template/app_index.php deleted file mode 100644 index 1aa5819a..00000000 --- a/app/Template/app_index.php +++ /dev/null @@ -1,83 +0,0 @@ -
- -
-
-

- -

- - - - - - - - - - - - - - -
 
- $project['id']), false, 'dashboard-table-link') ?> - - - ', 'project', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Settings')) ?>  - - $project['id'])) ?> - - - - - -
- - -

- -

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

- $events)) ?> -
-
\ No newline at end of file diff --git a/app/Template/app_notfound.php b/app/Template/app_notfound.php deleted file mode 100644 index 686f1fa0..00000000 --- a/app/Template/app_notfound.php +++ /dev/null @@ -1,5 +0,0 @@ -
-

- -

-
\ No newline at end of file diff --git a/app/Template/board/assignee.php b/app/Template/board/assignee.php new file mode 100644 index 00000000..434daa51 --- /dev/null +++ b/app/Template/board/assignee.php @@ -0,0 +1,21 @@ +
+
+

+
+ + + + + + + +
+ +
+ + + $project['id'])) ?> +
+
+
+
\ No newline at end of file diff --git a/app/Template/board/category.php b/app/Template/board/category.php new file mode 100644 index 00000000..88d8e71c --- /dev/null +++ b/app/Template/board/category.php @@ -0,0 +1,22 @@ +
+
+

+
+ + + + + + + +
+ +
+ + + $project['id'])) ?> +
+
+
+ +
\ No newline at end of file diff --git a/app/Template/board/edit.php b/app/Template/board/edit.php new file mode 100644 index 00000000..2c3236e2 --- /dev/null +++ b/app/Template/board/edit.php @@ -0,0 +1,61 @@ + +
+ +

+
+ + + + + + + + + + + + + + + + + +
+
    + +
  • + $project['id'], 'column_id' => $column['id'], 'direction' => 'up'), true) ?> +
  • + + +
  • + $project['id'], 'column_id' => $column['id'], 'direction' => 'down'), true) ?> +
  • + +
  • + $project['id'], 'column_id' => $column['id'])) ?> +
  • +
+
+ +
+ +
+
+ +

+
+ + + + + + + + +
+ +
+
\ No newline at end of file diff --git a/app/Template/board/filters.php b/app/Template/board/filters.php new file mode 100644 index 00000000..21e51d98 --- /dev/null +++ b/app/Template/board/filters.php @@ -0,0 +1,35 @@ + \ No newline at end of file diff --git a/app/Template/board/index.php b/app/Template/board/index.php new file mode 100644 index 00000000..21040373 --- /dev/null +++ b/app/Template/board/index.php @@ -0,0 +1,21 @@ +
+ + $categories, + 'users' => $users, + 'project' => $project, + )) ?> + + +

+ + $project, + 'board' => $board, + 'categories' => $categories, + 'board_private_refresh_interval' => $board_private_refresh_interval, + 'board_highlight_period' => $board_highlight_period, + )) ?> + + +
diff --git a/app/Template/board/remove.php b/app/Template/board/remove.php new file mode 100644 index 00000000..4529063b --- /dev/null +++ b/app/Template/board/remove.php @@ -0,0 +1,15 @@ + + +
+

+ + +

+ +
+ $project['id'], 'column_id' => $column['id'], 'remove' => 'yes'), true, 'btn btn-red') ?> + $project['id'])) ?> +
+
\ No newline at end of file diff --git a/app/Template/board/rename.php b/app/Template/board/rename.php new file mode 100644 index 00000000..6514b0e5 --- /dev/null +++ b/app/Template/board/rename.php @@ -0,0 +1,34 @@ +
+ + +

+ + + + + + + + + + + + + +
+ + + () + +
+ +
+ + $task, 'categories' => $categories, 'not_editable' => true, 'project' => $project)) ?> + +
+ +
+ + +
\ No newline at end of file diff --git a/app/Template/board/show.php b/app/Template/board/show.php new file mode 100644 index 00000000..66e8b46d --- /dev/null +++ b/app/Template/board/show.php @@ -0,0 +1,51 @@ + + + + + + + + + + + + +
+
+ $column['project_id'], 'column_id' => $column['id']), false, '', t('Add a new task')) ?> +
+ + + + (/) + + + + () + + +
+ +
+ + $task, 'categories' => $categories)) ?> + +
+ +
diff --git a/app/Template/board/task.php b/app/Template/board/task.php new file mode 100644 index 00000000..02ae46c1 --- /dev/null +++ b/app/Template/board/task.php @@ -0,0 +1,115 @@ + + + $task['id'], 'token' => $project['token'])) ?> + + + + () + + + +  -  + + + + + + + + + + + + + +
+ $task['id'], 'token' => $project['token'])) ?> +
+ + + + $task['id']), false, 'task-edit-popover', t('Edit this task')) ?> + + + + () + + + +  -  + + + $task['id']), + false, + 'assignee-popover', + t('Change assignee') + ) ?> + + + + + + +
+ $task['id']), false, '', t('View this task')) ?> +
+ + + + + +
+ + $task['id']), + false, + 'category-popover', + t('Change category') + ) ?> + +
+ + + + + + diff --git a/app/Template/board_assignee.php b/app/Template/board_assignee.php deleted file mode 100644 index 41ede32b..00000000 --- a/app/Template/board_assignee.php +++ /dev/null @@ -1,24 +0,0 @@ -
- - - -
-

-
- - - - - -
- -
- - -
-
-
- -
\ No newline at end of file diff --git a/app/Template/board_category.php b/app/Template/board_category.php deleted file mode 100644 index 36126a1d..00000000 --- a/app/Template/board_category.php +++ /dev/null @@ -1,24 +0,0 @@ -
- - - -
-

-
- - - - - -
- -
- - -
-
-
- -
\ No newline at end of file diff --git a/app/Template/board_edit.php b/app/Template/board_edit.php deleted file mode 100644 index cfaebc50..00000000 --- a/app/Template/board_edit.php +++ /dev/null @@ -1,58 +0,0 @@ - -
- -

-
- - - - - - - - - - - - - - - - - -
-
    - -
  • - $project['id'], 'column_id' => $column['id'], 'direction' => 'up'), true) ?> -
  • - - -
  • - $project['id'], 'column_id' => $column['id'], 'direction' => 'down'), true) ?> -
  • - -
  • - $project['id'], 'column_id' => $column['id'])) ?> -
  • -
-
- -
- -
-
- -

-
- - - - - -
- -
-
\ No newline at end of file diff --git a/app/Template/board_index.php b/app/Template/board_index.php deleted file mode 100644 index e478680f..00000000 --- a/app/Template/board_index.php +++ /dev/null @@ -1,50 +0,0 @@ -
- - - -

- - $current_project_id, - 'board' => $board, - 'categories' => $categories, - 'board_private_refresh_interval' => $board_private_refresh_interval, - 'board_highlight_period' => $board_highlight_period, - )) ?> - - -
diff --git a/app/Template/board_public.php b/app/Template/board_public.php deleted file mode 100644 index 85c90cfa..00000000 --- a/app/Template/board_public.php +++ /dev/null @@ -1,34 +0,0 @@ -
- - -

- - - - - - - - - - - - - -
- - - () - -
- -
- - $task, 'categories' => $categories, 'not_editable' => true, 'project' => $project)) ?> - -
- -
- - -
\ No newline at end of file diff --git a/app/Template/board_remove.php b/app/Template/board_remove.php deleted file mode 100644 index 4529063b..00000000 --- a/app/Template/board_remove.php +++ /dev/null @@ -1,15 +0,0 @@ - - -
-

- - -

- -
- $project['id'], 'column_id' => $column['id'], 'remove' => 'yes'), true, 'btn btn-red') ?> - $project['id'])) ?> -
-
\ No newline at end of file diff --git a/app/Template/board_show.php b/app/Template/board_show.php deleted file mode 100644 index 4865ce5c..00000000 --- a/app/Template/board_show.php +++ /dev/null @@ -1,49 +0,0 @@ -> - - - - - - - - - - - -
-
- $column['project_id'], 'column_id' => $column['id']), false, '', t('Add a new task')) ?> -
- - - - (/) - - - - () - - -
- -
- - $task, 'categories' => $categories)) ?> - -
- -
diff --git a/app/Template/board_task.php b/app/Template/board_task.php deleted file mode 100644 index ca854f37..00000000 --- a/app/Template/board_task.php +++ /dev/null @@ -1,109 +0,0 @@ - - - # - - - - () - - - -  -  - - - - - - - - - - - - - -
- - - -
- - - - # - - - - () - - - -  -  - - - - - - - - - - - - - - - -
- -
- - - - - -
- - - - - -
- - - - - - diff --git a/app/Template/layout.php b/app/Template/layout.php index 58761414..31a4c407 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -34,7 +34,7 @@
  • - $board_name): ?> -- cgit v1.2.3