From 9383a15af699ede77142d040b65118e15754a2ca Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 25 Jan 2014 14:56:02 -0500 Subject: First commit --- templates/.htaccess | 1 + templates/board_edit.php | 40 +++++++++++++++++++++++++ templates/board_index.php | 57 ++++++++++++++++++++++++++++++++++++ templates/board_remove.php | 17 +++++++++++ templates/config_index.php | 55 ++++++++++++++++++++++++++++++++++ templates/layout.php | 51 ++++++++++++++++++++++++++++++++ templates/project_edit.php | 24 +++++++++++++++ templates/project_index.php | 70 ++++++++++++++++++++++++++++++++++++++++++++ templates/project_new.php | 20 +++++++++++++ templates/project_remove.php | 16 ++++++++++ templates/task_close.php | 16 ++++++++++ templates/task_edit.php | 36 +++++++++++++++++++++++ templates/task_new.php | 34 +++++++++++++++++++++ templates/task_open.php | 16 ++++++++++ templates/task_show.php | 54 ++++++++++++++++++++++++++++++++++ templates/user_edit.php | 34 +++++++++++++++++++++ templates/user_forbidden.php | 10 +++++++ templates/user_index.php | 46 +++++++++++++++++++++++++++++ templates/user_login.php | 20 +++++++++++++ templates/user_new.php | 31 ++++++++++++++++++++ templates/user_remove.php | 14 +++++++++ 21 files changed, 662 insertions(+) create mode 100644 templates/.htaccess create mode 100644 templates/board_edit.php create mode 100644 templates/board_index.php create mode 100644 templates/board_remove.php create mode 100644 templates/config_index.php create mode 100644 templates/layout.php create mode 100644 templates/project_edit.php create mode 100644 templates/project_index.php create mode 100644 templates/project_new.php create mode 100644 templates/project_remove.php create mode 100644 templates/task_close.php create mode 100644 templates/task_edit.php create mode 100644 templates/task_new.php create mode 100644 templates/task_open.php create mode 100644 templates/task_show.php create mode 100644 templates/user_edit.php create mode 100644 templates/user_forbidden.php create mode 100644 templates/user_index.php create mode 100644 templates/user_login.php create mode 100644 templates/user_new.php create mode 100644 templates/user_remove.php (limited to 'templates') diff --git a/templates/.htaccess b/templates/.htaccess new file mode 100644 index 00000000..14249c50 --- /dev/null +++ b/templates/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/templates/board_edit.php b/templates/board_edit.php new file mode 100644 index 00000000..605773ae --- /dev/null +++ b/templates/board_edit.php @@ -0,0 +1,40 @@ +
+ +
+ +

+
+ + + + $column_title): ?> + + + + + +
+ + +
+
+ +

+
+ + + + + +
+ + +
+
+
+
\ No newline at end of file diff --git a/templates/board_index.php b/templates/board_index.php new file mode 100644 index 00000000..777d601b --- /dev/null +++ b/templates/board_index.php @@ -0,0 +1,57 @@ +
+ + + + + + + + + + + + + + + +
+ + + +
+ +
+
+ + # - + + + + + + + + + +
+ +
+ +
+
+ +
+ +
+ + \ No newline at end of file diff --git a/templates/board_remove.php b/templates/board_remove.php new file mode 100644 index 00000000..c95c8a28 --- /dev/null +++ b/templates/board_remove.php @@ -0,0 +1,17 @@ +
+ + +
+

+ + +

+ +
+ + +
+
+
\ No newline at end of file diff --git a/templates/config_index.php b/templates/config_index.php new file mode 100644 index 00000000..43145caf --- /dev/null +++ b/templates/config_index.php @@ -0,0 +1,55 @@ +
+ + + +
+
+ + +
+ + +
+ +
+ +
+
+
+ +
+ +
+ + + +
+
    +
  • + + , + +
  • +
+
+
\ No newline at end of file diff --git a/templates/layout.php b/templates/layout.php new file mode 100644 index 00000000..7739db1a --- /dev/null +++ b/templates/layout.php @@ -0,0 +1,51 @@ + + + + + + + + <?= isset($title) ? Helper\escape($title) : 'Kanboard' ?> + + + + + +
+ +
+
+ %s') ?> + %s') ?> + +
+ + + \ No newline at end of file diff --git a/templates/project_edit.php b/templates/project_edit.php new file mode 100644 index 00000000..518e72df --- /dev/null +++ b/templates/project_edit.php @@ -0,0 +1,24 @@ +
+ +
+
+ + + + + + +
+ +
+ + +
+
+
+
\ No newline at end of file diff --git a/templates/project_index.php b/templates/project_index.php new file mode 100644 index 00000000..8bb09a62 --- /dev/null +++ b/templates/project_index.php @@ -0,0 +1,70 @@ +
+ +
+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + , + +
    + +
  • + () +
  • + +
+
+
    +
  • + +
  • +
  • + +
  • +
  • + + + + + +
  • +
  • + +
  • +
+
+ +
+
\ No newline at end of file diff --git a/templates/project_new.php b/templates/project_new.php new file mode 100644 index 00000000..5ce6f97d --- /dev/null +++ b/templates/project_new.php @@ -0,0 +1,20 @@ +
+ +
+
+ + + + +
+ + +
+
+
+
\ No newline at end of file diff --git a/templates/project_remove.php b/templates/project_remove.php new file mode 100644 index 00000000..f63c4031 --- /dev/null +++ b/templates/project_remove.php @@ -0,0 +1,16 @@ +
+ + +
+

+ +

+ +
+ + +
+
+
\ No newline at end of file diff --git a/templates/task_close.php b/templates/task_close.php new file mode 100644 index 00000000..6bc32813 --- /dev/null +++ b/templates/task_close.php @@ -0,0 +1,16 @@ +
+ + +
+

+ +

+ +
+ + +
+
+
\ No newline at end of file diff --git a/templates/task_edit.php b/templates/task_edit.php new file mode 100644 index 00000000..cf01c4a7 --- /dev/null +++ b/templates/task_edit.php @@ -0,0 +1,36 @@ +
+ +
+
+ + + + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + + +
+ + +
+
+
+
\ No newline at end of file diff --git a/templates/task_new.php b/templates/task_new.php new file mode 100644 index 00000000..e418748c --- /dev/null +++ b/templates/task_new.php @@ -0,0 +1,34 @@ +
+ +
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + + +
+ + +
+
+
+
\ No newline at end of file diff --git a/templates/task_open.php b/templates/task_open.php new file mode 100644 index 00000000..54cc11f0 --- /dev/null +++ b/templates/task_open.php @@ -0,0 +1,16 @@ +
+ + +
+

+ +

+ +
+ + +
+
+
\ No newline at end of file diff --git a/templates/task_show.php b/templates/task_show.php new file mode 100644 index 00000000..e2789fca --- /dev/null +++ b/templates/task_show.php @@ -0,0 +1,54 @@ +
+ +
+

+
+
    +
  • + +
  • +
  • + + + + + + + +
  • +
  • + + + () +
  • +
  • + + + + + +
  • +
  • + + + + + + + +
  • +
+
+ +

+
+ +
+ +
+
\ No newline at end of file diff --git a/templates/user_edit.php b/templates/user_edit.php new file mode 100644 index 00000000..a6f5d600 --- /dev/null +++ b/templates/user_edit.php @@ -0,0 +1,34 @@ +
+ +
+
+ + + + +
+ + +
+ + +
+ + +
+ + + + + +
+ +
+
+
+
\ No newline at end of file diff --git a/templates/user_forbidden.php b/templates/user_forbidden.php new file mode 100644 index 00000000..bb71d9b1 --- /dev/null +++ b/templates/user_forbidden.php @@ -0,0 +1,10 @@ +
+ + +

+ +

+ +
\ No newline at end of file diff --git a/templates/user_index.php b/templates/user_index.php new file mode 100644 index 00000000..c83a5417 --- /dev/null +++ b/templates/user_index.php @@ -0,0 +1,46 @@ +
+ +
+ +

+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + 1): ?> + + + +
+ +
+
\ No newline at end of file diff --git a/templates/user_login.php b/templates/user_login.php new file mode 100644 index 00000000..0bbd48a1 --- /dev/null +++ b/templates/user_login.php @@ -0,0 +1,20 @@ + + + +

+ + +
+ + +
+ + + + +
+ +
+
\ No newline at end of file diff --git a/templates/user_new.php b/templates/user_new.php new file mode 100644 index 00000000..0c753c2a --- /dev/null +++ b/templates/user_new.php @@ -0,0 +1,31 @@ +
+ +
+
+ + +
+ + +
+ + +
+ + +
+ + + +
+ + +
+
+
+
\ No newline at end of file diff --git a/templates/user_remove.php b/templates/user_remove.php new file mode 100644 index 00000000..e1dc6f7b --- /dev/null +++ b/templates/user_remove.php @@ -0,0 +1,14 @@ +
+ + +
+

+ +
+ + +
+
+
\ No newline at end of file -- cgit v1.2.3