Lehrplan: Sprachregel Lernarbeit durchgaengig
- CTA "Jetzt probieren" -> "Simulation starten" (modul_detail.php) - simulationen.php: "Sofort probieren" -> "Simulation starten", Hero "ausprobieren" -> "direkt starten" - Seed: Klima-Easy "Du spielst" -> "Du bist", "Das Spiel dauert" -> "Die Simulation geht"; Stadt long_desc "Spielmodul" -> "Simulationsmodul"; DB-Kommentar "Link zum Spielen" -> "Link zur Simulation" - Hinweis: glossar.php hat noch "ausprobieren" (Glossar-Instanz) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -162,6 +162,14 @@ $countryMeta = [
|
||||
.md-breadcrumb a:hover { text-decoration: underline; }
|
||||
.md-breadcrumb .sep { margin: 0 .4rem; opacity: .5; }
|
||||
|
||||
.md-preview-banner {
|
||||
max-width: 1100px; margin: .8rem auto 0; padding: .8rem 1.2rem;
|
||||
background: var(--ggs-fjord-light); color: var(--ggs-fjord-dark);
|
||||
border-left: 4px solid var(--ggs-fjord);
|
||||
border-radius: var(--ggs-radius-sm);
|
||||
font-size: .92rem; line-height: 1.5;
|
||||
}
|
||||
|
||||
/* ===== Hero ===== */
|
||||
.md-hero {
|
||||
max-width: 1100px; margin: 0 auto; padding: 1.5rem 1.2rem 2rem;
|
||||
@@ -419,6 +427,14 @@ $countryMeta = [
|
||||
<span><?= esc($module['title']) ?></span>
|
||||
</nav>
|
||||
|
||||
<?php if ($module['status'] === 'geplant'): ?>
|
||||
<div class="md-preview-banner" role="status">
|
||||
🔧 <strong>Vorschau</strong> — dieses Modul ist noch in Entwicklung. Lernziele,
|
||||
Begriffe und Lehrplan-Bezug werden laufend ergänzt. Die Simulation selbst
|
||||
ist noch nicht verfügbar.
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- HERO -->
|
||||
<section class="md-hero">
|
||||
<div class="md-hero-card">
|
||||
@@ -430,7 +446,7 @@ $countryMeta = [
|
||||
<div class="md-hero-cta">
|
||||
<?php if ($module['status'] === 'aktiv' || $module['status'] === 'beta'): ?>
|
||||
<a href="<?= $bp ?>/<?= esc($module['play_url']) ?>" class="md-cta-btn md-cta-primary">
|
||||
▶ Jetzt probieren
|
||||
▶ Simulation starten
|
||||
</a>
|
||||
<?php else: ?>
|
||||
<a href="<?= $bp ?>/login.html" class="md-cta-btn md-cta-primary">
|
||||
|
||||
Reference in New Issue
Block a user