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
a9d830fa
You need to sign in or sign up before continuing.
Commit
a9d830fa
authored
Nov 25, 2021
by
Joel Florentin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'giuli_001' of
https://phoebe.roshka.com/gitlab/hshah/TalentoHumano
into joel-001
parents
87be5ebb
015b3b82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
curriculumsearch/src/main/webapp/jsp/forgot_password_form.jsp
+3
-3
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
+5
-5
curriculumsearch/src/main/webapp/jsp/reset_password_form.jsp
+2
-2
No files found.
curriculumsearch/src/main/webapp/jsp/forgot_password_form.jsp
View file @
a9d830fa
...
@@ -13,15 +13,15 @@
...
@@ -13,15 +13,15 @@
</head>
</head>
<body>
<body>
<jsp:include
page=
"alerts.jsp"
/>
<jsp:include
page=
"alerts.jsp"
/>
<div>
<div
class=
"container"
>
<h2
>
Forgot Password
</h2>
<h2
class=
"col float-center"
>
Recuperación de Contraseña
</h2>
</div>
</div>
<form:form
action=
"/forgot-password"
method=
"post"
style=
"max-width: 420px; margin: 0 auto;"
>
<form:form
action=
"/forgot-password"
method=
"post"
style=
"max-width: 420px; margin: 0 auto;"
>
<div
class=
"border border-secondary rounded p-3"
>
<div
class=
"border border-secondary rounded p-3"
>
<div>
<div>
<p>
We will be sending a reset password link to your email.
</p>
<p>
Te enviaremos el link de recuperación de tu cuenta a tu email
</p>
</div>
</div>
<div>
<div>
<p>
<p>
...
...
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
View file @
a9d830fa
...
@@ -59,11 +59,11 @@
...
@@ -59,11 +59,11 @@
<div class="col-auto col-md-8">
<div class="col-auto col-md-8">
<select class="form-select form-select-sm " name="expInMonths" id="expInMonths">
<select class="form-select form-select-sm " name="expInMonths" id="expInMonths">
<option value="">Todas</option>
<option value="">Todas</option>
<option value="0-6">Menor a 6 meses</option>
<option value="0-6"
${param.expInMonths == "0-6" ? "selected" : ""}
>Menor a 6 meses</option>
<option value="0-12">Menor a 1 año</option>
<option value="0-12"
${param.expInMonths == "0-12" ? "selected" : ""}
>Menor a 1 año</option>
<option value="0-36">Menor a 3 años</option>
<option value="0-36"
${param.expInMonths == "0-36" ? "selected" : ""}
>Menor a 3 años</option>
<option value="0-60">Menor a 5 años</option>
<option value="0-60"
${param.expInMonths == "0-60" ? "selected" : ""}
>Menor a 5 años</option>
<option value="60-1200">Mayor a 5 años</option>
<option value="60-1200"
${param.expInMonths == "60-1200" ? "selected" : ""}
>Mayor a 5 años</option>
</select>
</select>
</div>
</div>
...
...
curriculumsearch/src/main/webapp/jsp/reset_password_form.jsp
View file @
a9d830fa
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
</head>
</head>
<body>
<body>
<jsp:include
page=
"alerts.jsp"
/>
<jsp:include
page=
"alerts.jsp"
/>
<div>
<div
class=
"container"
>
<h2>
Reset Your Password
</h2>
<h2>
Cambia tu contraseña
</h2>
</div>
</div>
<form:form
action=
"/reset-password"
method=
"post"
style=
"max-width: 350px; margin: 0 auto;"
>
<form:form
action=
"/reset-password"
method=
"post"
style=
"max-width: 350px; margin: 0 auto;"
>
...
...
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