From bb1b1108b971c361be577046c5c30f51d8e8536a Mon Sep 17 00:00:00 2001 From: Oscar Gonzalez Date: Thu, 2 Feb 2023 12:01:39 -0300 Subject: [PATCH] se agrega templates de listado y formulario de creacion de cumples --- curriculumsearch/src/main/webapp/jsp/birthday-form.jsp | 42 ++++++++++++++++++++++++++++++++++++++++++ curriculumsearch/src/main/webapp/jsp/birthdays.jsp | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) create mode 100644 curriculumsearch/src/main/webapp/jsp/birthday-form.jsp create mode 100644 curriculumsearch/src/main/webapp/jsp/birthdays.jsp diff --git a/curriculumsearch/src/main/webapp/jsp/birthday-form.jsp b/curriculumsearch/src/main/webapp/jsp/birthday-form.jsp new file mode 100644 index 0000000..3884fd3 --- /dev/null +++ b/curriculumsearch/src/main/webapp/jsp/birthday-form.jsp @@ -0,0 +1,42 @@ +<%@ 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 uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%> + + + +
+
+
Cumpleaño
+
+ +
+ Nombre Completo + + +
+ Este nombre completo ya existe +
+ Descripción + + + +
+ +
+
+ + +
+
\ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/jsp/birthdays.jsp b/curriculumsearch/src/main/webapp/jsp/birthdays.jsp new file mode 100644 index 0000000..67479eb --- /dev/null +++ b/curriculumsearch/src/main/webapp/jsp/birthdays.jsp @@ -0,0 +1,80 @@ +<%@ 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 uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%> + + + +

Lista de Cumpleaños

+ +
+
+
+
+ + +
+
+ + +
+ +
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
#Nombre CompletoFecha de cumpleaños
${sta.index+1}${cumple.getNombreCompleto()}${cumple.getFecha()}
+
+
+ +
+ + + +
+ + + +
-- libgit2 0.26.0