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
1a361ab4
Commit
1a361ab4
authored
Nov 23, 2021
by
Joel Florentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
campo otras tecnologias en el form del postulante
parent
52adde3f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
2 deletions
+32
-2
curriculumsearch/src/main/java/com/roshka/modelo/Postulante.java
+3
-0
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
+6
-0
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+23
-2
No files found.
curriculumsearch/src/main/java/com/roshka/modelo/Postulante.java
View file @
1a361ab4
...
...
@@ -96,6 +96,9 @@ public class Postulante {
@Column
(
name
=
"disponibilidad"
,
length
=
2
)
private
Disponibilidad
disponibilidad
;
@Column
(
name
=
"tecnologia_otros"
)
private
String
tecnologiaOtros
;
@JsonManagedReference
(
value
=
"postulantetecnologia-postulante"
)
@OneToMany
(
mappedBy
=
"postulante"
,
cascade
=
CascadeType
.
ALL
)
private
List
<
PostulanteTecnologia
>
tecnologias
;
...
...
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
View file @
1a361ab4
...
...
@@ -213,4 +213,9 @@ h4{
}
form
[
name
=
"postulante"
]
{
color
:
#ffffff
;
}
.form-check-input
:checked
{
background-color
:
#198754
;
border-color
:
#0d6efd
;
}
\ No newline at end of file
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
1a361ab4
...
...
@@ -217,6 +217,27 @@
</div>
</div>
<!-- Button Otras tecnologias -->
<hr>
<div
class=
"inputs mb-3 col-md-12"
>
<div
class=
"row w-100 gy-2 mx-auto"
>
<div
class=
"col-12 px-0"
>
<h4
class=
"text-start"
>
Otras Tecnologias
</h4>
</div>
<div
class=
"col-6"
>
<div
class=
"mb-3"
>
<textarea
class=
"form-control"
id=
"exampleFormControlTextarea1"
name=
"tecnologiaOtros"
placeholder=
"Si tienes alguna tecnologia que no figura en la seccion anterior. Escribelos aqui."
></textarea>
</div>
</div>
</div>
</div>
<!-- Button Agregar Experiencia -->
<hr>
...
...
@@ -238,7 +259,7 @@
<div
class=
"inputs mb-3 col-md-12"
>
<div
class=
"row w-100 gy-2 mx-auto"
>
<div
class=
"col-12 px-0"
>
<h4
class=
"text-start"
>
Referencia
Personal
<i
class=
"bi bi-plus-square"
data-bs-toggle=
"modal"
data-bs-target=
"#referenciaForm"
></i></h4>
<h4
class=
"text-start"
>
Referencia
s Personales
<i
class=
"bi bi-plus-square"
data-bs-toggle=
"modal"
data-bs-target=
"#referenciaForm"
></i></h4>
</div>
<div
class=
"col-12"
>
<div
class=
"mt-3 gap-2 row row-cols-4"
id=
"referencia"
>
...
...
@@ -371,7 +392,7 @@
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
t
ecnologia
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
T
ecnologia
</h5>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
style=
"color:#21130d;"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
...
...
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