test.php 887 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Consultar horario | <?= $user->facultad['facultad'] ?? 'General' ?></title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="content-type" content="text/plain; charset=UTF-8" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8. <?php include_once "import/html_css_files.php"; ?>
  9. </head>
  10. <!-- -->
  11. <body style="display: block;">
  12. <?php
  13. include('include/constantes.php');
  14. include("import/html_header.php");
  15. ?>
  16. <?= "<!-- $user -->" ?>
  17. <main class="container content content-margin" id="local-app">
  18. <?=
  19. # query all profesores from horario_id = 4250 (JOIN HORARIO_PROFESOR, PROFESOR)
  20. ord(" ")
  21. ?>
  22. </main>
  23. </body>
  24. <script src="js/jquery.min.js"></script>
  25. <script src="js/bootstrap/bootstrap.min.js"></script>
  26. <script>
  27. </script>
  28. </html>