From 694f876bc8655bc00f3a4ae3d650e54d947ea42a Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 20 Sep 2018 01:07:35 -0400 Subject: Add start of single-pad view --- app/view/pad.php | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 app/view/pad.php (limited to 'app/view/pad.php') diff --git a/app/view/pad.php b/app/view/pad.php new file mode 100644 index 0000000..82ee84f --- /dev/null +++ b/app/view/pad.php @@ -0,0 +1,50 @@ + + + + + + + + + + + + + +
+
+
+
+

+ + name?> +

+
+
+
+ + + + +
+ + + + -- cgit v1.2.3 From c928adca5d7cd40a786da830ecea78369072fc19 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 24 Sep 2018 12:52:00 -0400 Subject: Add missing require --- app/view/pad.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/view/pad.php') diff --git a/app/view/pad.php b/app/view/pad.php index 82ee84f..cc857f6 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -14,6 +14,7 @@ require_once "model/pad.php"; require_once "view/stdpage.php"; +require_once "view/datalsts.php"; ?> -- cgit v1.2.3 From 325b697fed92cb56eaa05841e03462b7b2f0c385 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 22 Oct 2018 05:08:37 -0400 Subject: pad: Render issue modals on pad view This logic instanciates an issue modal view for each issue to be accessable from a pad view. --- app/view/pad.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/view/pad.php') diff --git a/app/view/pad.php b/app/view/pad.php index cc857f6..c9f30fc 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -15,6 +15,7 @@ require_once "model/pad.php"; require_once "view/stdpage.php"; require_once "view/datalsts.php"; +require_once "view/issue.php"; ?> @@ -26,6 +27,10 @@ require_once "view/datalsts.php"; + + + + -- cgit v1.2.3 From 4d132743eb82ddae2b8c0541d216815e523955d4 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 22 Oct 2018 23:10:45 -0400 Subject: pad: Add on-page button to open new issue First button added to the header of pad views is to open new issues. This interface is still very crude and subject to change in the near future. Signed-off-by: Malf Furious --- app/view/pad.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/view/pad.php') diff --git a/app/view/pad.php b/app/view/pad.php index c9f30fc..6a2b7f5 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -41,6 +41,10 @@ require_once "view/issue.php";

name?> + +

-- cgit v1.2.3 From cb29c30f07b40bbd2031e0b3893e44a87213331e Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 27 Oct 2018 17:31:23 -0400 Subject: Replace pad and group view heads Since there is currently no way to set heads for these objects, I am replacing them with the appropriate glyphicon. Signed-off-by: Malf Furious --- app/view/pad.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/pad.php') diff --git a/app/view/pad.php b/app/view/pad.php index 6a2b7f5..a9c8508 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -39,7 +39,7 @@ require_once "view/issue.php";

- + name?>