This commit is contained in:
2023-09-18 19:08:35 +00:00
parent d6bc6dde37
commit 76fe06b0df
28 changed files with 1259 additions and 1064 deletions

View File

@@ -2,7 +2,9 @@
<html lang="en">
<head>
<title>Consultar horario | <?= $user->facultad['facultad'] ?? 'General' ?></title>
<title>Consultar horario |
<?= $user->facultad['facultad'] ?? 'General' ?>
</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/plain; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -14,14 +16,16 @@
<?php
include('include/constantes.php');
include("import/html_header.php");
html_header("test.php");
?>
<?= "<!-- $user -->" ?>
<main class="container content content-margin" id="local-app">
<?=
# query all profesores from horario_id = 4250 (JOIN HORARIO_PROFESOR, PROFESOR)
ord(" ")
?>
</main>
<?
include "import/html_footer.php";
?>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>