diff --git a/curriculumsearch/src/main/resources/static/main.js b/curriculumsearch/src/main/resources/static/main.js index 9c476ee..f2bb020 100644 --- a/curriculumsearch/src/main/resources/static/main.js +++ b/curriculumsearch/src/main/resources/static/main.js @@ -145,6 +145,16 @@ function agregarFieldTecnologia(){ return; } + for(let i=0;i - ${tecn.tecnologia.nombre} ( ${tecn.nivel} )   - - - + ${tecn.tecnologia.nombre} ( ${tecn.nivel} )   ` @@ -261,17 +268,23 @@ function agregarFieldExpierncia(event){ content += `

Experiencia

-
-
-
-
-
-
-
- - +
+
Institucion
+
${exp.institucion}
+
Cargo
+
${exp.cargo}
+
Referencia
+
${exp.nombreReferencia}
+
Telf. Referencia
+
${exp.telefonoReferencia}
+
Fecha Inicio
+
${exp.fechaDesde}
+
Fecha Fin
+
${exp.fechaHasta}
+
Motivo de salida
+
${exp.motivoSalida}
+
- ` } //content += "" @@ -368,12 +381,20 @@ function agregarFieldEstudio(){ content += `

Estudio

-
-
-
-
-
-
+
+
Institucion
+
${est.institucion.nombre}
+
Tipo de estudio
+
${est.tipoDeEstudio}
+
Carrera
+
${est.temaDeEstudio}
+
Fecha Inicio
+
${est.fechaDesde}
+
Fecha Fin
+
${est.fechaHasta}
+
Estado
+
${est.estado}
+
@@ -527,11 +548,14 @@ function agregarFieldReferencia(event){ content += `

Referencia Personal

- -
-
-
- +
+
Nombre
+
${exp.nombre}
+
Telefono
+
${exp.telefono}
+
Relacion
+
${exp.relacion}
+
`