From 1ac4a2050c8076eb96e07e83721ebc9db864db94 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:47:21 +0200 Subject: Adding upstream version 0.3.3. Signed-off-by: Daniel Baumann --- application/views/scripts/show/actions.phtml | 43 ++++++++++++++++++++++++++++ application/views/scripts/show/index.phtml | 23 +++++++++++++++ application/views/scripts/show/tree.phtml | 22 ++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 application/views/scripts/show/actions.phtml create mode 100644 application/views/scripts/show/index.phtml create mode 100644 application/views/scripts/show/tree.phtml (limited to 'application/views/scripts/show') diff --git a/application/views/scripts/show/actions.phtml b/application/views/scripts/show/actions.phtml new file mode 100644 index 0000000..c72d5a6 --- /dev/null +++ b/application/views/scripts/show/actions.phtml @@ -0,0 +1,43 @@ + + diff --git a/application/views/scripts/show/index.phtml b/application/views/scripts/show/index.phtml new file mode 100644 index 0000000..8278ae4 --- /dev/null +++ b/application/views/scripts/show/index.phtml @@ -0,0 +1,23 @@ +getTree(); +if (! $this->compact): +?> +
+ tabs ?> +
+ +
+
+ badges($tree->getStatus(), false, true) ?> +

getMeta('name') ?>

+ partial('show/actions.phtml', $this) ?> +
timeAgo($tree->getFetchTime()) ?>
+
+
+ getChildren() as $topTile): ?> + tiles($topTile) ?> + +
+
diff --git a/application/views/scripts/show/tree.phtml b/application/views/scripts/show/tree.phtml new file mode 100644 index 0000000..52e4f80 --- /dev/null +++ b/application/views/scripts/show/tree.phtml @@ -0,0 +1,22 @@ +getTree(); + +if (! $this->compact): +?> +
+ tabs ?> +
+ +
+
+ badges($tree->getStatus(), false, true) ?> +

getMeta('name') ?>

+ partial('show/actions.phtml', $this) ?> +
timeAgo($tree->getFetchTime()) ?>
+
+ breadcrumb($node->getBreadCrumb(), $view->getName()) ?> + tree($node) ?> +
-- cgit v1.2.3