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/datalsts.php | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'app/view/datalsts.php') diff --git a/app/view/datalsts.php b/app/view/datalsts.php index 16df7d7..b0564b3 100644 --- a/app/view/datalsts.php +++ b/app/view/datalsts.php @@ -15,6 +15,8 @@ namespace datalsts; require_once "class/obj.class.php"; +require_once "class/stage.class.php"; +require_once "class/issue.class.php"; ?> @@ -111,3 +113,38 @@ require_once "class/obj.class.php"; + + +
+

name?>

+ + + getIssues_ordByDueByNumb() as $i) { ?> + + +
+
+ + + + + + + guid?> (#numb?>) + name?> + TODO HEADS + + +
+ + + +
+ + + + -- cgit v1.2.3