diff --git a/curriculumsearch/src/main/java/com/roshka/modelo/Postulante.java b/curriculumsearch/src/main/java/com/roshka/modelo/Postulante.java index 7c27b6a..6d037a2 100644 --- a/curriculumsearch/src/main/java/com/roshka/modelo/Postulante.java +++ b/curriculumsearch/src/main/java/com/roshka/modelo/Postulante.java @@ -96,6 +96,9 @@ public class Postulante { @Column(name = "disponibilidad", length = 2) private Disponibilidad disponibilidad; + @Column(name = "tecnologia_otros") + private String tecnologiaOtros; + @JsonManagedReference(value = "postulantetecnologia-postulante") @OneToMany(mappedBy = "postulante",cascade = CascadeType.ALL) private List tecnologias; diff --git a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css index 105dde9..32b1605 100644 --- a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css +++ b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css @@ -213,4 +213,9 @@ h4{ } form[name="postulante"]{ color: #ffffff; +} + +.form-check-input:checked { + background-color: #198754; + border-color: #0d6efd; } \ No newline at end of file diff --git a/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp b/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp index 38c588e..55798c9 100644 --- a/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp +++ b/curriculumsearch/src/main/webapp/jsp/postulante-form.jsp @@ -217,6 +217,27 @@ + +
+
+ +
+
+ +

Otras Tecnologias

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

@@ -238,7 +259,7 @@
-

Referencia Personal

+

Referencias Personales

@@ -371,7 +392,7 @@