-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
834e478
commit 33f97d7
Showing
36 changed files
with
57 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,37 +6,30 @@ | |
<link rel="icon" href="../images/logoUlpgc.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!--Dependencias de estilos --> | ||
<link rel="stylesheet" href="../css/header.css"> | ||
<link rel="stylesheet" href="../css/footer.css"> | ||
<link rel="stylesheet" href="../css/form.css"> | ||
<link rel="stylesheet" href="../css/eventList.css"> | ||
|
||
|
||
<!-- Toast--> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- Font-awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"> | ||
|
||
<!-- Bootstrap --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script> | ||
|
||
<!-- Scripts de funcionalidad --> | ||
<script src = "../js/header.js" type="module"></script> | ||
<script src = "../js/formCreateEvent.js" type="module"></script> | ||
<script src = "../js/prueba.js" type="module"></script> | ||
<script src = "../js/createEvent.js" type="module"></script> | ||
<script src = "../js/changeLanguage.js"></script> | ||
</head> | ||
<body id="cuerpo-pagina"> | ||
<header id="header"></header> | ||
<div id="createEvent"></div> | ||
<!--Footer Dinamico --> | ||
<footer><div id="footer"></div></footer> | ||
<footer><div id="footer"></div></footer> | ||
</body> | ||
</html> | ||
|
||
|
@@ -70,7 +63,6 @@ | |
console.log(formsig); | ||
formactual.classList.add("displayoff"); | ||
formsig.classList.remove("displayoff") | ||
console.log("me han pulsado") | ||
} | ||
|
||
|
||
|
@@ -90,7 +82,6 @@ | |
var2="Fourth"; | ||
break; | ||
case 5: | ||
console.log("jojojojo") | ||
var1="Fourth"; | ||
var2="Fifth"; | ||
break; | ||
|
@@ -103,7 +94,6 @@ | |
console.log(formsig); | ||
formsig.classList.add("displayoff"); | ||
formactual.classList.remove("displayoff") | ||
console.log("me han pulsado") | ||
} | ||
const fileInput = document.getElementById('file-input-event'); | ||
if(fileInput){ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,37 +6,30 @@ | |
<link rel="icon" href="../images/logoUlpgc.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!--Dependencias de estilos --> | ||
<link rel="stylesheet" href="../css/header.css"> | ||
<link rel="stylesheet" href="../css/footer.css"> | ||
<link rel="stylesheet" href="../css/form.css"> | ||
<link rel="stylesheet" href="../css/eventList.css"> | ||
|
||
|
||
<!-- Toast--> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- Font-awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"> | ||
|
||
<!-- Bootstrap --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script> | ||
|
||
<!-- Scripts de funcionalidad --> | ||
<script src = "../js/header.js" type="module"></script> | ||
<script src = "../js/formCreateEvent.js" type="module"></script> | ||
<script src = "../js/prueba2.js" type="module"></script> | ||
<script src = "../js/modifyEvent.js" type="module"></script> | ||
<script src = "../js/changeLanguage.js"></script> | ||
</head> | ||
<body id="cuerpo-pagina"> | ||
<header id="header"></header> | ||
<div id="createEvent"></div> | ||
<!--Footer Dinamico --> | ||
<footer><div id="footer"></div></footer> | ||
<footer><div id="footer"></div></footer> | ||
</body> | ||
</html> | ||
|
||
|
@@ -70,7 +63,6 @@ | |
console.log(formsig); | ||
formactual.classList.add("displayoff"); | ||
formsig.classList.remove("displayoff") | ||
console.log("me han pulsado") | ||
} | ||
|
||
|
||
|
@@ -90,20 +82,18 @@ | |
var2="Fourth"; | ||
break; | ||
case 5: | ||
console.log("jojojojo") | ||
var1="Fourth"; | ||
var2="Fifth"; | ||
break; | ||
default: | ||
break; | ||
break; | ||
} | ||
|
||
const formactual = document.getElementById(var1) | ||
const formsig = document.getElementById(var2) | ||
console.log(formsig); | ||
formsig.classList.add("displayoff"); | ||
formactual.classList.remove("displayoff") | ||
console.log("me han pulsado") | ||
} | ||
const fileInput = document.getElementById('file-input-event'); | ||
if(fileInput){ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,25 @@ | |
<link rel="icon" href="../images/logoUlpgc.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!--Dependencias de estilos --> | ||
<link rel="stylesheet" href="../css/header.css"> | ||
<link rel="stylesheet" href="../css/footer.css"> | ||
<link rel="stylesheet" href="../../css/eventList.css"> | ||
|
||
<!-- Toast--> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script> | ||
|
||
<!-- Font-awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"> | ||
|
||
<!-- Bootstrap --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script> | ||
|
||
<!-- Scripts de funcionalidad --> | ||
<script src = "../js/header.js" type="module"></script> | ||
<script src="../js/loadListEvents.js" type="module"></script> | ||
<script src = "../js/changeLanguage.js"></script> | ||
<script src = "../js/exportXls.js" type="module"></script> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!-- Dependencias de excel --> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> | ||
<script src="//cdn.rawgit.com/rainabba/jquery-table2excel/1.1.0/dist/jquery.table2excel.min.js"></script> | ||
|
||
|
@@ -60,10 +54,6 @@ <h1 id="header-lista-eventos-usuario"></h1> | |
</html> | ||
|
||
|
||
|
||
|
||
|
||
<!--Modal borrar evento--> | ||
<div class="modal fade" id="deleteEventModal" tabindex="-1" role="dialog" aria-labelledby="deleteEventModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog" role="document"> | ||
<div class="modal-content" id="modal-delete_list-evento"> | ||
|
@@ -82,7 +72,6 @@ <h5 class="modal-title" id="deleteEventModalLabel">Eliminar evento</h5> | |
</div> | ||
</div> | ||
|
||
<!--Modal borrar evento--> | ||
<div class="modal fade" id="deleteEventModal" tabindex="-1" role="dialog" aria-labelledby="deleteEventModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog" role="document"> | ||
<div class="modal-content"> | ||
|
@@ -102,11 +91,4 @@ <h5 class="modal-title" id="deleteEventModalLabel">Eliminar evento</h5> | |
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,42 +6,31 @@ | |
<link rel="icon" href="../images/logoUlpgc.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!--Dependencias de estilos --> | ||
<link rel="stylesheet" href="../css/header.css"> | ||
<link rel="stylesheet" href="../css/footer.css"> | ||
<link rel= "stylesheet" href="../css/eventView.css"> | ||
|
||
<!-- Toast--> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script> | ||
|
||
<!-- Font-awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"> | ||
|
||
<!-- Bootstrap --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> | ||
|
||
<!-- Feather --> | ||
<script src="https://unpkg.com/feather-icons"></script> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
|
||
<!--Dependencias--> | ||
<script src = "../js/header.js" type="module"></script> | ||
<script src = "../js/showInformationEvent.js" type="module"></script> | ||
<script src = "../js/changeLanguage.js"></script> | ||
|
||
</head> | ||
<body id="cuerpo-pagina"> | ||
<!--Header Dinamico --> | ||
<header id="header"></header> | ||
|
||
<!-- Contenido de la informacion del evento--> | ||
<div class="title" id="content-show-information"></div> | ||
|
||
<!--Footer Dinamico --> | ||
<footer><div id="footer"></div></footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,26 +6,21 @@ | |
<link rel="icon" href="../images/logoUlpgc.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!--Dependencias de estilos --> | ||
<link rel="stylesheet" href="../css/header.css"> | ||
<link rel="stylesheet" href="../css/footer.css"> | ||
<link rel="stylesheet" href="../css/index.css"> | ||
<link rel="stylesheet" href="../../css/categoryBar.css"> | ||
|
||
<!-- Toast--> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script> | ||
|
||
<!-- Font-awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"> | ||
|
||
<!-- Scripts de funcionalidad --> | ||
<script src = "../js/header.js" type="module"></script> | ||
<script src = "../js/chooseCategory.js" type="module"></script> | ||
<script src = "../js/categoryBar.js"></script> | ||
<script src = "../js/changeLanguage.js"></script> | ||
|
||
<!-- Bootstrap --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script> | ||
|
@@ -43,7 +38,6 @@ | |
</div> | ||
</div> | ||
</div> | ||
<!--Footer Dinamico --> | ||
<footer><div id="footer"></div></footer> | ||
<footer><div id="footer"></div></footer> | ||
</body> | ||
</html> |
Oops, something went wrong.