diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index cc4cccb..cac817a 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -23,6 +23,10 @@ +
LOGOUT
+ INICIO
+ MENU
+

CREAR BOOTCAMP

diff --git a/src/main/webapp/formulario_lenguaje.jsp b/src/main/webapp/formulario_lenguaje.jsp index e3ea9fd..ff9ad07 100644 --- a/src/main/webapp/formulario_lenguaje.jsp +++ b/src/main/webapp/formulario_lenguaje.jsp @@ -25,7 +25,15 @@ +
LOGOUT
+ INICIO
+ MENU
+
+ + +
+

CREAR LENGUAJE

<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> diff --git a/src/main/webapp/formulario_profesor.jsp b/src/main/webapp/formulario_profesor.jsp index 4be69b3..4ac221d 100644 --- a/src/main/webapp/formulario_profesor.jsp +++ b/src/main/webapp/formulario_profesor.jsp @@ -25,8 +25,12 @@ - +
+

CREAR PROFESOR Y FILTRAR

<%@ page import="com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator" %> diff --git a/src/main/webapp/menu.css b/src/main/webapp/menu.css index d081613..443ae95 100644 --- a/src/main/webapp/menu.css +++ b/src/main/webapp/menu.css @@ -51,4 +51,8 @@ .menu li:hover { background-color: rgb(18, 18, 98); - } \ No newline at end of file + } + + .botones a{ + color: black; + } \ No newline at end of file diff --git a/src/main/webapp/menu.jsp b/src/main/webapp/menu.jsp index e8bc257..db40705 100644 --- a/src/main/webapp/menu.jsp +++ b/src/main/webapp/menu.jsp @@ -8,10 +8,6 @@ }%> - - - - @@ -48,10 +44,14 @@ clear: both; display: table; } - + a { color: white; } + .botones a { + + color: black; + } .menu { width: 50%; @@ -81,6 +81,12 @@ +
+ LOGOUT
+ INICIO
+
+ +

MENU TH

diff --git a/src/main/webapp/postulante-consulta.jsp b/src/main/webapp/postulante-consulta.jsp index cbe528c..fcc0b02 100644 --- a/src/main/webapp/postulante-consulta.jsp +++ b/src/main/webapp/postulante-consulta.jsp @@ -1,3 +1,13 @@ + <%@ page import= "jakarta.servlet.http.* , java.lang.Object" %> + <%HttpSession session1 = request.getSession(true); + Object done = session1.getAttribute("logon.isDone"); + if (done == null) { + session1.setAttribute("login.target", HttpUtils.getRequestURL(request).toString()); + response.sendRedirect(request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath() +"/login.jsp"); + return; + + }%> + <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib uri = "http://java.sun.com/jsp/jstl/core" prefix = "c" %>