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
1
Merge Requests
1
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
Oscar Enrique Gonzalez Escurra
th-app-java
Commits
40a62e2b
Commit
40a62e2b
authored
Nov 24, 2021
by
Joel Florentin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'joaquin' of
https://phoebe.roshka.com/gitlab/hshah/TalentoHumano
into joel-001
parents
f355e536
3e1dc4f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+2
-2
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
+2
-2
No files found.
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
40a62e2b
...
...
@@ -124,10 +124,10 @@
<div
class=
"inputs mb-3 col-md-6"
>
<label
for=
"nivelIngles"
class=
"form-label"
>
Nivel de inglés
</label>
<select
name=
"nivelIngles"
id=
"nivelIngles"
class=
"content-select"
>
<option
value=
"1"
selected
>
Conocimiento de ingl
e
s muy básico
</option>
<option
value=
"1"
selected
>
Conocimiento de ingl
é
s muy básico
</option>
<option
value=
"2"
>
Comprendo algunas cosas y puedo leer con la ayuda del traductor
</option>
<option
value=
"3"
>
Puedo entender todo lo que leo
</option>
<option
value=
"4"
>
Puedo escribir documentación en ingl
e
s
</option>
<option
value=
"4"
>
Puedo escribir documentación en ingl
é
s
</option>
<option
value=
"5"
>
Puedo escribir y hablar fluidamente
</option>
</select>
</div>
...
...
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
View file @
40a62e2b
...
...
@@ -205,8 +205,8 @@
</c:when>
<c:when test = "${postulante.experienciaMeses > 12}">
<fmt:parseNumber var="j" integerOnly="true" type="
number" value="${postulante.experienciaMeses / 12}
" />
<fmt:parseNumber var="k" integerOnly="true" type="
number" value="${postulante.experienciaMeses % 12}
" />
<fmt:parseNumber var="j" integerOnly="true" type="
NUMBER" value="${postulante.experienciaMeses / 12}" parseLocale="en_US
" />
<fmt:parseNumber var="k" integerOnly="true" type="
NUMBER" value="${postulante.experienciaMeses % 12}" parseLocale="en_US
" />
${j} año<c:if test="${postulante.experienciaMeses >= 24}">s</c:if> <c:if test="${k > 0}"> y ${k} mes<c:if test="${k > 1}">es</c:if></c:if>
</c:when>
...
...
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