From 0dc6d736c254fc38b2e923069827e47a2494b256 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 26 Jul 2018 04:23:25 -0400 Subject: Add group/pad list item UI module to use when listing out groups and pads. These will link to the group/pad page and display information about the object. --- app/view/datalsts.php | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 app/view/datalsts.php (limited to 'app/view/datalsts.php') diff --git a/app/view/datalsts.php b/app/view/datalsts.php new file mode 100644 index 0000000..82a0f1f --- /dev/null +++ b/app/view/datalsts.php @@ -0,0 +1,107 @@ + + + + + <?=$alt?> + + + + + + + +
+
+
+
+ / + +
+
+ +
+ + + + + + + + + + + 18) { ?> + + +
+ +
+ + + + + + + + + + + 18) { ?> + + +
+ +
+ + + + + + + + + + + 18) { ?> + + +
+ +
+ + + + + + + + + + + 18) { ?> + + +
+
+
+
+ + -- cgit v1.2.3 From 4e8b886e21a893d83ffcf8c2924e318bea5b6e2c Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 16 Sep 2018 16:34:19 -0400 Subject: Add object background preview widget Similar to objHeadCircle() but for displaying a bg img on page, rather than as the actual background. --- app/view/datalsts.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/view/datalsts.php') diff --git a/app/view/datalsts.php b/app/view/datalsts.php index 82a0f1f..16df7d7 100644 --- a/app/view/datalsts.php +++ b/app/view/datalsts.php @@ -22,6 +22,12 @@ require_once "class/obj.class.php"; <?=$alt?> + + + + + <?=$alt?> + -- cgit v1.2.3 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 From 91dc4d19fbd5a6621488552d75757ed80e092a9e Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 27 Oct 2018 17:37:17 -0400 Subject: Cleanup appearance of issueListItem This was left in a messy state. I'm just cleaning it up a little bit for now for the release. Signed-off-by: Malf Furious --- app/view/datalsts.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'app/view/datalsts.php') diff --git a/app/view/datalsts.php b/app/view/datalsts.php index b0564b3..2bbb44e 100644 --- a/app/view/datalsts.php +++ b/app/view/datalsts.php @@ -131,20 +131,7 @@ require_once "class/issue.class.php"; guid?> (#numb?>) - name?> - TODO HEADS - - -
- - - -
- + name?> -- cgit v1.2.3