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
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
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
+0
-0
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
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/forgot_password_form.jsp
View file @
cb06a58f
...
...
@@ -32,7 +32,7 @@
</div>
<div>
<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
class=
"text-center"
>
<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"
%
>
<html
lang=
"en"
>
<
%@
page
contentType=
"text/html;charset=UTF-8"
language=
"java"
%
>
<html
lang=
"es"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
@@ -41,10 +42,10 @@
<hr
class=
"my-4"
>
<div
class=
"row"
>
<a
href=
"/forgot-password"
>
Olvidaste tu contrase
n
a?
</a>
<a
href=
"/forgot-password"
>
Olvidaste tu contrase
ñ
a?
</a>
</div>
<div
class=
"row"
>
<a
href=
"/register"
>
Reg
istrate
</a>
<a
href=
"/register"
>
Reg
ístrate !
</a>
</div>
</div>
</div>
...
...
curriculumsearch/src/main/webapp/jsp/registration.jsp
View file @
cb06a58f
<
%@
taglib
prefix=
"form"
uri=
"http://www.springframework.org/tags/form"
%
>
<
%@
page
contentType=
"text/html;charset=UTF-8"
language=
"java"
%
>
<html>
<head>
<meta
charset=
"ISO-8859-1"
>
...
...
@@ -30,7 +31,7 @@
<jsp:include
page=
"alerts.jsp"
/>
<div
class=
"row d-flex justify-content-center align-items-center h-100"
>
<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-body p-4 p-md-5"
>
...
...
@@ -56,7 +57,7 @@
</div>
<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>
</div>
<div
class=
"row mb-4 pb-2 pb-md-0 mb-md-5"
>
...
...
@@ -70,7 +71,7 @@
</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>
</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