From 7aa203150fc1a2ec79c681c13f0d486d531746eb Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 12 Mar 2023 23:57:48 +0200 Subject: error pages; js system to support back/front-end --- html/app/views/basic.php | 9 +++------ html/app/views/error/404.php | 32 +++++++++++++++++++------------- html/app/views/error/general.php | 29 +++++++++++++++++------------ 3 files changed, 39 insertions(+), 31 deletions(-) (limited to 'html/app') diff --git a/html/app/views/basic.php b/html/app/views/basic.php index 3d9abde..39bdf00 100644 --- a/html/app/views/basic.php +++ b/html/app/views/basic.php @@ -6,13 +6,10 @@ ΣΚΛΑΒΕΝΙΤΗΣ - <?=$page['title']?> - - + + + diff --git a/html/app/views/error/404.php b/html/app/views/error/404.php index a7ea624..30fe206 100644 --- a/html/app/views/error/404.php +++ b/html/app/views/error/404.php @@ -3,24 +3,28 @@ 404: Not Found + @@ -28,10 +32,12 @@

4O4

- NOT FOUND
+ Not found
+
diff --git a/html/app/views/error/general.php b/html/app/views/error/general.php index 1c3c6ae..82a1d6e 100644 --- a/html/app/views/error/general.php +++ b/html/app/views/error/general.php @@ -3,24 +3,29 @@ 404: Not Found + -- cgit v1.2.3