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
a5523490
Commit
a5523490
authored
Nov 16, 2021
by
willgonzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modal para modificar estado del postulante
parent
3b3ca2b2
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
58 additions
and
17 deletions
+58
-17
curriculumsearch/src/main/webapp/jsp/cargo-form.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/cargos.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/convocatorias.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
+48
-8
curriculumsearch/src/main/webapp/jsp/layouts/base.jsp
+2
-1
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
+1
-1
curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp
+2
-2
curriculumsearch/src/main/webapp/jsp/tecnologias.jsp
+1
-1
No files found.
curriculumsearch/src/main/webapp/jsp/cargo-form.jsp
View file @
a5523490
...
...
@@ -3,7 +3,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<div class="card d-flex flex-column justify-content-center align-items-center mx-auto mt-2 p-3" style="width: 20rem;">
<h5 class="card-title">${cargo.id == null ? "Agregar" : "Modificar"} Cargo</h5>
...
...
curriculumsearch/src/main/webapp/jsp/cargos.jsp
View file @
a5523490
...
...
@@ -3,7 +3,7 @@ prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ page
contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<div class="container-xxl my-md-4 bd-layout">
<h2>Lista de cargos</h2>
...
...
curriculumsearch/src/main/webapp/jsp/convocatoria-form.jsp
View file @
a5523490
...
...
@@ -3,7 +3,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<h2>${convocatoria.id == null ? "Agregar" : "Modificar"} Convocatoria</h2>
<div class="p-3 mb-2 bg-light text-dark border border-light ">
...
...
curriculumsearch/src/main/webapp/jsp/convocatorias.jsp
View file @
a5523490
...
...
@@ -3,7 +3,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<h2>Lista de convocatorias</h2>
<div>
...
...
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
View file @
a5523490
...
...
@@ -109,11 +109,28 @@
${postulante.disponibilidad.getDescripcion()}
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-3">
<h6 class="mb-0">Estado</h6>
</div>
<div class="col-sm-9 text-secondary">
${postulante.estadoPostulante.getEstado()}
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-3">
<h6 class="mb-0">ComentarioRRHH</h6>
</div>
<div class="col-sm-9 text-secondary">
${postulante.getComentarioRRHH()}
</div>
</div>
<hr>
<div class="row">
<div class="col">
<
a class="btn btn-link " href="#">Editar</a
>
<
button type="button" class="btn btn-primary" data-toggle="modal" data-target="#estadoModalLong">actualizar</button
>
</div>
<div class="col">
<a class="btn btn-link " href="#">Descargar CV</a>
...
...
@@ -296,11 +313,17 @@
</div>
<div style="padding:10px ;margin: 5px;border: 3px solid black;">
<b><i><h2>Cambiar Estado del Postulante y Comentario de RRHH</h2></b></i>
<!-- Modal -->
<div class="modal fade" id="estadoModalLong" tabindex="-1" role="dialog" aria-labelledby="estadorrhhModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="estadorrhhModal">Estado</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form:form class="needs-validation" method="post" modelAttribute="postulante">
<form:label path="estadoPostulante" class="form-label">Estado</form:label>
<div class="inputs">
...
...
@@ -320,9 +343,26 @@
<form:label path="comentarioRRHH" class="form-label">ComentarioRRHH</form:label>
<form:textarea class="form-control" path="comentarioRRHH" id="comentarioRRHH"></form:textarea>
</div>
<input type="submit" value="submit
"/>
<input type="submit" value="Guardar
"/>
</form:form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<layout:put block="scripts" type="APPEND">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" 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>
</layout:put>
</layout:put>
</layout:extends>
curriculumsearch/src/main/webapp/jsp/layouts/base.jsp
View file @
a5523490
...
...
@@ -9,7 +9,8 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<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"
>
<layout:block
name=
"cssDeclaracion"
></layout:block>
<layout:block
name=
"cssDeclaracion"
><link
href=
"../css/cargoStyle.css"
rel=
"stylesheet"
type=
"text/css"
/></layout:block>
<title>
RRHH
</title>
</head>
<body>
...
...
curriculumsearch/src/main/webapp/jsp/postulantes.jsp
View file @
a5523490
...
...
@@ -3,7 +3,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<h2>Lista de Postulantes</h2>
<div id="buscador">
...
...
curriculumsearch/src/main/webapp/jsp/tecnologia-form.jsp
View file @
a5523490
...
...
@@ -3,8 +3,8 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<h2>${tecnologia.id == null ? "Agregar" : "Modificar"} Tecnologia</h2>
<div class="p-3 mb-2 bg-light text-dark border border-light">
...
...
curriculumsearch/src/main/webapp/jsp/tecnologias.jsp
View file @
a5523490
...
...
@@ -3,7 +3,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://kwonnam.pe.kr/jsp/template-inheritance" prefix="layout"%>
<layout:extends name="layouts/base.jsp">
<layout:put block="cssDeclaracion" type="APPEND"><
link href="../css/cargoStyle.css" rel="stylesheet" type="text/css"/><
/layout:put>
<layout:put block="cssDeclaracion" type="APPEND"></layout:put>
<layout:put block="contents" type="REPLACE">
<h2>Lista de Tecnologias</h2>
...
...
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