From 13833ef41008a036871d42473faa1bf4a1d5aad9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 24 Apr 2026 09:18:29 +0200 Subject: [PATCH] Lehrplan: modul-klima.php 2D/3D-Doppel-Launcher + Geraete-Hinweis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Sonderfall im Partial fuer MODULE_ID=klima: zwei CTAs "2D starten" (primary) + "3D starten" (secondary), beide mit level=1 als Default - WebGL-Hinweistext unter den CTAs (dezent, iPad Gen 8 als Schwelle, 2D didaktisch identisch empfohlen) - .md-device-hint CSS: fjord-Akzent, max-width 560px, 14px Andere Module unveraendert — Single-CTA-Pfad bleibt Default. Atlas' 19.04.-Toggle-Auftrag erledigt. Co-Authored-By: Claude Opus 4.7 (1M context) --- App/pages/_partials/modul_detail.php | 29 +++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/App/pages/_partials/modul_detail.php b/App/pages/_partials/modul_detail.php index 0bf73d3..8b2aed5 100644 --- a/App/pages/_partials/modul_detail.php +++ b/App/pages/_partials/modul_detail.php @@ -215,6 +215,17 @@ $countryMeta = [ .md-cta-secondary:hover { background: var(--ggs-fjord-light); } .md-cta-secondary:active { transform: scale(0.98); } + /* Geräte-Hinweis unter den CTAs (z.B. WebGL-Hinweis bei Klima 3D) */ + .md-device-hint { + margin-top: .9rem; max-width: 560px; + font-size: .85rem; line-height: 1.5; color: var(--ggs-text-muted); + padding: .7rem .9rem; + background: var(--ggs-fjord-light); + border-radius: var(--ggs-radius-sm); + border-left: 3px solid var(--ggs-fjord); + } + .md-device-hint strong { color: var(--ggs-fjord-dark); } + /* ===== Meta-Bar (Dauer, Alter, Status) ===== */ .md-meta { max-width: 1100px; margin: 0 auto 2rem; padding: 0 1.2rem; @@ -444,7 +455,16 @@ $countryMeta = [

- + + + + ▶ 2D starten + + + ▶ 3D starten + + ▶ Simulation starten @@ -457,6 +477,13 @@ $countryMeta = [ 📘 Lehrplan-Bezug
+ +

+ 3D benötigt WebGL und etwas Rechenleistung. Läuft flüssig + auf iPads ab Generation 8 und auf Laptops ab 2019. Auf älteren Geräten + empfehlen wir die 2D-Variante — didaktisch identisch, gleiches Level-System. +

+