From 13da5dba4b5f3f90fe48ddff97c6f229dbc42ed0 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 24 Nov 2021 15:02:06 -0300 Subject: [PATCH] agregar cargo y tech vista corregida --- curriculumsearch/src/main/webapp/jsp/cargo-form.jsp | 44 ++++++++++++++++++++++++-------------------- curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp | 43 +++++++++++++++++++++++++++---------------- 2 files changed, 51 insertions(+), 36 deletions(-) diff --git a/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp b/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp index 8772468..d129aa6 100644 --- a/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp +++ b/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp @@ -5,32 +5,36 @@ -
-
${cargo.id == null ? "Agregar" : "Modificar"} Cargo
+
+
+
Cargo
+
-
- Nombre del cargo - - -
- Este nombre ya existe +
+ Nombre del cargo + + +
+ Este nombre ya existe +
+
+ -
- -
+
diff --git a/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp b/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp index d276547..d79c089 100644 --- a/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp +++ b/curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp @@ -4,23 +4,34 @@ <%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%> - -

${tecnologia.id == null ? "Agregar" : "Modificar"} TecnologĂ­a

-
- - -
- Nombre: - -
- Este nombre ya existe -
+
+
+
TecnologĂ­a
-
- -
- -
+ +
+ Nombre + + +
+ Este nombre ya existe +
+
+ +
+
+ + \ No newline at end of file -- libgit2 0.26.0