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 ++++++++++ 4 files changed, 147 insertions(+) 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 (limited to 'app/Template/action') 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 -- cgit v1.2.3