|
|
@ -3,6 +3,7 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
global $googleApis, $googleStatic, $poppins, $icon, $logoUCA;
|
|
|
|
global $googleApis, $googleStatic, $poppins, $icon, $logoUCA;
|
|
|
|
|
|
|
|
global $jQueryMin, $bundle4, $bundle5;
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link type="text/css" rel="stylesheet" href="Views/CSS/styles.css" />
|
|
|
|
<link type="text/css" rel="stylesheet" href="Views/CSS/styles.css" />
|
|
|
@ -34,9 +35,9 @@
|
|
|
|
<footer class="py-5 bg-white">
|
|
|
|
<footer class="py-5 bg-white">
|
|
|
|
</footer>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
|
|
<script src="<?php echo $jQueryMin; ?>"></script>
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script src="<?php echo $bundle4; ?>"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script src="<?php echo $bundle5; ?>"></script>
|
|
|
|
<script type="text/javascript" src="Views/JS/scripts.js"></script>
|
|
|
|
<script type="text/javascript" src="Views/JS/scripts.js"></script>
|
|
|
|
<script type="text/javascript" src="Views/JS/getData-Ids.js"></script>
|
|
|
|
<script type="text/javascript" src="Views/JS/getData-Ids.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|