Atlas: Versions-Tag rechts unten auf allen Hauptseiten

- App/version.json mit Commit-SHA + Build-Datum
- App/assets/js/version-tag.js — rendert kleines Tag rechts unten
- Eingebunden in schueler, teacher, index, login, admin, profil
- Ermoeglicht Vergleich lokal vs. geograsim.at auf einen Blick

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 18:06:42 +02:00
parent b356c79134
commit 8455a96674
8 changed files with 68 additions and 1 deletions
+3 -1
View File
@@ -557,7 +557,8 @@ function printBatchTickets() {
html += '<div class="ticket-row"><span class="ticket-label">Passwort:</span><span class="ticket-val">'+s.password+'</span></div>';
html += '<div class="ticket-url">geograsim.at</div></div>';
});
html += '</div></body></html>';
html += '</div><script src="assets/js/version-tag.js" defer></script>
</body></html>';
w.document.write(html); w.document.close();
}
@@ -762,5 +763,6 @@ async function redeemLicenses() {
loadLicenses();
}
</script>
<script src="assets/js/version-tag.js" defer></script>
</body>
</html>