Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
th-app-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Amparo Oliver
th-app-java
Commits
cb06a58f
Commit
cb06a58f
authored
Nov 26, 2021
by
Joaquin Elias Baranda Ayala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correccion de tildes en el Front
parent
5bdcd30f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
32 deletions
+34
-32
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
+25
-25
curriculumsearch/src/main/webapp/jsp/forgot_password_form.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/login.jsp
+4
-3
curriculumsearch/src/main/webapp/jsp/registration.jsp
+4
-3
No files found.
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
View file @
cb06a58f
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-3">
<div class="col-sm-3">
<h6 class="mb-0">Nro de
D
ocumento</h6>
<h6 class="mb-0">Nro de
d
ocumento</h6>
</div>
</div>
<div class="col-sm-9 text-secondary">
<div class="col-sm-9 text-secondary">
${postulante.tipoDocumento}: ${postulante.nroDocument}
${postulante.tipoDocumento}: ${postulante.nroDocument}
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-3">
<div class="col-sm-3">
<h6 class="mb-0">Tel
e
fono</h6>
<h6 class="mb-0">Tel
é
fono</h6>
</div>
</div>
<div class="col-sm-9 text-secondary">
<div class="col-sm-9 text-secondary">
${postulante.telefono}
${postulante.telefono}
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-3">
<div class="col-sm-3">
<h6 class="mb-0">Direcci
o
n</h6>
<h6 class="mb-0">Direcci
ó
n</h6>
</div>
</div>
<div class="col-sm-9 text-secondary">
<div class="col-sm-9 text-secondary">
${postulante.direccion}
${postulante.direccion}
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-3">
<div class="col-sm-3">
<h6 class="mb-0">Nivel de
Ingle
s</h6>
<h6 class="mb-0">Nivel de
inglé
s</h6>
</div>
</div>
<div class="col-sm-9 text-secondary">
<div class="col-sm-9 text-secondary">
${postulante.nivelIngles}
${postulante.nivelIngles}
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-3">
<div class="col-sm-3">
<h6 class="mb-0">Estado
C
ivil</h6>
<h6 class="mb-0">Estado
c
ivil</h6>
</div>
</div>
<div class="col-sm-9 text-secondary">
<div class="col-sm-9 text-secondary">
${postulante.estadoCivil.getDescripcion()}
${postulante.estadoCivil.getDescripcion()}
...
@@ -115,7 +115,7 @@
...
@@ -115,7 +115,7 @@
<hr>
<hr>
<div class="row">
<div class="row">
<div class="col-sm-3">
<div class="col-sm-3">
<h6 class="mb-0">
ComentarioRRHH
</h6>
<h6 class="mb-0">
Observación
</h6>
</div>
</div>
<div class="col-sm-9 text-secondary">
<div class="col-sm-9 text-secondary">
${postulante.getComentarioRRHH()}
${postulante.getComentarioRRHH()}
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
<div id="buttonRow" style="display: block">
<div id="buttonRow" style="display: block">
<div class="row">
<div class="row">
<div class="col-4">
<div class="col-4">
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#estadoModalLong">Agregar observaci
o
n</button>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#estadoModalLong">Agregar observaci
ó
n</button>
</div>
</div>
<div class="col-4">
<div class="col-4">
<div class="dropdown">
<div class="dropdown">
...
@@ -169,11 +169,11 @@
...
@@ -169,11 +169,11 @@
<c:choose>
<c:choose>
<c:when test="${postulante.experiencias.size() > 1}">
<c:when test="${postulante.experiencias.size() > 1}">
<i class="bi bi-arrow-left-circle-fill" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev"></i>
<i class="bi bi-arrow-left-circle-fill" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev"></i>
Experiencia
s
Experiencia
(s)
<i class="bi bi-arrow-right-circle-fill" data-bs-target="#carouselExampleIndicators" data-bs-slide="next"></i>
<i class="bi bi-arrow-right-circle-fill" data-bs-target="#carouselExampleIndicators" data-bs-slide="next"></i>
</c:when>
</c:when>
<c:otherwise>
<c:otherwise>
Experiencia
s
Experiencia
(s)
</c:otherwise>
</c:otherwise>
</c:choose>
</c:choose>
...
@@ -185,18 +185,18 @@
...
@@ -185,18 +185,18 @@
<ul class="list-group list-group-flush ">
<ul class="list-group list-group-flush ">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Instituci
o
n</h6>
<h6 class="mb-0">Instituci
ó
n</h6>
<span class="text-secondary">${detalle_experiencia.getInstitucion()}</span>
<span class="text-secondary">${detalle_experiencia.getInstitucion()}</span>
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Fecha
I
nicio</h6>
<h6 class="mb-0">Fecha
i
nicio</h6>
<span class="text-secondary"><fmt:formatDate value="${detalle_experiencia.getFechaDesde()}" pattern="dd-MM-yyyy" /></span>
<span class="text-secondary"><fmt:formatDate value="${detalle_experiencia.getFechaDesde()}" pattern="dd-MM-yyyy" /></span>
<!-- <input style="display:none;" id="fechaInicioExp" value="${detalle_experiencia.getFechaDesde()}">
<!-- <input style="display:none;" id="fechaInicioExp" value="${detalle_experiencia.getFechaDesde()}">
<span style="display: none;" class="text-secondary" id="fechaInicioExp2">${detalle_experiencia.getFechaDesde()}</span>-->
<span style="display: none;" class="text-secondary" id="fechaInicioExp2">${detalle_experiencia.getFechaDesde()}</span>-->
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Fecha
F
in</h6>
<h6 class="mb-0">Fecha
f
in</h6>
<span class="text-secondary"><fmt:formatDate value="${detalle_experiencia.getFechaHasta()}" pattern="dd-MM-yyyy" /></span>
<span class="text-secondary"><fmt:formatDate value="${detalle_experiencia.getFechaHasta()}" pattern="dd-MM-yyyy" /></span>
<!-- <input style="display:none;" id="fechaFinExp" value="${detalle_experiencia.getFechaHasta()}">
<!-- <input style="display:none;" id="fechaFinExp" value="${detalle_experiencia.getFechaHasta()}">
<span style="display: none;" class="text-secondary" id="fechaFinExp2">${detalle_experiencia.getFechaHasta()}</span>-->
<span style="display: none;" class="text-secondary" id="fechaFinExp2">${detalle_experiencia.getFechaHasta()}</span>-->
...
@@ -206,7 +206,7 @@
...
@@ -206,7 +206,7 @@
<span class="text-secondary">${detalle_experiencia.getNombreReferencia()}</span>
<span class="text-secondary">${detalle_experiencia.getNombreReferencia()}</span>
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Tel
e
fono de la referencia</h6>
<h6 class="mb-0">Tel
é
fono de la referencia</h6>
<span class="text-secondary">${detalle_experiencia.getTelefonoReferencia()}</span>
<span class="text-secondary">${detalle_experiencia.getTelefonoReferencia()}</span>
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
...
@@ -244,11 +244,11 @@
...
@@ -244,11 +244,11 @@
<c:choose>
<c:choose>
<c:when test="${postulante.estudios.size() > 1}">
<c:when test="${postulante.estudios.size() > 1}">
<i class="bi bi-arrow-left-circle-fill" data-bs-target="#carouselExampleIndicators1" data-bs-slide="prev"></i>
<i class="bi bi-arrow-left-circle-fill" data-bs-target="#carouselExampleIndicators1" data-bs-slide="prev"></i>
Estudio
Estudio
(s)
<i class="bi bi-arrow-right-circle-fill" data-bs-target="#carouselExampleIndicators1" data-bs-slide="next"></i>
<i class="bi bi-arrow-right-circle-fill" data-bs-target="#carouselExampleIndicators1" data-bs-slide="next"></i>
</c:when>
</c:when>
<c:otherwise>
<c:otherwise>
Estudio
s
Estudio
(s)
</c:otherwise>
</c:otherwise>
</c:choose>
</c:choose>
...
@@ -258,24 +258,24 @@
...
@@ -258,24 +258,24 @@
<ul class="list-group list-group-flush ">
<ul class="list-group list-group-flush ">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Instituci
o
n</h6>
<h6 class="mb-0">Instituci
ó
n</h6>
<span class="text-secondary">${detalle_estudios.getInstitucion().getNombre()}</span>
<span class="text-secondary">${detalle_estudios.getInstitucion().getNombre()}</span>
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Fecha
I
nicio</h6>
<h6 class="mb-0">Fecha
i
nicio</h6>
<span class="text-secondary"><fmt:formatDate value="${detalle_estudios.getFechaDesde()}" pattern="dd-MM-yyyy" /></span>
<span class="text-secondary"><fmt:formatDate value="${detalle_estudios.getFechaDesde()}" pattern="dd-MM-yyyy" /></span>
<!-- <input style="display:none;" id="fechaInicioEst" value="${detalle_estudios.getFechaDesde()}">-->
<!-- <input style="display:none;" id="fechaInicioEst" value="${detalle_estudios.getFechaDesde()}">-->
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Fecha
F
in</h6>
<h6 class="mb-0">Fecha
f
in</h6>
<span class="text-secondary"><fmt:formatDate value="${detalle_estudios.getFechaHasta()}" pattern="dd-MM-yyyy" /></span>
<span class="text-secondary"><fmt:formatDate value="${detalle_estudios.getFechaHasta()}" pattern="dd-MM-yyyy" /></span>
<!-- <input style="display:none;" id="fechaFinEst" value="${detalle_estudios.getFechaHasta()}">-->
<!-- <input style="display:none;" id="fechaFinEst" value="${detalle_estudios.getFechaHasta()}">-->
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">Tipo de
E
studio</h6>
<h6 class="mb-0">Tipo de
e
studio</h6>
<span class="text-secondary">${detalle_estudios.getTipoDeEstudio()}</span>
<span class="text-secondary">${detalle_estudios.getTipoDeEstudio()}</span>
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
...
@@ -304,7 +304,7 @@
...
@@ -304,7 +304,7 @@
<div class="col-md-6">
<div class="col-md-6">
<div class="card h-100">
<div class="card h-100">
<div class="card-body">
<div class="card-body">
<h6 class="text-start fw-bold">Tecnolog
ias
</h6>
<h6 class="text-start fw-bold">Tecnolog
ía(s)
</h6>
<c:forEach items="${postulante.tecnologias}" var="detalle_tecnologia">
<c:forEach items="${postulante.tecnologias}" var="detalle_tecnologia">
<small>${detalle_tecnologia.getTecnologia().getNombre()}</small>
<small>${detalle_tecnologia.getTecnologia().getNombre()}</small>
<div class="progress mb-3" style="height: 5px">
<div class="progress mb-3" style="height: 5px">
...
@@ -312,7 +312,7 @@
...
@@ -312,7 +312,7 @@
</div>
</div>
</c:forEach>
</c:forEach>
<hr>
<hr>
<h6 class="text-start fw-bold">Cargo
s
al que postula</h6>
<h6 class="text-start fw-bold">Cargo
(s)
al que postula</h6>
<ul class="list-group list-group-flush">
<ul class="list-group list-group-flush">
<c:forEach items="${postulante.postulaciones}" var="convocatoria">
<c:forEach items="${postulante.postulaciones}" var="convocatoria">
...
@@ -321,10 +321,10 @@
...
@@ -321,10 +321,10 @@
<div class="ms-2 me-auto">
<div class="ms-2 me-auto">
<div class="fw-bold">${convocatoria.getCargo().getNombre()}</div>
<div class="fw-bold">${convocatoria.getCargo().getNombre()}</div>
Inici
o
en: <fmt:formatDate value="${convocatoria.getFechaInicio()}" pattern="dd/MM/yyyy" />
Inici
ó
en: <fmt:formatDate value="${convocatoria.getFechaInicio()}" pattern="dd/MM/yyyy" />
<c:if test="${convocatoria.getFechaFin() != null}">
<c:if test="${convocatoria.getFechaFin() != null}">
<br>
<br>
Finaliz
o
el: <fmt:formatDate value="${convocatoria.getFechaFin()}" pattern="dd/MM/yyyy" />
Finaliz
ó
el: <fmt:formatDate value="${convocatoria.getFechaFin()}" pattern="dd/MM/yyyy" />
</c:if>
</c:if>
</div>
</div>
</li>
</li>
...
@@ -338,7 +338,7 @@
...
@@ -338,7 +338,7 @@
<div class="col-md-6">
<div class="col-md-6">
<div class="card">
<div class="card">
<div class="card-body">
<div class="card-body">
<h6 class="text-start fw-bold">Referencias
P
ersonales</h6>
<h6 class="text-start fw-bold">Referencias
p
ersonales</h6>
<ul class="list-group list-group-flush">
<ul class="list-group list-group-flush">
<c:forEach items="${postulante.referencias}" var="referencia">
<c:forEach items="${postulante.referencias}" var="referencia">
...
@@ -383,7 +383,7 @@
...
@@ -383,7 +383,7 @@
</form:select>
</form:select>
</div>
</div>
<div class="inputs">
<div class="inputs">
<form:label path="comentarioRRHH" class="form-label">
Comentario
RRHH</form:label>
<form:label path="comentarioRRHH" class="form-label">
Observación
RRHH</form:label>
<form:textarea class="form-control" path="comentarioRRHH" id="comentarioRRHH"></form:textarea>
<form:textarea class="form-control" path="comentarioRRHH" id="comentarioRRHH"></form:textarea>
</div><br>
</div><br>
...
...
curriculumsearch/src/main/webapp/jsp/forgot_password_form.jsp
View file @
cb06a58f
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</div>
</div>
<div>
<div>
<p>
<p>
<input
type=
"email"
name=
"email"
class=
"form-control"
placeholder=
"
Enter your e-
mail"
required
autofocus
/>
<input
type=
"email"
name=
"email"
class=
"form-control"
placeholder=
"
Ingrese su E
mail"
required
autofocus
/>
</p>
</p>
<p
class=
"text-center"
>
<p
class=
"text-center"
>
<input
type=
"submit"
value=
"Send"
class=
"btn btn-primary"
/>
<input
type=
"submit"
value=
"Send"
class=
"btn btn-primary"
/>
...
...
curriculumsearch/src/main/webapp/jsp/login.jsp
View file @
cb06a58f
<
%@
taglib
prefix=
"form"
uri=
"http://www.springframework.org/tags/form"
%
>
<
%@
taglib
prefix=
"form"
uri=
"http://www.springframework.org/tags/form"
%
>
<html
lang=
"en"
>
<
%@
page
contentType=
"text/html;charset=UTF-8"
language=
"java"
%
>
<html
lang=
"es"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
@@ -41,10 +42,10 @@
...
@@ -41,10 +42,10 @@
<hr
class=
"my-4"
>
<hr
class=
"my-4"
>
<div
class=
"row"
>
<div
class=
"row"
>
<a
href=
"/forgot-password"
>
Olvidaste tu contrase
n
a?
</a>
<a
href=
"/forgot-password"
>
Olvidaste tu contrase
ñ
a?
</a>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<a
href=
"/register"
>
Reg
istrate
</a>
<a
href=
"/register"
>
Reg
ístrate !
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
curriculumsearch/src/main/webapp/jsp/registration.jsp
View file @
cb06a58f
<
%@
taglib
prefix=
"form"
uri=
"http://www.springframework.org/tags/form"
%
>
<
%@
taglib
prefix=
"form"
uri=
"http://www.springframework.org/tags/form"
%
>
<
%@
page
contentType=
"text/html;charset=UTF-8"
language=
"java"
%
>
<html>
<html>
<head>
<head>
<meta
charset=
"ISO-8859-1"
>
<meta
charset=
"ISO-8859-1"
>
...
@@ -30,7 +31,7 @@
...
@@ -30,7 +31,7 @@
<jsp:include
page=
"alerts.jsp"
/>
<jsp:include
page=
"alerts.jsp"
/>
<div
class=
"row d-flex justify-content-center align-items-center h-100"
>
<div
class=
"row d-flex justify-content-center align-items-center h-100"
>
<div
class=
"col-lg-8 col-xl-6"
>
<div
class=
"col-lg-8 col-xl-6"
>
<h3
class=
"mb-4 pb-2 pb-md-0 mb-md-5 px-md-2"
style=
"text-align: center;"
>
Informaci
o
n de Registro
</h3>
<h3
class=
"mb-4 pb-2 pb-md-0 mb-md-5 px-md-2"
style=
"text-align: center;"
>
Informaci
ó
n de Registro
</h3>
<div
class=
"card rounded-3"
>
<div
class=
"card rounded-3"
>
<div
class=
"card-body p-4 p-md-5"
>
<div
class=
"card-body p-4 p-md-5"
>
...
@@ -56,7 +57,7 @@
...
@@ -56,7 +57,7 @@
</div>
</div>
<div
class=
"mb-4"
>
<div
class=
"mb-4"
>
<form:label
path=
"password"
class=
"form-label"
>
Contrase
n
a
</form:label>
<form:label
path=
"password"
class=
"form-label"
>
Contrase
ñ
a
</form:label>
<form:input
type=
"password"
path=
"password"
class=
"form-control"
required=
"required"
></form:input>
<form:input
type=
"password"
path=
"password"
class=
"form-control"
required=
"required"
></form:input>
</div>
</div>
<div
class=
"row mb-4 pb-2 pb-md-0 mb-md-5"
>
<div
class=
"row mb-4 pb-2 pb-md-0 mb-md-5"
>
...
@@ -70,7 +71,7 @@
...
@@ -70,7 +71,7 @@
</div>
</div>
</div>
</div>
<button
type=
"submit"
class=
"btn btn-primary btn-lg mb-1"
>
Submit
</button>
<button
type=
"submit"
class=
"btn btn-primary btn-lg mb-1"
>
Guardar
</button>
</form:form>
</form:form>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment