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
91549d25
Commit
91549d25
authored
3 years ago
by
Joaquin Elias Baranda Ayala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Insercion de Icono en el Browser
parent
f35018b6
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
55 additions
and
45 deletions
+55
-45
curriculumsearch/src/main/resources/static/main.js
+17
-17
curriculumsearch/src/main/webapp/img/LogoRoshka.ico
+0
-0
curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
+2
-1
curriculumsearch/src/main/webapp/jsp/exitoRegistro.jsp
+1
-0
curriculumsearch/src/main/webapp/jsp/forgot_password_form.jsp
+1
-0
curriculumsearch/src/main/webapp/jsp/index.jsp
+2
-0
curriculumsearch/src/main/webapp/jsp/layouts/base.jsp
+1
-0
curriculumsearch/src/main/webapp/jsp/login.jsp
+1
-0
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
+29
-26
No files found.
curriculumsearch/src/main/resources/static/main.js
View file @
91549d25
...
@@ -261,13 +261,13 @@ function agregarFieldExpierncia(event){
...
@@ -261,13 +261,13 @@ function agregarFieldExpierncia(event){
content
+=
`
content
+=
`
<div class="col border border-3" id="exp-
${
index
}
">
<div class="col border border-3" id="exp-
${
index
}
">
<center><h4>Experiencia <i class="bi bi-trash-fill" onclick="eliminarExperiencia(
${
index
}
)"></i></h4></center>
<center><h4>Experiencia <i class="bi bi-trash-fill" onclick="eliminarExperiencia(
${
index
}
)"></i></h4></center>
<label><b>Institucion:</b>
${
exp
.
institucion
}
</label><br>
<label><b>Institucion:</b>
 
${
exp
.
institucion
}
</label><br>
<label><b>Fecha Inicio:
</b>
${
exp
.
fechaDesde
}
</label><br>
<label><b>Fecha Inicio:
</b> 
${
exp
.
fechaDesde
}
</label><br>
<label><b>Fecha Fin:
</b>
${
exp
.
fechaHasta
}
</label><br>
<label><b>Fecha Fin:
</b> 
${
exp
.
fechaHasta
}
</label><br>
<label><b>Referencia:
</b>
${
exp
.
nombreReferencia
}
</label><br>
<label><b>Referencia:
</b> 
${
exp
.
nombreReferencia
}
</label><br>
<label><b>Telefono de la referencia:
</b>
${
exp
.
telefonoReferencia
}
</label><br>
<label><b>Telefono de la referencia:
</b> 
${
exp
.
telefonoReferencia
}
</label><br>
<label><b>Cargo:
</b>
${
exp
.
cargo
}
</label><br>
<label><b>Cargo:
</b> 
${
exp
.
cargo
}
</label><br>
<label><b>Motivo de salida:
</b>
${
exp
.
motivoSalida
}
</label><br>
<label><b>Motivo de salida:
</b> 
${
exp
.
motivoSalida
}
</label><br>
</div>
</div>
...
@@ -368,12 +368,12 @@ function agregarFieldEstudio(){
...
@@ -368,12 +368,12 @@ function agregarFieldEstudio(){
content
+=
`
content
+=
`
<div class="col border border-3" id="est-
${
index
}
">
<div class="col border border-3" id="est-
${
index
}
">
<center><h4>Estudio <i class="bi bi-trash-fill" onclick="eliminarEstudio(
${
index
}
)"></i></h4></center>
<center><h4>Estudio <i class="bi bi-trash-fill" onclick="eliminarEstudio(
${
index
}
)"></i></h4></center>
<label><b>Institucion:
</b>
${
est
.
institucion
.
nombre
}
</label><br>
<label><b>Institucion:
</b> 
${
est
.
institucion
.
nombre
}
</label><br>
<label><b>Tipo de estudio:
</b>
${
est
.
tipoDeEstudio
}
</label><br>
<label><b>Tipo de estudio:
</b> 
${
est
.
tipoDeEstudio
}
</label><br>
<label><b>Carrera:
</b>
${
est
.
temaDeEstudio
}
</label><br>
<label><b>Carrera:
</b> 
${
est
.
temaDeEstudio
}
</label><br>
<label><b>Fecha Inicio:
</b>
${
est
.
fechaDesde
}
</label><br>
<label><b>Fecha Inicio:
</b> 
${
est
.
fechaDesde
}
</label><br>
<label><b>Fecha Fin:
</b>
${
est
.
fechaHasta
}
</label><br>
<label><b>Fecha Fin:
</b> 
${
est
.
fechaHasta
}
</label><br>
<label><b>Estado:
</b>
${
est
.
estado
}
</label><br>
<label><b>Estado:
</b> 
${
est
.
estado
}
</label><br>
</div>
</div>
...
@@ -452,7 +452,7 @@ function agregarFieldCargo(){
...
@@ -452,7 +452,7 @@ function agregarFieldCargo(){
if
(
car
==
null
)
continue
;
if
(
car
==
null
)
continue
;
content1
+=
`
content1
+=
`
<div class="col-auto" id="car-
${
index
}
" style="text-transform: uppercase;">
<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" onclick="eliminarCargoPostulante(event)"></i>
</div>
</div>
...
@@ -528,9 +528,9 @@ function agregarFieldReferencia(event){
...
@@ -528,9 +528,9 @@ function agregarFieldReferencia(event){
<div class="col border border-3" id="ref-
${
index
}
">
<div class="col border border-3" id="ref-
${
index
}
">
<center><h4>Referencia Personal <i class="bi bi-trash-fill" onclick="eliminarReferencia(
${
index
}
)"></i></h4></center>
<center><h4>Referencia Personal <i class="bi bi-trash-fill" onclick="eliminarReferencia(
${
index
}
)"></i></h4></center>
<label><b>Nombre:
</b>
${
exp
.
nombre
}
</label><br>
<label><b>Nombre:
</b> 
${
exp
.
nombre
}
</label><br>
<label><b>Telefono:
</b>
${
exp
.
telefono
}
</label><br>
<label><b>Telefono:
</b> 
${
exp
.
telefono
}
</label><br>
<label><b>Relacion:
</b>
${
exp
.
relacion
}
</label><br>
<label><b>Relacion:
</b> 
${
exp
.
relacion
}
</label><br>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/img/LogoRoshka.
jpg
→
curriculumsearch/src/main/webapp/img/LogoRoshka.
ico
View file @
91549d25
File moved
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp
View file @
91549d25
...
@@ -40,6 +40,6 @@
...
@@ -40,6 +40,6 @@
</div>
</div>
</layout:put>
</layout:put>
<layout:put block="scripts" type="APPEND">
<layout:put block="scripts" type="APPEND">
</layout:put>
</layout:put>
</layout:extends>
</layout:extends>
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
View file @
91549d25
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<layout:extends name="layouts/base.jsp">
<layout:extends name="layouts/base.jsp">
<layout:put block="contents" type="REPLACE">
<layout:put block="contents" type="REPLACE">
<h2 style="text-align: center;">
<h2 style="text-align: center;">
...
@@ -376,7 +377,7 @@
...
@@ -376,7 +377,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="../valEdad.js"></script>
<script src="../valEdad.js"></script>
</layout:put>
</layout:put>
...
...
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/exitoRegistro.jsp
View file @
91549d25
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<html>
<html>
<head>
<head>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,900&display=swap"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,900&display=swap"
rel=
"stylesheet"
>
<link
rel=
"icon"
href=
"../img/LogoRoshka.ico"
>
</head>
</head>
<style>
<style>
body
{
body
{
...
...
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/forgot_password_form.jsp
View file @
91549d25
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
<title>
Forgot Password
</title>
<title>
Forgot Password
</title>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin=
"anonymous"
>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin=
"anonymous"
>
<link
href=
"https://getbootstrap.com/docs/4.0/examples/signin/signin.css"
rel=
"stylesheet"
crossorigin=
"anonymous"
>
<link
href=
"https://getbootstrap.com/docs/4.0/examples/signin/signin.css"
rel=
"stylesheet"
crossorigin=
"anonymous"
>
<link
rel=
"icon"
href=
"../img/LogoRoshka.ico"
>
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/index.jsp
View file @
91549d25
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
<layout:extends name="layouts/base.jsp">
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="REPLACE">
<layout:put block="cssDeclaracion" type="REPLACE">
<link href="../css/indexStyle.css" rel="stylesheet" type="text/css"/>
<link href="../css/indexStyle.css" rel="stylesheet" type="text/css"/>
<link rel="icon" href="../img/LogoRoshka.ico">
</layout:put>
</layout:put>
</layout:extends>
</layout:extends>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/layouts/base.jsp
View file @
91549d25
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin=
"anonymous"
>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin=
"anonymous"
>
<link
rel=
"icon"
href=
"../img/LogoRoshka.ico"
>
<layout:block
name=
"cssDeclaracion"
>
<layout:block
name=
"cssDeclaracion"
>
<link
href=
"../css/cargoStyle.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"../css/cargoStyle.css"
rel=
"stylesheet"
type=
"text/css"
/>
</layout:block>
</layout:block>
...
...
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/login.jsp
View file @
91549d25
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin=
"anonymous"
>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin=
"anonymous"
>
<link
href=
"https://getbootstrap.com/docs/4.0/examples/signin/signin.css"
rel=
"stylesheet"
crossorigin=
"anonymous"
>
<link
href=
"https://getbootstrap.com/docs/4.0/examples/signin/signin.css"
rel=
"stylesheet"
crossorigin=
"anonymous"
>
<link
href=
"../css/style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"../css/style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"icon"
href=
"../img/LogoRoshka.ico"
>
</head>
</head>
<body>
<body>
<jsp:include
page=
"alerts.jsp"
/>
<jsp:include
page=
"alerts.jsp"
/>
...
...
This diff is collapsed.
Click to expand it.
curriculumsearch/src/main/webapp/jsp/postulante-form.jsp
View file @
91549d25
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
<title>
Curriculum
</title>
<title>
Curriculum
</title>
<link
href=
"../css/formPostulanteStyle.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"../css/formPostulanteStyle.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css"
>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css"
>
<link
rel=
"icon"
href=
"../img/LogoRoshka.ico"
>
</head>
</head>
<body
class=
"container"
>
<body
class=
"container"
>
...
@@ -167,25 +168,6 @@
...
@@ -167,25 +168,6 @@
</div>
</div>
</div>
</div>
<!-- Button Agregar Experiencia -->
<div
class=
"inputs mb-3 col-md-12"
>
<div
class=
"row w-100 p-3 gy-2 border mx-auto"
>
<div
class=
"col-12"
>
<h3>
Experiencias
<i
class=
"bi bi-plus-circle-fill"
data-bs-toggle=
"modal"
data-bs-target=
"#experienciaForm"
></i></h3>
</div>
<div
class=
"col-12"
>
<div
class=
"mt-3 gap-2 row row-cols-4"
id=
"experiencias"
>
</div>
</div>
</div>
</div>
<!-- Button Agregar Estudio -->
<!-- Button Agregar Estudio -->
<div
class=
"inputs mb-3 col-md-12"
>
<div
class=
"inputs mb-3 col-md-12"
>
...
@@ -201,8 +183,7 @@
...
@@ -201,8 +183,7 @@
</div>
</div>
</div>
</div>
<!-- Button Agregar Tecnologia -->
<!-- Button Agregar Tecnologia -->
<div
class=
"inputs mb-3 col-md-12"
>
<div
class=
"inputs mb-3 col-md-12"
>
...
@@ -226,6 +207,28 @@
...
@@ -226,6 +207,28 @@
</div>
</div>
</div>
</div>
<!-- Button Agregar Experiencia -->
<div
class=
"inputs mb-3 col-md-12"
>
<div
class=
"row w-100 p-3 gy-2 border mx-auto"
>
<div
class=
"col-12"
>
<h3>
Experiencias
<i
class=
"bi bi-plus-circle-fill"
data-bs-toggle=
"modal"
data-bs-target=
"#experienciaForm"
></i></h3>
</div>
<div
class=
"col-12"
>
<div
class=
"mt-3 gap-2 row row-cols-4"
id=
"experiencias"
>
</div>
</div>
</div>
</div>
...
@@ -263,7 +266,7 @@
...
@@ -263,7 +266,7 @@
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
CargosDisponibles
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
CargosDisponibles
</h5>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
style=
"color:#21130d;"
>
<span
aria-hidden=
"true"
>
×
</span>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</button>
</div>
</div>
...
@@ -295,7 +298,7 @@
...
@@ -295,7 +298,7 @@
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Experiencia
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Experiencia
</h5>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
style=
"color:#21130d;"
>
<span
aria-hidden=
"true"
>
×
</span>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</button>
</div>
</div>
...
@@ -370,7 +373,7 @@
...
@@ -370,7 +373,7 @@
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
tecnologia
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
tecnologia
</h5>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
style=
"color:#21130d;"
>
<span
aria-hidden=
"true"
>
×
</span>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</button>
</div>
</div>
...
@@ -408,7 +411,7 @@
...
@@ -408,7 +411,7 @@
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Estudios
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Estudios
</h5>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
style=
"color:#21130d;"
>
<span
aria-hidden=
"true"
>
×
</span>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</button>
</div>
</div>
...
@@ -477,7 +480,7 @@
...
@@ -477,7 +480,7 @@
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Referencias Personales
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Referencias Personales
</h5>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
style=
"color:#21130d;"
>
<span
aria-hidden=
"true"
>
×
</span>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</button>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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