From 4e9a4d12d49e27693bbf9fc0de7fb9cd5a691ed2 Mon Sep 17 00:00:00 2001 From: nestict Date: Sat, 24 May 2025 12:08:03 +0200 Subject: [PATCH] Upload files to "ui/ui" Signed-off-by: nestict --- ui/ui/.DS_Store | Bin 0 -> 6148 bytes ui/ui/404.tpl | 17 ++++++++++ ui/ui/a404.tpl | 49 +++++++++++++++++++++++++++++ ui/ui/admin-login.tpl | 53 ++++++++++++++++++++++++++++++++ ui/ui/alert.tpl | 70 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 189 insertions(+) create mode 100644 ui/ui/.DS_Store create mode 100644 ui/ui/404.tpl create mode 100644 ui/ui/a404.tpl create mode 100644 ui/ui/admin-login.tpl create mode 100644 ui/ui/alert.tpl diff --git a/ui/ui/.DS_Store b/ui/ui/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..896961e839d124f5d4c6c6ac638260f5f80810ea GIT binary patch literal 6148 zcmeHKOHRWu5FJBlBiK|RRV=fD6%v&=K&Zk6CC9tGLL3kW*3AKacbjxY3w*{@et*wT4$9+c9>;?uA0QtD56^F}pD(9AXY?y) zcC)fhTpVKx+M;X9DPt9P{dtz;*#udvEYyO!AXOPopv9gd^3BO3$%P-_wVW+8$dgVKuw;($2t?EtS2AsS<3u`sBY4s`km0Bj(w z1J`_(;F{24WU(-a5ri_OKvSyh5kr}B +
+
+
+
+ +

404

+ Go to Dashboard +
+
+
+
+ + +{include file="sections/user-footer.tpl"} \ No newline at end of file diff --git a/ui/ui/a404.tpl b/ui/ui/a404.tpl new file mode 100644 index 0000000..dae61e6 --- /dev/null +++ b/ui/ui/a404.tpl @@ -0,0 +1,49 @@ + + + + + + + + Admin Dashboard + + + + + + +
+
+
+
+
+
+ +

404

+ Go to Dashboard +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/ui/admin-login.tpl b/ui/ui/admin-login.tpl new file mode 100644 index 0000000..02d4164 --- /dev/null +++ b/ui/ui/admin-login.tpl @@ -0,0 +1,53 @@ + + + + + + + + {Lang::T('Login')} - {$_c['CompanyName']} + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/ui/alert.tpl b/ui/ui/alert.tpl new file mode 100644 index 0000000..451bdde --- /dev/null +++ b/ui/ui/alert.tpl @@ -0,0 +1,70 @@ + + + + + + + + {Lang::T('Login')} - {$_c['CompanyName']} + + + + + + + + + + +
+
+
+
+
+
+

{ucwords(Lang::T($type))}

+
{$text}
+ {Lang::T('Click Here')} ({$time}) + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file