2
0

_cms.foot.php 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. </main>
  2. </div>
  3. </div>
  4. <div id="footer-espage"></div>
  5. <script src="<?php cache::printFileWithTime("libs/bootstrap/assets/dist/js/bootstrap.bundle.min.js") ?>" type="text/javascript"></script>
  6. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table.min.js") ?>" type="text/javascript"></script>
  7. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table-fr-FR.min.js") ?>" type="text/javascript"></script>
  8. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table-filter-control.min.js") ?>" type="text/javascript"></script>
  9. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/tableExport.min.js") ?>" type="text/javascript"></script>
  10. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap-table-export.min.js") ?>" type="text/javascript"></script>
  11. <?php
  12. alert::show();
  13. ?>
  14. <script>
  15. function loading(){
  16. $("#loading").show();
  17. }
  18. </script>
  19. <?php pwa::printServiceWorker(); ?>
  20. </body>
  21. </html>
  22. <?php
  23. if(debug::isFile("debug")){
  24. debug::init();
  25. debug::endTimer();
  26. }
  27. ?>