Aplikacja Magico Pracownik

This commit is contained in:
2026-05-28 12:56:03 +02:00
parent 9b3c3848a7
commit 83c055cc09
10 changed files with 1248 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Magico Feedback JS -->
<script>
const MAGICO_BASE_URL = <?= json_encode($basePath); ?>;
</script>
<?php if (!empty($enablePrototypeComments) && $enablePrototypeComments): ?>
<script src="<?= $basePath ?>/assets/js/comments.js"></script>
<?php endif; ?>
</body>
</html>