_cms.foot.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <script src="<?php cache::printFileWithTime("libs/js/jquery-migrate-3.3.2.min.js") ?>" type="text/javascript"></script>
  12. <?php
  13. alert::show();
  14. ?>
  15. <script>
  16. function loading(){
  17. $("#loading").show();
  18. }
  19. </script>
  20. <?php pwa::printServiceWorker(); ?>
  21. </body>
  22. </html>
  23. <?php
  24. if(debug::isFile("debug")){
  25. debug::init();
  26. debug::endTimer();
  27. }
  28. ?>