diff --git a/curriculumsearch/src/main/resources/static/main.js b/curriculumsearch/src/main/resources/static/main.js index ae72d4b..2e9fbfa 100644 --- a/curriculumsearch/src/main/resources/static/main.js +++ b/curriculumsearch/src/main/resources/static/main.js @@ -377,7 +377,7 @@ function agregarFieldCargo(){ if(car==null) continue; content1 += `
  • - ${document.querySelector('[name=cargo-id] > option[value="'+pairs["cargo-id"]+'"]').innerHTML} + ${document.querySelector('[name=cargo-id] > option[value="'+car.id+'"]').innerHTML}
  • diff --git a/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp b/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp index f838bc9..ca2da8d 100644 --- a/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp +++ b/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp @@ -1,28 +1,54 @@ -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib +prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ page +contentType="text/html;charset=UTF-8" language="java" %> - - - - + + + + Cargo - - - - -
    - -
    - Nombre del cargo - + + + + + + +
    +

    Agregar Cargo

    +
    + +
    + Nombre del cargo + + +
    +
    + +
    +
    -
    - -
    - - -
    - - \ No newline at end of file +
    + + diff --git a/curriculumsearch/src/main/webapp/jsp/cargos.jsp b/curriculumsearch/src/main/webapp/jsp/cargos.jsp index 5c6f2e9..acda338 100644 --- a/curriculumsearch/src/main/webapp/jsp/cargos.jsp +++ b/curriculumsearch/src/main/webapp/jsp/cargos.jsp @@ -1,49 +1,67 @@ -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib +prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ page +contentType="text/html;charset=UTF-8" language="java" %> - - - - + + + + Cargo - - - - -
    + + + + + + +
    +

    Lista de cargos

    +
    - - - + + +
    Agregar Nuevo Cargo -
    -
    +
    +
    - + + + + + + + + - - + + + + - - - - - - - - - - - - - - - -
    #Cargo
    #Cargo${sta.index+1}${cargo.getNombre()} + Ver Convocatorias + Editar cargo
    ${sta.index+1}${cargo.getNombre()}Ver ConvocatoriasEditar cargo
    + + + +
    - - - \ No newline at end of file + + diff --git a/curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp b/curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp index c5062a8..6653ffd 100644 --- a/curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp +++ b/curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp @@ -7,36 +7,41 @@ - Cargo + Convocatoria -
    - -
    - Fecha inicial - - -
    -
    - Fecha Fin - -
    -
    - Cupos: - -
    -
    - Cargo - - - ${cargo.nombre} - - -
    - -
    + + +
    +

    Agregar Convocatoria

    +
    + +
    + Fecha inicial + + +
    +
    + Fecha Fin + +
    +
    + Cupos: + +
    +
    + Cargo + + + ${cargo.nombre} + + +
    + +
    +
    \ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp b/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp index 47703ed..cdec6d8 100644 --- a/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp +++ b/curriculumsearch/src/main/webapp/jsp/convocatorias.jsp @@ -11,57 +11,62 @@ - -
    -
    - - - Estado: - -
    - -
    - -
    - -
    -
    -
    - Agregar Nueva Convocatoria - - - - - - - - - - - - - - - - - - - - - - - - - + + + +
    +

    Lista de convocatorias

    +
    +
    + + + Estado: + +
    + +
    + +
    + + +
    +
    #CargoFecha DesdeFecha HastaVacantes
    ${sta.index+1}${convocatoria.getCargo().getNombre()}${convocatoria.getFechaInicio().toString().split(" ")[0]}${convocatoria.getFechaFin().toString().split(" ")[0]}${convocatoria.getCupos()}Ver PostulantesEditar
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #CargoFecha DesdeFecha HastaVacantes
    ${sta.index+1}${convocatoria.getCargo().getNombre()}${convocatoria.getFechaInicio().toString().split(" ")[0]}${convocatoria.getFechaFin().toString().split(" ")[0]}${convocatoria.getCupos()}Ver PostulantesEditar
    - - - +
    diff --git a/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp b/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp index c6bead7..0b80975 100644 --- a/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp +++ b/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp @@ -2,79 +2,88 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> - + + - + + + + Tecnologia + + - -

    DETALLE POSTULANTE

    -
    - -

    -
    -
    -
    -
    -
    -
    -
    -
    -
    diff --git a/curriculumsearch/src/main/webapp/jsp/header.jsp b/curriculumsearch/src/main/webapp/jsp/header.jsp index b31d9d3..397a029 100644 --- a/curriculumsearch/src/main/webapp/jsp/header.jsp +++ b/curriculumsearch/src/main/webapp/jsp/header.jsp @@ -2,8 +2,54 @@ <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    -
    - -
    + + +
    \ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/jsp/index.jsp b/curriculumsearch/src/main/webapp/jsp/index.jsp index 49f9816..6112019 100644 --- a/curriculumsearch/src/main/webapp/jsp/index.jsp +++ b/curriculumsearch/src/main/webapp/jsp/index.jsp @@ -7,21 +7,16 @@ - - + Document -
    - - - Form postulante - Lista de postulantes - Tecnologias - Lista de convocatorias - Lista de cargos + + +
    +
    + \ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/jsp/postulantes.jsp b/curriculumsearch/src/main/webapp/jsp/postulantes.jsp index 0af78b5..b9cc466 100644 --- a/curriculumsearch/src/main/webapp/jsp/postulantes.jsp +++ b/curriculumsearch/src/main/webapp/jsp/postulantes.jsp @@ -11,7 +11,11 @@ Lista de postulantes - + + + +
    +

    Lista de Postulantes

    @@ -95,39 +99,40 @@ -
    - -
    - +
    + +
    +
    + \ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp b/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp index caceeea..0470123 100644 --- a/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp +++ b/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp @@ -11,22 +11,28 @@ - Hello, world! - - - + + Agregar Tecnologia - - - name: - - + + +
    +

    Agregar Tecnologia

    +
    + + +
    + Nombre: +
    +
    + +
    +
    +
    +
    diff --git a/curriculumsearch/src/main/webapp/jsp/tecnologias.jsp b/curriculumsearch/src/main/webapp/jsp/tecnologias.jsp index 975ce1b..b0f6899 100644 --- a/curriculumsearch/src/main/webapp/jsp/tecnologias.jsp +++ b/curriculumsearch/src/main/webapp/jsp/tecnologias.jsp @@ -11,38 +11,44 @@ - -
    - - - - - - Agregar Nueva Tecnologia -
    -
    - - - - - - - - - - - - - - - - - - - - - -
    #Tecnologia
    ${sta.index+1}${tecnologia.getNombre()}Editar tecnologia
    + + + +
    +

    Lista de Tecnologias

    + +
    +
    + + + +
    + Agregar Nueva Tecnologia +
    +
    + + + + + + + + + + + + + + + + + + + + + +
    #Tecnologia
    ${sta.index+1}${tecnologia.getNombre()}Editar tecnologia
    +