Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Asistencia
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Billy Larru
Asistencia
Commits
ee29d471
Commit
ee29d471
authored
Jul 12, 2018
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mostrar seleccion de fila en el datatable
parent
fd3d2121
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
190 additions
and
5 deletions
+190
-5
general.css
src/main/webapp/css/general.css
+6
-2
controlAsistenciaPolicias.jsp
src/main/webapp/vistas/controlAsistenciaPolicias.jsp
+1
-2
crearRolPolicia.jsp
src/main/webapp/vistas/crearRolPolicia.jsp
+1
-1
mantenimientoSede.jsp
src/main/webapp/vistas/mantenimientoSede.jsp
+182
-0
No files found.
src/main/webapp/css/general.css
View file @
ee29d471
...
...
@@ -225,4 +225,8 @@ btn-green{
.navbar-header{
min-width: 100%;
}
}*/
\ No newline at end of file
}*/
table
.display
tbody
tr
:hover
td
{
background-color
:
#B0B8B7
!important
;
}
\ No newline at end of file
src/main/webapp/vistas/controlAsistenciaPolicias.jsp
View file @
ee29d471
...
...
@@ -101,11 +101,10 @@
<h6
class=
"panel-title"
style=
"font-size: 15px; font-family: inherit"
><i
class=
"icon icon-search4"
></i>
LISTADO DE ASISTENCIAS
</h6>
</div>
<div>
<table
class=
"table dataTable table-striped table-hover table-sm table-bordered"
id=
"tblAsistenciaPolicias"
>
<table
class=
"table dataTable table-striped table-hover table-sm table-bordered
display
"
id=
"tblAsistenciaPolicias"
>
<thead>
<tr>
<th
class=
"text-center"
>
Nº
</th>
<!--<th>SEDE</th>-->
<th>
APELLIDOS Y NOMBRES
</th>
<th
class=
"text-center"
>
SEDE
</th>
<th
class=
"text-center"
>
FECHA
</th>
...
...
src/main/webapp/vistas/crearRolPolicia.jsp
View file @
ee29d471
...
...
@@ -100,7 +100,7 @@
<h6
class=
"panel-title"
style=
"font-size: 15px; font-family: inherit"
>
LISTADO DE ROLES
</h6>
</div>
<div>
<table
class=
"table dataTable table-striped table-hover table-sm table-bordered"
id=
"tblAsistenciaDocentes"
>
<table
class=
"table dataTable table-striped table-hover table-sm table-bordered
display
"
id=
"tblAsistenciaDocentes"
>
<thead>
<tr>
<th>
Nº
</th>
...
...
src/main/webapp/vistas/mantenimientoSede.jsp
0 → 100644
View file @
ee29d471
<
%@
include
file=
"templates/validar.jsp"
%
>
<
%@
page
contentType=
"text/html"
pageEncoding=
"UTF-8"
%
>
<!DOCTYPE html>
<html>
<head>
<
%@
include
file=
"templates/header.jsp"
%
>
<!--template-core-->
<!--css de la pagina-->
<!--css-->
</head>
<body>
<
%@
include
file=
"templates/header-body.jsp"
%
>
<!-- content -->
<div
class=
"col-md-4 col-md-offset-4"
>
<div
class=
"panel panel-primary"
>
<div
class=
"panel-heading"
>
<h5
class=
"panel-title"
>
Control de Asistencia de Policias
</h5>
</div>
<form
id=
"frmAsistenciaPolicias"
onsubmit=
"return false;"
autocomplete=
"off"
>
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-5 form-group"
>
<label>
Busqueda por
</label>
<select
class=
"form-control"
id=
"cboCriterio"
>
<option>
SEDE
</option>
<option>
CONDICION DE SEDE
</option>
</select>
</div>
<div
class=
"form-group col-md-7"
>
<label
for=
""
>
Sede
</label>
<input
type=
"text"
class=
"form-control"
></input>
</div>
</div>
</div>
<div
class=
"panel-footer"
>
<div
class=
"text-center"
>
<button
class=
"btn btn-primary"
id=
"btnBuscar"
><i
class=
"fa fa-search"
></i>
Buscar
</button>
<button
class=
"btn btn-warning"
id=
"btnLimpiar"
><i
class=
"fa fa-eraser"
></i>
Limpiar
</button>
</div>
</div>
</form>
</div>
</div>
<div
class=
"col-md-6 col-md-offset-3"
>
<div
class=
"panel panel-primary card-3"
style=
"margin-top: 30px"
>
<div
class=
"panel-heading"
style=
"padding: 8px 15px"
>
<h6
class=
"panel-title"
style=
"font-size: 15px; font-family: inherit"
><i
class=
"icon icon-search4"
></i>
LISTADO DE SEDES
</h6>
</div>
<div>
<table
class=
"table dataTable table-striped table-hover table-sm table-bordered display"
id=
"tblAsistenciaPolicias"
>
<thead>
<tr>
<th
class=
"text-center"
>
Nº
</th>
<th
class=
"text-center"
>
SEDE
</th>
<th
class=
"text-center"
>
CONDICION DE SEDE
</th>
<th
class=
"text-center"
>
ACCIONES
</th>
</tr>
</thead>
<tbody>
<tr>
<td
class=
"text-center"
>
1
</td>
<td
class=
"text-center"
>
VILLA EL SALVADOR
</td>
<td
class=
"text-center"
>
OBRA
</td>
<td
class=
"text-center"
>
<span
data-toggle=
"modal"
data-target=
"#modal_entrada_pendiente"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Editar"
style=
"cursor: pointer"
>
<i
class=
"editar icon-pencil text-slate-800"
></i>
</span>
<span
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Anular"
style=
"cursor: pointer"
>
<i
class=
"anular icon-cancel-circle2 text-danger-700"
></i>
</span>
</td>
</tr>
<tr>
<td
class=
"text-center"
>
2
</td>
<td
class=
"text-center"
>
LINCE
</td>
<td
class=
"text-center"
>
SEGURIDAD
</td>
<td
class=
"text-center"
>
<span
data-toggle=
"modal"
data-target=
"#modal_entrada_pendiente"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Editar"
style=
"cursor: pointer"
>
<i
class=
"editar icon-pencil text-slate-800"
></i>
</span>
<span
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Anular"
style=
"cursor: pointer"
>
<i
class=
"anular icon-cancel-circle2 text-danger-700"
></i>
</span>
</td>
</tr>
<tr>
<td
class=
"text-center"
>
3
</td>
<td
class=
"text-center"
>
MONTESORI
</td>
<td
class=
"text-center"
>
SEGURIDAD
</td>
<td
class=
"text-center"
>
<span
data-toggle=
"modal"
data-target=
"#modal_entrada_pendiente"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Editar"
style=
"cursor: pointer"
>
<i
class=
"editar icon-pencil text-slate-800"
></i>
</span>
<span
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Anular"
style=
"cursor: pointer"
>
<i
class=
"anular icon-cancel-circle2 text-danger-700"
></i>
</span>
</td>
</tr>
<tr>
<td
class=
"text-center"
>
4
</td>
<td
class=
"text-center"
>
BELISARIO
</td>
<td
class=
"text-center"
>
SEGURIDAD
</td>
<td
class=
"text-center"
>
<span
data-toggle=
"modal"
data-target=
"#modal_entrada_pendiente"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Editar"
style=
"cursor: pointer"
>
<i
class=
"editar icon-pencil text-slate-800"
></i>
</span>
<span
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Anular"
style=
"cursor: pointer"
>
<i
class=
"anular icon-cancel-circle2 text-danger-700"
></i>
</span>
</td>
</tr>
<tr>
<td
class=
"text-center"
>
5
</td>
<td
class=
"text-center"
>
ICA
</td>
<td
class=
"text-center"
>
OBRA
</td>
<td
class=
"text-center"
>
<span
data-toggle=
"modal"
data-target=
"#modal_entrada_pendiente"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Editar"
style=
"cursor: pointer"
>
<i
class=
"editar icon-pencil text-slate-800"
></i>
</span>
<span
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Anular"
style=
"cursor: pointer"
>
<i
class=
"anular icon-cancel-circle2 text-danger-700"
></i>
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div
id=
"modal_entrada_pendiente"
class=
"modal fade"
>
<div
class=
"modal-dialog modal-sm"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header bg-primary"
>
<h5
class=
"modal-title"
>
Registrar Asistencia
</h5>
</div>
<div
class=
"modal-body"
>
<div>
<div
class=
"row"
>
<div
class=
"form-group col-md-12"
>
<label>
Sede
</label>
<span
class=
"label label-left border-left-primary label-striped form-control"
>
VILLA EL SALVADOR
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group col-md-12"
>
<label
style=
"font-size: small"
>
Condicion de sede:
</label>
<span
class=
"text-danger"
>
(*)
</span>
<select
id=
"cboTipoAsistencia"
class=
"form-control"
>
<option
value=
"1"
>
OBRA
</option>
<option
value=
"3"
>
SEGURIDAD
</option>
</select>
</div>
</div>
<div
class=
"row"
id=
"divFiltro"
>
</div>
</div>
</div>
<div
class=
"modal-footer text-center"
>
<button
class=
"btn btn-success"
id=
"btnGuardarCambios"
data-dismiss=
"modal"
><i
class=
"fa fa-search"
></i>
Guardar Cambios
</button>
<button
type=
"button"
class=
"btn btn-warning"
id=
"btnCancelar"
data-dismiss=
"modal"
><i
class=
"fa fa-eraser"
></i>
Cancelar
</button>
</div>
</div>
</div>
</div>
<!-- / content -->
<
%@
include
file=
"templates/footer-body.jsp"
%
>
<!--js de la pagina-->
<!--js-->
</body>
</html>
\ No newline at end of file
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