From 09ab7bad5933241f4316cde3d9718dcf4f5fc39b Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 24 Nov 2025 01:05:41 +0100 Subject: [PATCH] fakecheck --- partials/landing/dashboard/dashboard.php | 20 +++++++++++--------- partials/landing/fakecheck/hero.php | 19 +++++++++++-------- partials/landing/fakecheck/webcheck.php | 6 +++++- partials/landing/login/login.php | 16 +++++++++------- public/landingpage/fakecheck/index.php | 8 +++++++- 5 files changed, 43 insertions(+), 26 deletions(-) diff --git a/partials/landing/dashboard/dashboard.php b/partials/landing/dashboard/dashboard.php index 56bd6c5..2034a67 100644 --- a/partials/landing/dashboard/dashboard.php +++ b/partials/landing/dashboard/dashboard.php @@ -18,8 +18,9 @@ $planLabel = [ 'enterprise' => 'Enterprise', ][$plan] ?? ucfirst($plan ?: 'Free'); ?> -
-
+
+
+
@@ -27,7 +28,7 @@ $planLabel = [

Dashboard

-

+

Willkommen!

@@ -51,8 +52,8 @@ $planLabel = [

-
-

+
+

Letzte Tests

@@ -67,8 +68,8 @@ $planLabel = [

-
-

+
+

Deine USB-Geräte

@@ -83,8 +84,8 @@ $planLabel = [

-
-

+
+

Nächste Schritte

@@ -104,5 +105,6 @@ $planLabel = [

+

diff --git a/partials/landing/fakecheck/hero.php b/partials/landing/fakecheck/hero.php index c088782..808b1fa 100644 --- a/partials/landing/fakecheck/hero.php +++ b/partials/landing/fakecheck/hero.php @@ -1,13 +1,14 @@ -
-
+
+
-
+
+
-
+

FakeCheck – Browser-Modus

-

+

Ist mein USB-Stick fake?

@@ -35,9 +36,9 @@

-
-
-

+
+
+

Was der Browser-Test leisten kann

    @@ -71,5 +72,7 @@
+

+
diff --git a/partials/landing/fakecheck/webcheck.php b/partials/landing/fakecheck/webcheck.php index 564990f..59a9c64 100644 --- a/partials/landing/fakecheck/webcheck.php +++ b/partials/landing/fakecheck/webcheck.php @@ -1,7 +1,9 @@ -
+
+
+

Browser-basierter USB-Test

@@ -171,4 +173,6 @@

+
+
diff --git a/partials/landing/login/login.php b/partials/landing/login/login.php index 1026f1f..ecc8711 100644 --- a/partials/landing/login/login.php +++ b/partials/landing/login/login.php @@ -15,13 +15,14 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login', $authView = $flash['context']; } ?> -
-
+
+
+

Account & Login

-

+

Melde dich bei USBCheck an

@@ -66,8 +67,8 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',

-

+ class="card-frame card-frame--soft space-y-5 "> +

Login

@@ -131,8 +132,8 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',

-

+ class="card-frame space-y-5 "> +

Kostenlos registrieren

@@ -206,5 +207,6 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',

+
diff --git a/public/landingpage/fakecheck/index.php b/public/landingpage/fakecheck/index.php index f716f30..43720ec 100644 --- a/public/landingpage/fakecheck/index.php +++ b/public/landingpage/fakecheck/index.php @@ -26,8 +26,14 @@ $lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en'; // Basis-URL für Reports $baseUrl = "https://usbcheck.it"; -?> +if (function_exists('tpl_add_script')) { + tpl_add_script('/assets/js/fakecheck.js', 'footer', true, false, '', null); +} +if (function_exists('tpl_add_style')) { + tpl_add_style('/assets/css/fakecheck.css', 'header'); +} +?>