Backup #49
| ID | 49 |
| Dateipfad | /var/www/dev.campus.systemische-tools.de/src/View/layout.php |
| Version | 6 |
| Typ |
modified |
| Größe | 2.3 KB |
| Hash | 674d6b5518cbc3a2e1cd3001dffa2b52617b55ab86b204f8eec530af918e8e24 |
| Datum | 2025-12-20 17:47:01 |
| Geändert von | claude-code-hook |
| Grund | Claude Code Pre-Hook Backup vor Edit-Operation |
| Datei existiert |
Ja
|
Dateiinhalt
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?= htmlspecialchars($title ?? APP_NAME) ?></title>
<link rel="stylesheet" href="/css/designtokens.css">
<link rel="stylesheet" href="/css/nav.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/admin.css">
<script src="https://unpkg.com/htmx.org@1.9.10"></script>
</head>
<body>
<header>
<nav class="main-nav">
<a href="/" class="nav-brand">Campus</a>
<button class="nav-toggle" aria-label="Navigation" aria-expanded="false">
<span class="nav-toggle-icon"></span>
</button>
<div class="nav-items">
<div class="nav-dropdown">
<button class="nav-dropdown-btn">Anwendungen</button>
<div class="nav-dropdown-content">
<a href="/chat">KI-Chat</a>
<a href="/content">Content Studio</a>
<a href="/semantic-explorer">Semantic Explorer</a>
<a href="https://files.campus.systemische-tools.de" target="_blank">Nextcloud</a>
</div>
</div>
<div class="nav-dropdown">
<button class="nav-dropdown-btn">Entwicklung</button>
<div class="nav-dropdown-content">
<a href="/tasks">Tasks</a>
<a href="/protokoll">Protokoll</a>
<a href="/contracts">Contracts</a>
<a href="/system-explorer">System Explorer</a>
</div>
</div>
<div class="nav-dropdown">
<button class="nav-dropdown-btn">Ressourcen</button>
<div class="nav-dropdown-content">
<a href="/docs">Dokumentation</a>
</div>
</div>
</div>
</nav>
</header>
<main>
<?= $content ?? '' ?>
</main>
<footer>
<p>© <?= date('Y') ?> <?= APP_NAME ?></p>
</footer>
<script src="/js/app.js"></script>
<script type="module" src="/js/components/data-table.js"></script>
</body>
</html>
Vollständig herunterladen
Aktionen
Andere Versionen dieser Datei
| ID |
Version |
Typ |
Größe |
Datum |
| 125 |
7 |
modified |
2.4 KB |
2025-12-20 19:38 |
| 49 |
6 |
modified |
2.3 KB |
2025-12-20 17:47 |
| 24 |
5 |
modified |
2.3 KB |
2025-12-20 17:06 |
| 22 |
4 |
modified |
1.9 KB |
2025-12-20 16:59 |
| 19 |
3 |
modified |
1.2 KB |
2025-12-20 16:53 |
| 11 |
2 |
modified |
1.1 KB |
2025-12-20 16:39 |
| 8 |
1 |
modified |
1.1 KB |
2025-12-20 16:31 |
← Zurück zur Übersicht