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
d17420ed
Commit
d17420ed
authored
Nov 23, 2021
by
Joaquin Elias Baranda Ayala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pointer agregado a postulante-form
parent
809d1df8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
42 deletions
+48
-42
curriculumsearch/src/main/resources/static/main.js
+5
-5
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
+38
-32
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+5
-5
No files found.
curriculumsearch/src/main/resources/static/main.js
View file @
d17420ed
...
...
@@ -175,7 +175,7 @@ function agregarFieldTecnologia(){
if
(
tecn
==
null
)
continue
;
content1
+=
`
<div class="col-auto" id="tecn-
${
index
}
">
${
tecn
.
tecnologia
.
nombre
}
(
${
tecn
.
nivel
}
<i class="bi bi-star-fill"></i> ) <i class="bi bi-trash-fill" onclick="eliminarTecnologia(event)"></i>
${
tecn
.
tecnologia
.
nombre
}
(
${
tecn
.
nivel
}
<i class="bi bi-star-fill"></i> ) <i class="bi bi-trash-fill
pointer
" onclick="eliminarTecnologia(event)"></i>
</div>
`
...
...
@@ -267,7 +267,7 @@ function agregarFieldExpierncia(event){
if
(
exp
==
null
)
continue
;
content
+=
`
<div class="col border border-3 rounded" id="exp-
${
index
}
">
<center><h5>Experiencia <i class="bi bi-trash-fill" onclick="eliminarExperiencia(
${
index
}
)"></i></h5></center>
<center><h5>Experiencia <i class="bi bi-trash-fill
pointer
" onclick="eliminarExperiencia(
${
index
}
)"></i></h5></center>
<dl class="row row-cols-md-2 gx-0 gy-2">
<dt class="col-sm-auto text-start">Institucion</dt>
<dd class="col-sm-6 text-start">
${
exp
.
institucion
}
</dd>
...
...
@@ -380,7 +380,7 @@ function agregarFieldEstudio(){
if
(
est
==
null
)
continue
;
content
+=
`
<div class="col border border-3 rounded" id="est-
${
index
}
">
<center><h5>Estudio <i class="bi bi-trash-fill" onclick="eliminarEstudio(
${
index
}
)"></i></h5></center>
<center><h5>Estudio <i class="bi bi-trash-fill
pointer
" onclick="eliminarEstudio(
${
index
}
)"></i></h5></center>
<dl class="row row-cols-md-2 gx-0 gy-2">
<dt class="col-sm-auto text-start">Institucion</dt>
<dd class="col-sm-6 text-start">
${
est
.
institucion
.
nombre
}
</dd>
...
...
@@ -473,7 +473,7 @@ function agregarFieldCargo(){
if
(
car
==
null
)
continue
;
content1
+=
`
<div class="col-auto" id="car-
${
index
}
" style="text-transform: uppercase;">
${
document
.
querySelector
(
'[name=cargo-id] > option[value="'
+
car
.
id
+
'"]'
).
innerHTML
}
<i class="bi bi-trash-fill" onclick="eliminarCargoPostulante(event)"></i>
${
document
.
querySelector
(
'[name=cargo-id] > option[value="'
+
car
.
id
+
'"]'
).
innerHTML
}
<i class="bi bi-trash-fill
pointer
" onclick="eliminarCargoPostulante(event)"></i>
</div>
...
...
@@ -547,7 +547,7 @@ function agregarFieldReferencia(event){
if
(
exp
==
null
)
continue
;
content
+=
`
<div class="col border border-3 rounded" id="ref-
${
index
}
">
<center><h5>Referencia Personal <i class="bi bi-trash-fill" onclick="eliminarReferencia(
${
index
}
)"></i></h5></center>
<center><h5>Referencia Personal <i class="bi bi-trash-fill
pointer
" onclick="eliminarReferencia(
${
index
}
)"></i></h5></center>
<dl class="row row-cols-sm-2">
<dt class="col-sm-auto text-start">Nombre</dt>
<dd class="col-sm text-start">
${
exp
.
nombre
}
</dd>
...
...
curriculumsearch/src/main/webapp/css/formPostulanteStyle.css
View file @
d17420ed
...
...
@@ -217,7 +217,41 @@ form[name="postulante"]{
label
:hover
{
color
:
#bfbfbf
;
}
/*ICONOS Y PLACEHOLDER
/*ICONOS Y PLACEHOLDER*/
.FA
{
font-family
:
'Shippori Antique B1'
,
FontAwesome
;
}
#nroDocument
::-webkit-outer-spin-button
,
#nroDocument
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
#nroDocument
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
#telefono
::-webkit-outer-spin-button
,
#telefono
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
#telefono
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
#refTel
::-webkit-outer-spin-button
,
#refTel
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
#refTel
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
.pointer
{
cursor
:
pointer
;}
/*
.size-placeholder::placeholder{
background-size: 18px 18px;
...
...
@@ -239,15 +273,7 @@ Email
background-image: url(../img/placeholder/email_ph.png);
}
Numero de documento*/
#nroDocument
::-webkit-outer-spin-button
,
#nroDocument
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
#nroDocument
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
/*
.nroDocument-ph::placeholder{
background-image: url(../img/placeholder/nroDocumento_ph.png);
...
...
@@ -259,15 +285,7 @@ Direccion
background-size: 14px 14px;
}*/
/*Telefono*/
#telefono
::-webkit-outer-spin-button
,
#telefono
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
#telefono
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
/*
.telefono-ph::placeholder{
background-image: url(../img/placeholder/telephone_ph.png);
...
...
@@ -293,15 +311,7 @@ Direccion
#refNombre::placeholder{
background-image: url(../img/placeholder/name_ph.png);
}*/
#refTel
::-webkit-outer-spin-button
,
#refTel
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
margin
:
0
;
}
#refTel
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
/*
.telefono-ph::placeholder{
background-image: url(../img/placeholder/telephone_ph.png);
...
...
@@ -315,6 +325,3 @@ Direccion
*/
/*Prueba Font Awesome*/
.FA
{
font-family
:
'Shippori Antique B1'
,
FontAwesome
;
}
\ No newline at end of file
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
d17420ed
...
...
@@ -155,7 +155,7 @@
<div
class=
"row w-100 gy-2 mx-auto"
>
<div
class=
"col-12 px-0"
>
<h4
class=
"text-start"
>
Cargos
<i
class=
"bi bi-plus-square"
data-bs-toggle=
"modal"
data-bs-target=
"#cargoForm"
></i></h4>
<h4
class=
"text-start"
>
Cargos
<i
class=
"bi bi-plus-square
pointer
"
data-bs-toggle=
"modal"
data-bs-target=
"#cargoForm"
></i></h4>
</div>
<div
class=
"col-12"
>
<div
class=
"mt-3 gap-2 row row-cols-4"
style=
"display: flex;"
id=
"cargos"
>
...
...
@@ -175,7 +175,7 @@
<div
class=
"row w-100 gy-2 mx-auto"
>
<div
class=
"col-12 px-0"
>
<h4
class=
"text-start"
>
Estudios
<i
class=
"bi bi-plus-square"
data-bs-toggle=
"modal"
data-bs-target=
"#estudioForm"
></i></h4>
<h4
class=
"text-start"
>
Estudios
<i
class=
"bi bi-plus-square
pointer
"
data-bs-toggle=
"modal"
data-bs-target=
"#estudioForm"
></i></h4>
</div>
<div
class=
"col-12"
>
<div
class=
"mt-3 gap-2 row row-cols-4"
id=
"estudios"
>
...
...
@@ -193,7 +193,7 @@
<div
class=
"row w-100 gy-2 mx-auto"
>
<div
class=
"col-12 px-0"
>
<h4
class=
"text-start"
>
Tecnologias
<i
class=
"bi bi-plus-square"
data-bs-toggle=
"modal"
data-bs-target=
"#tecnologiaForm"
></i></h4>
<h4
class=
"text-start"
>
Tecnologias
<i
class=
"bi bi-plus-square
pointer
"
data-bs-toggle=
"modal"
data-bs-target=
"#tecnologiaForm"
></i></h4>
</div>
<div
class=
"col-12"
>
...
...
@@ -217,7 +217,7 @@
<div
class=
"row w-100 gy-2 mx-auto"
>
<div
class=
"col-12 px-0"
>
<h4
class=
"text-start"
>
Experiencias
<i
class=
"bi bi-plus-square"
data-bs-toggle=
"modal"
data-bs-target=
"#experienciaForm"
></i></h4>
<h4
class=
"text-start"
>
Experiencias
<i
class=
"bi bi-plus-square
pointer
"
data-bs-toggle=
"modal"
data-bs-target=
"#experienciaForm"
></i></h4>
</div>
<div
class=
"col-12"
>
<div
class=
"mt-3 gap-2 row row-cols-4"
id=
"experiencias"
>
...
...
@@ -231,7 +231,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 Personal
<i
class=
"bi bi-plus-square
pointer
"
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"
>
...
...
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