From aeab3e8c11f1f33187f9e6a11f68e89a47921ee9 Mon Sep 17 00:00:00 2001 From: Yovan Martinez Date: Fri, 13 May 2022 11:13:04 -0400 Subject: [PATCH] Cambiado el formulario a jsp para listar lenguajes dinamicos actualizados de la base de datos,borrado codigo basura en index,correcion de direcion en index --- src/main/webapp/formulario.html | 78 ------------------------------------------------------------------------------ src/main/webapp/formulario.jsp | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/main/webapp/formulario_bootcamp.jsp | 25 ++++++++++++------------- src/main/webapp/index.html | 260 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------------------------- src/main/webapp/index.jsp | 3 ++- 5 files changed, 266 insertions(+), 220 deletions(-) delete mode 100644 src/main/webapp/formulario.html create mode 100644 src/main/webapp/formulario.jsp diff --git a/src/main/webapp/formulario.html b/src/main/webapp/formulario.html deleted file mode 100644 index 2dec900..0000000 --- a/src/main/webapp/formulario.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - postulacion - - - -
- - -
-

Si sigues interesado y cumples con los requisitos, completa el siguiente formulario:

- -
- - -
- - -
- - -
- - -
- - -
- - -
- - - -
-

Lenguajes de programacion que conoces:

-
    -
  • -
    -
  • -
  • -
    -
  • -
  • -
    -
  • - -
  • -
    -
  • - -
  • -
    -
  • - -
- - -
- - -
- - - -
-
- -
- - - \ No newline at end of file diff --git a/src/main/webapp/formulario.jsp b/src/main/webapp/formulario.jsp new file mode 100644 index 0000000..c2948e3 --- /dev/null +++ b/src/main/webapp/formulario.jsp @@ -0,0 +1,120 @@ + +<%@ page language="java" contentType="text/html; charset=UTF-8" +pageEncoding="UTF-8"%> + + + + + + + JSP Page + + + +
+ + + + + + + + + + + + + + +
+

Si sigues interesado y cumples con los requisitos, completa el siguiente formulario:

+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + + +
+

Lenguajes de programacion que conoces:

+ + <%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> + + <% + LenguajeDao lenDao = new LenguajeDao(); + List listLenguaje = lenDao.listar(); + Iterator iter = listLenguaje.iterator(); + Lenguaje len = null; + + + %> +
    + <% while(iter.hasNext()){ + len = iter.next(); + + %> +
  • + id= + <%=len.getNombre_lenguaje() %> name= + <%=len.getNombre_lenguaje() %> type="checkbox">
    +
  • + + <% } %> + + + +
+ + +
+ + +
+ + + + +
+ +
+ + + \ No newline at end of file diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index def19c3..0061e57 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -1,31 +1,29 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - - + + + - + JSP Page +

Crear Bootcamp

<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> - <% + <% LenguajeDao lenDao = new LenguajeDao(); List listLenguaje = lenDao.listar(); Iterator iter = listLenguaje.iterator(); Lenguaje len = null; - - %> - - -
- - <% while(iter.hasNext()){ len = iter.next(); @@ -35,7 +33,8 @@ pageEncoding="UTF-8"%> <% } %> -
+
- + + \ No newline at end of file diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 9ca157c..a5665bd 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1,15 +1,11 @@ + - + @@ -22,16 +18,16 @@
@@ -46,21 +42,22 @@ -






-
+






+
-

Es tu turno Postulate para el bootcamp

-

Aprende

+
+

Es tu turno Postulate para el bootcamp

+

Aprende

+
+
+
+

Es un campo de entrenamiento intensivo y gratuito para principiantes que ya programan y quieren ser parte de la empresa

+
+
+ +
-
-

Es un campo de entrenamiento intensivo y gratuito para principiantes que ya programan y quieren ser parte de la empresa

-
-
- - -
-
@@ -71,54 +68,54 @@
- + + + } + /* */ + + .postulacion { + border-radius: 30px; + } + + .cta-main { + width: 200px; + font-family: monospace; + background-color: yellow; + border: none; + } + \ No newline at end of file diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 705ff4a..a026d71 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -14,7 +14,8 @@
Hello Servlet
- Postulate aqui + + -- libgit2 0.26.0