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
fb438870
Commit
fb438870
authored
Jul 03, 2018
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agregando sede a la vista de creacion de rol policia
parent
7a8789d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
16 deletions
+67
-16
crearRolPolicia.jsp
src/main/webapp/vistas/crearRolPolicia.jsp
+67
-16
No files found.
src/main/webapp/vistas/crearRolPolicia.jsp
View file @
fb438870
...
...
@@ -21,7 +21,7 @@
<form
id=
"frmAsistenciaDocentes"
onsubmit=
"return false;"
autocomplete=
"off"
>
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-
6
form-group"
>
<div
class=
"col-md-
12
form-group"
>
<label>
Policia
</label>
<select
class=
"select-search form-control"
>
<option>
RAMIREZ MORALES ROLANDO
</option>
...
...
@@ -32,11 +32,9 @@
</optgroup>
</select>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 form-group"
>
<label>
Tipo de rol
</label>
<select
class=
"form-control"
id=
"cboCriterio"
>
...
...
@@ -47,10 +45,6 @@
</select>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 form-group"
>
<label>
Rango de fechas:
</label>
<div
class=
"input-group"
>
...
...
@@ -59,7 +53,10 @@
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 form-group"
>
<label>
Frecuencia
</label>
<select
class=
"form-control"
id=
"cboCriterio"
>
...
...
@@ -70,8 +67,19 @@
<!--<option>PERSONALIZADO</option>-->
</select>
</div>
</div>
<div
class=
"col-md-6 form-group"
>
<label>
Sede
</label>
<select
class=
"select-search form-control"
>
<option>
LINCE
</option>
<option>
AREQUIPA
</option>
<option>
ARENALES
</option>
<option>
MONTESORI
</option>
<option>
QUILCA
</option>
</optgroup>
</select>
</div>
</div>
</div>
<div
class=
"panel-footer"
>
<div
class=
"text-center"
>
...
...
@@ -97,6 +105,7 @@
<tr>
<th>
Nº
</th>
<th>
APELLIDOS Y NOMBRES
</th>
<th>
SEDE
</th>
<th>
FECHA INICIO
</th>
<th>
FECHA FIN
</th>
<th>
TIPO
</th>
...
...
@@ -109,6 +118,7 @@
<tr>
<td>
1
</td>
<td>
RAMIREZ MORALES ROLANDO
</td>
<td>
MONTESORI
</td>
<td>
01/06/2018
</td>
<td>
30/06/2018
</td>
<td
class=
"text-center"
>
REGULAR
</td>
...
...
@@ -123,6 +133,7 @@
<tr>
<td>
2
</td>
<td>
DEZA CORREA OSCAR MIGUEL
</td>
<td>
LINCE
</td>
<td>
01/06/2018
</td>
<td>
15/06/2018
</td>
<td
class=
"text-center"
>
AMANECIDA 12H
</td>
...
...
@@ -137,6 +148,7 @@
<tr>
<td>
3
</td>
<td>
GUTIERREZ MEDINA JOSE ROSA
</td>
<td>
CIPRESES
</td>
<td>
01/06/2018
</td>
<td>
15/06/2018
</td>
<td
class=
"text-center"
>
REGULAR
</td>
...
...
@@ -147,6 +159,7 @@
<tr>
<td>
4
</td>
<td>
SALOME LAZO REGULO RIGOBERTO
</td>
<td>
SALAMANCA
</td>
<td>
13/06/2018
</td>
<td>
13/06/2018
</td>
<td
class=
"text-center"
>
AMANECIDA 24H
</td>
...
...
@@ -161,6 +174,7 @@
<tr>
<td>
5
</td>
<td>
CHAVEZ LEON CLARA MARIA
</td>
<td>
VILLASOL
</td>
<td>
01/06/2018
</td>
<td>
15/06/2018
</td>
<td
class=
"text-center"
>
AMANECIDA 12H
</td>
...
...
@@ -171,10 +185,11 @@
<span
data-toggle=
"tooltip"
data-placement=
"left"
title=
"Desactivar Rol"
style=
"cursor: pointer"
>
<i
class=
'anular icon-cancel-circle2 text-danger-700'
></i>
</span>
</td>
</tr>
<tr>
<td>
6
</td>
<td>
ALVITES MARIN VICTOR MANUEL
</td>
<td>
COCALENOS
</td>
<td>
01/06/2018
</td>
<td>
30/06/2018
</td>
<td
class=
"text-center"
>
REGULAR
</td>
...
...
@@ -214,6 +229,15 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
<label>
Sede
</label>
<span
class=
"label label-left border-left-primary label-striped form-control"
>
MONTESORI
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
...
...
@@ -376,6 +400,15 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
<label>
Sede
</label>
<span
class=
"label label-left border-left-primary label-striped form-control"
>
LINCE
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
...
...
@@ -539,6 +572,15 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
<label>
Sede
</label>
<span
class=
"label label-left border-left-primary label-striped form-control"
>
SALAMANCA
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
...
...
@@ -680,7 +722,7 @@
</div>
<!-- /basic modal -->
<!-- Basic modal -->
<div
id=
"modal_tombo3"
class=
"modal fade"
>
<div
class=
"modal-dialog"
>
...
...
@@ -700,9 +742,18 @@
<label>
Apellidos y Nombres
</label>
<span
class=
"label label-left border-left-primary label-striped form-control"
>
ALVITES MARIN VICTOR MANUEL
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
<label>
Sede
</label>
<span
class=
"label label-left border-left-primary label-striped form-control"
>
COCALENOS
</span>
</div>
</div>
<div
class=
"row"
>
<div
class=
"form-group"
>
<label>
Horario
</label>
...
...
@@ -842,9 +893,9 @@
</div>
</div>
<!-- /basic modal -->
<!-- / content -->
<
%@
include
file=
"templates/footer-body.jsp"
%
>
...
...
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