From 2f4651411b1827e1e5859ba6053052b508f455e0 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 22 Feb 2014 16:30:03 -0500 Subject: Add kiosk mode, public board access with read-only and auto-refresh --- templates/board_public.php | 41 +++++++++++++++++++++++++++++++++++++++++ templates/layout.php | 3 +++ templates/project_index.php | 3 +++ 3 files changed, 47 insertions(+) create mode 100644 templates/board_public.php (limited to 'templates') diff --git a/templates/board_public.php b/templates/board_public.php new file mode 100644 index 00000000..d01bae0f --- /dev/null +++ b/templates/board_public.php @@ -0,0 +1,41 @@ +
+ + + + + + + + + + + + + +
+ +
+ +
+
+ + # - + + + + + + + + + +
+ +
+ +
+
+ +
+ +
\ No newline at end of file diff --git a/templates/layout.php b/templates/layout.php index 1c89f2ab..0791b910 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -10,6 +10,9 @@ <?= isset($title) ? Helper\escape($title) : 'Kanboard' ?> + + + diff --git a/templates/project_index.php b/templates/project_index.php index d144e41f..8c75ef0b 100644 --- a/templates/project_index.php +++ b/templates/project_index.php @@ -75,6 +75,9 @@
  • +
  • + +
  • -- cgit v1.2.3