umbau 1.0

This commit is contained in:
2026-09-02 20:30:44 +02:00
parent afe6719f51
commit 5c95b21be7
77 changed files with 10733 additions and 1914 deletions

View File

@ -7,18 +7,19 @@
<link rel="stylesheet" href="/static/css/app.css">
</head>
<body>
<div class="session-shell" id="session-shell" data-host-id="{{ host_id }}">
<div class="session-toolbar">
<button id="fullscreen-btn">Vollbild</button>
<button id="ctrlaltdel-btn">Strg+Alt+Entf</button>
<span class="spacer"></span>
<span class="status" id="status">Verbinde ...</span>
<button id="exit-btn" class="btn-danger btn-small" title="Sitzung beenden und Tab schliessen">Exit</button>
</div>
<div id="rdp-display"></div>
</div>
<!--
F1 (Umsetzungsauftrag_Sonnet5.md Teil F.3.1): diese Seite baut das
Sitzungs-DOM nicht mehr selbst -- static/js/rdp.js erzeugt beim Laden
GENAU EINE RdpSession-Instanz und haengt deren komplettes Markup
(Toolbar, Anzeigeflaeche, Fehler-Overlay) hier ein. Duenner Rahmen um
denselben Baustein, den auch eine kuenftige Arbeitsflaeche (/workspace,
Teil F.3, spaetere Stufe) verwendet -- keine zweite Implementierung
(F.2, letzter Absatz).
-->
<div id="session-container" data-host-id="{{ host_id }}"></div>
<script src="/static/js/vendor/guacamole-common.js"></script>
<script src="/static/js/session-keepalive.js"></script>
<script src="/static/js/rdp.js"></script>
</body>
</html>