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
015b3b82
Commit
015b3b82
authored
Nov 25, 2021
by
Cesar Giulano Gonzalez Maqueda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge joel y fix en selector de exp
parent
c7938e0c
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 @
015b3b82
...
@@ -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 @
015b3b82
...
@@ -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 @
015b3b82
...
@@ -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