From 7076343338ae3439f3c86f01144818abe8c31978 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 12 Mar 2023 07:16:23 +0200 Subject: add container helpers; constuct public directory-tree --- html/app/views/basic.php | 53 ++++++++++++++++++++++++++++++++++++++++ html/app/views/group.php | 18 ++++++++++++++ html/app/views/item.php | 4 +++ html/app/views/products_list.php | 47 +++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 html/app/views/basic.php create mode 100644 html/app/views/group.php create mode 100644 html/app/views/item.php create mode 100644 html/app/views/products_list.php (limited to 'html/app/views') diff --git a/html/app/views/basic.php b/html/app/views/basic.php new file mode 100644 index 0000000..3d9abde --- /dev/null +++ b/html/app/views/basic.php @@ -0,0 +1,53 @@ + + + + + + ΣΚΛΑΒΕΝΙΤΗΣ - <?=$page['title']?> + + + + + + + + + + + + +
+ +
+ + + + < ?php cache_view('partials/header', []); ? > + + + + +
+ + + +
+ + + + + < ?php cache_view('partials/footer', [], true) ? > + +
+ + + + + + diff --git a/html/app/views/group.php b/html/app/views/group.php new file mode 100644 index 0000000..fddd3d2 --- /dev/null +++ b/html/app/views/group.php @@ -0,0 +1,18 @@ + + + + +
+
+ + + +
+ $item]) ?> +
+ + + +
+
diff --git a/html/app/views/item.php b/html/app/views/item.php new file mode 100644 index 0000000..2354c81 --- /dev/null +++ b/html/app/views/item.php @@ -0,0 +1,4 @@ +

+

+ +

\ No newline at end of file diff --git a/html/app/views/products_list.php b/html/app/views/products_list.php new file mode 100644 index 0000000..1d9cf38 --- /dev/null +++ b/html/app/views/products_list.php @@ -0,0 +1,47 @@ + + +

— products —

+ + + + + $val) : ?> + + + + + + + +

int(11) NOT NULL
' contenteditable="true">
+
+ + -- cgit v1.2.3