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()}
+
+
+ +
+ + + +
+ + + +