Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
horario
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
Juan Guevara Mayta
horario
Commits
0607d75a
Commit
0607d75a
authored
Jan 28, 2020
by
sistem26user
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADD] Añadida columna de usuario en el reporte de cambios y reemplazos
parent
00ef182f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
366 additions
and
374 deletions
+366
-374
HorarioCF.java
src/java/pe/siso/horario/Beans/HorarioCF.java
+186
-189
MySqlDAOFactory.java
src/java/pe/siso/horario/MySqlDAO/MySqlDAOFactory.java
+40
-40
MySqlDocenteDAO.java
src/java/pe/siso/horario/MySqlDAO/MySqlDocenteDAO.java
+0
-0
ServletHorario.java
src/java/pe/siso/horario/Servlets/ServletHorario.java
+2
-9
exportar_registro_eliminacion.jsp
web/vista/exportar_registro_eliminacion.jsp
+138
-136
No files found.
src/java/pe/siso/horario/Beans/HorarioCF.java
View file @
0607d75a
...
...
@@ -14,193 +14,190 @@ import java.util.Date;
* @author sistem20user
*/
public
class
HorarioCF
{
private
Date
fechaRegistro
;
private
String
nombreSede
;
private
String
dia
;
private
String
horario
;
private
String
cantidadHoras
;
private
String
codigoAula
;
private
int
codigoHistorial
;
private
String
docenteSaliente
;
private
String
cursoSaliente
;
private
String
fechaFin
;
private
String
motivoCambio
;
private
String
docenteEntrante
;
private
String
cursoEntrante
;
private
String
fechaInicio
;
private
String
condicionTrabajador
;
private
String
observacion
;
private
String
grupoAcademico
;
private
Time
hora
;
private
String
estadoEliminado
;
public
HorarioCF
(){
}
public
String
getEstadoEliminado
()
{
return
estadoEliminado
;
}
public
void
setEstadoEliminado
(
String
estadoEliminado
)
{
this
.
estadoEliminado
=
estadoEliminado
;
}
public
Time
getHora
()
{
return
hora
;
}
public
void
setHora
(
Time
hora
)
{
this
.
hora
=
hora
;
}
public
Date
getFechaRegistro
()
{
return
fechaRegistro
;
}
public
void
setFechaRegistro
(
Date
fechaRegistro
)
{
this
.
fechaRegistro
=
fechaRegistro
;
}
public
String
getDia
()
{
return
dia
;
}
public
void
setDia
(
String
dia
)
{
this
.
dia
=
dia
;
}
public
String
getGrupoAcademico
()
{
return
grupoAcademico
;
}
public
void
setGrupoAcademico
(
String
grupoAcademico
)
{
this
.
grupoAcademico
=
grupoAcademico
;
}
public
String
getNombreSede
()
{
return
nombreSede
;
}
public
void
setNombreSede
(
String
nombreSede
)
{
this
.
nombreSede
=
nombreSede
;
}
public
String
getHorario
()
{
return
horario
;
}
public
void
setHorario
(
String
horario
)
{
this
.
horario
=
horario
;
}
public
String
getCantidadHoras
()
{
return
cantidadHoras
;
}
public
void
setCantidadHoras
(
String
cantidadHoras
)
{
this
.
cantidadHoras
=
cantidadHoras
;
}
public
String
getCodigoAula
()
{
return
codigoAula
;
}
public
void
setCodigoAula
(
String
codigoAula
)
{
this
.
codigoAula
=
codigoAula
;
}
public
int
getCodigoHistorial
()
{
return
codigoHistorial
;
}
public
void
setCodigoHistorial
(
int
codigoHistorial
)
{
this
.
codigoHistorial
=
codigoHistorial
;
}
public
String
getDocenteSaliente
()
{
return
docenteSaliente
;
}
public
void
setDocenteSaliente
(
String
docenteSaliente
)
{
this
.
docenteSaliente
=
docenteSaliente
;
}
public
String
getCursoSaliente
()
{
return
cursoSaliente
;
}
public
void
setCursoSaliente
(
String
cursoSaliente
)
{
this
.
cursoSaliente
=
cursoSaliente
;
}
public
String
getFechaFin
()
{
return
fechaFin
;
}
public
void
setFechaFin
(
String
fechaFin
)
{
this
.
fechaFin
=
fechaFin
;
}
public
String
getMotivoCambio
()
{
return
motivoCambio
;
}
public
void
setMotivoCambio
(
String
motivoCambio
)
{
this
.
motivoCambio
=
motivoCambio
;
}
public
String
getDocenteEntrante
()
{
return
docenteEntrante
;
}
public
void
setDocenteEntrante
(
String
docenteEntrante
)
{
this
.
docenteEntrante
=
docenteEntrante
;
}
public
String
getCursoEntrante
()
{
return
cursoEntrante
;
}
public
void
setCursoEntrante
(
String
cursoEntrante
)
{
this
.
cursoEntrante
=
cursoEntrante
;
}
public
String
getFechaInicio
()
{
return
fechaInicio
;
}
public
void
setFechaInicio
(
String
fechaInicio
)
{
this
.
fechaInicio
=
fechaInicio
;
}
public
String
getCondicionTrabajador
()
{
return
condicionTrabajador
;
}
public
void
setCondicionTrabajador
(
String
condicionTrabajador
)
{
this
.
condicionTrabajador
=
condicionTrabajador
;
}
public
String
getObservacion
()
{
return
observacion
;
}
public
void
setObservacion
(
String
observacion
)
{
this
.
observacion
=
observacion
;
}
private
Date
fechaRegistro
;
private
String
nombreSede
;
private
String
dia
;
private
String
horario
;
private
String
cantidadHoras
;
private
String
codigoAula
;
private
int
codigoHistorial
;
private
String
docenteSaliente
;
private
String
cursoSaliente
;
private
String
fechaFin
;
private
String
motivoCambio
;
private
String
docenteEntrante
;
private
String
cursoEntrante
;
private
String
fechaInicio
;
private
String
condicionTrabajador
;
private
String
observacion
;
private
String
grupoAcademico
;
private
Time
hora
;
private
String
estadoEliminado
;
private
String
usuarioAcciona
;
public
String
getUsuarioAcciona
()
{
return
usuarioAcciona
;
}
public
void
setUsuarioAcciona
(
String
usuarioAcciona
)
{
this
.
usuarioAcciona
=
usuarioAcciona
;
}
public
HorarioCF
()
{
}
public
String
getEstadoEliminado
()
{
return
estadoEliminado
;
}
public
void
setEstadoEliminado
(
String
estadoEliminado
)
{
this
.
estadoEliminado
=
estadoEliminado
;
}
public
Time
getHora
()
{
return
hora
;
}
public
void
setHora
(
Time
hora
)
{
this
.
hora
=
hora
;
}
public
Date
getFechaRegistro
()
{
return
fechaRegistro
;
}
public
void
setFechaRegistro
(
Date
fechaRegistro
)
{
this
.
fechaRegistro
=
fechaRegistro
;
}
public
String
getDia
()
{
return
dia
;
}
public
void
setDia
(
String
dia
)
{
this
.
dia
=
dia
;
}
public
String
getGrupoAcademico
()
{
return
grupoAcademico
;
}
public
void
setGrupoAcademico
(
String
grupoAcademico
)
{
this
.
grupoAcademico
=
grupoAcademico
;
}
public
String
getNombreSede
()
{
return
nombreSede
;
}
public
void
setNombreSede
(
String
nombreSede
)
{
this
.
nombreSede
=
nombreSede
;
}
public
String
getHorario
()
{
return
horario
;
}
public
void
setHorario
(
String
horario
)
{
this
.
horario
=
horario
;
}
public
String
getCantidadHoras
()
{
return
cantidadHoras
;
}
public
void
setCantidadHoras
(
String
cantidadHoras
)
{
this
.
cantidadHoras
=
cantidadHoras
;
}
public
String
getCodigoAula
()
{
return
codigoAula
;
}
public
void
setCodigoAula
(
String
codigoAula
)
{
this
.
codigoAula
=
codigoAula
;
}
public
int
getCodigoHistorial
()
{
return
codigoHistorial
;
}
public
void
setCodigoHistorial
(
int
codigoHistorial
)
{
this
.
codigoHistorial
=
codigoHistorial
;
}
public
String
getDocenteSaliente
()
{
return
docenteSaliente
;
}
public
void
setDocenteSaliente
(
String
docenteSaliente
)
{
this
.
docenteSaliente
=
docenteSaliente
;
}
public
String
getCursoSaliente
()
{
return
cursoSaliente
;
}
public
void
setCursoSaliente
(
String
cursoSaliente
)
{
this
.
cursoSaliente
=
cursoSaliente
;
}
public
String
getFechaFin
()
{
return
fechaFin
;
}
public
void
setFechaFin
(
String
fechaFin
)
{
this
.
fechaFin
=
fechaFin
;
}
public
String
getMotivoCambio
()
{
return
motivoCambio
;
}
public
void
setMotivoCambio
(
String
motivoCambio
)
{
this
.
motivoCambio
=
motivoCambio
;
}
public
String
getDocenteEntrante
()
{
return
docenteEntrante
;
}
public
void
setDocenteEntrante
(
String
docenteEntrante
)
{
this
.
docenteEntrante
=
docenteEntrante
;
}
public
String
getCursoEntrante
()
{
return
cursoEntrante
;
}
public
void
setCursoEntrante
(
String
cursoEntrante
)
{
this
.
cursoEntrante
=
cursoEntrante
;
}
public
String
getFechaInicio
()
{
return
fechaInicio
;
}
public
void
setFechaInicio
(
String
fechaInicio
)
{
this
.
fechaInicio
=
fechaInicio
;
}
public
String
getCondicionTrabajador
()
{
return
condicionTrabajador
;
}
public
void
setCondicionTrabajador
(
String
condicionTrabajador
)
{
this
.
condicionTrabajador
=
condicionTrabajador
;
}
public
String
getObservacion
()
{
return
observacion
;
}
public
void
setObservacion
(
String
observacion
)
{
this
.
observacion
=
observacion
;
}
}
src/java/pe/siso/horario/MySqlDAO/MySqlDAOFactory.java
View file @
0607d75a
...
...
@@ -58,16 +58,16 @@ public class MySqlDAOFactory extends DAOFactory {
try
{
conexion
=
DriverManager
.
getConnection
(
"jdbc:mysql://serverprueba:3306/encuesta_docente"
,
"desarrollo"
,
"5VC02019"
);
// "jdbc:mysql://localhost:3306/encuesta_docente",
// "root",
// "mysql");
//server_winpla
//
"jdbc:mysql://172.16.2.68:3306/encuesta_docente",
//
"sis_horarios",
//
"Sy356ho899");
//
"jdbc:mysql://serverprueba:3306/encuesta_docente",
//
"desarrollo",
//
"5VC02019");
// "jdbc:mysql://localhost:3306/encuesta_docente",
// "root",
// "mysql");
//server_winpla
"jdbc:mysql://172.16.2.68:3306/encuesta_docente"
,
"sis_horarios"
,
"Sy356ho899"
);
}
catch
(
Exception
e
)
{
// TODO Auto-generated catch block
...
...
@@ -79,16 +79,16 @@ public class MySqlDAOFactory extends DAOFactory {
try
{
conexion
=
DriverManager
.
getConnection
(
"jdbc:mysql://serverprueba:3306/nuevo"
,
"desarrollo"
,
"5VC02019"
);
// "jdbc:mysql://localhost:3306/nuevo",
// "root",
// "mysql");
//server_winpla
//
"jdbc:mysql://172.16.2.68:3306/nuevo",
//
"sis_horarios",
//
"Sy356ho899");
//
"jdbc:mysql://serverprueba:3306/nuevo",
//
"desarrollo",
//
"5VC02019");
// "jdbc:mysql://localhost:3306/nuevo",
// "root",
// "mysql");
//server_winpla
"jdbc:mysql://172.16.2.68:3306/nuevo"
,
"sis_horarios"
,
"Sy356ho899"
);
}
catch
(
Exception
e
)
{
// TODO Auto-generated catch block
...
...
@@ -100,16 +100,16 @@ public class MySqlDAOFactory extends DAOFactory {
try
{
conexion
=
DriverManager
.
getConnection
(
"jdbc:mysql://serverprueba:3306/horarios_docente"
,
"desarrollo"
,
"5VC02019"
);
// "jdbc:mysql://localhost:3306/horarios_docente",
// "root",
// "mysql");
//server_winpla
//
"jdbc:mysql://172.16.2.68:3306/horarios_docente",
//
"sis_horarios",
//
"Sy356ho899");
//
"jdbc:mysql://serverprueba:3306/horarios_docente",
//
"desarrollo",
//
"5VC02019");
// "jdbc:mysql://localhost:3306/horarios_docente",
// "root",
// "mysql");
//server_winpla
"jdbc:mysql://172.16.2.68:3306/horarios_docente"
,
"sis_horarios"
,
"Sy356ho899"
);
}
catch
(
Exception
e
)
{
// TODO Auto-generated catch block
...
...
@@ -120,16 +120,16 @@ public class MySqlDAOFactory extends DAOFactory {
try
{
conexion
=
DriverManager
.
getConnection
(
"jdbc:mysql://serverprueba:3306/sacoolive3"
,
"desarrollo"
,
"5VC02019"
);
// "jdbc:mysql://localhost:3306/sacoolive3",
// "root",
// "mysql");
//server_winpla
//
"jdbc:mysql://172.16.2.68:3306/sacoolive3",
//
"sis_horarios",
//
"Sy356ho899");
//
"jdbc:mysql://serverprueba:3306/sacoolive3",
//
"desarrollo",
//
"5VC02019");
// "jdbc:mysql://localhost:3306/sacoolive3",
// "root",
// "mysql");
//server_winpla
"jdbc:mysql://172.16.2.68:3306/sacoolive3"
,
"sis_horarios"
,
"Sy356ho899"
);
}
catch
(
Exception
e
)
{
// TODO Auto-generated catch block
e
.
printStackTrace
();
...
...
src/java/pe/siso/horario/MySqlDAO/MySqlDocenteDAO.java
View file @
0607d75a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/java/pe/siso/horario/Servlets/ServletHorario.java
View file @
0607d75a
...
...
@@ -4840,23 +4840,16 @@ public class ServletHorario extends HttpServlet {
" <input type='time' id=\"txtHoraAviso\" style='font-size: 10pt;height: 2.5em;'>\n"
+
" <button type='button' class=\"btn btn-xs btn-success\" id='datepickerFechaFaltaAvisoButton' onclick='verfechaFaltaAviso();' title='Elegir fecha fin del docente'><i class='ace-icon fa fa-calendar'></i></button>\n"
+
" </div>\n"
+
" </div>"
);
" </div>"
);
pw
.
println
(
"<div class=\"col-sm-3\">\n"
+
" <div class=\"form-group\">\n"
+
" <b>Observacion:</b>\n"
+
" <textarea class=\"form-control\" id=\"txtObservacion\" style=\"font-size: 10pt;height: 3em;width:22.5em;resize: none;\"></textarea>\n"
+
" </div>\n"
+
" </div>"
);
}
pw
.
println
(
"<div class='col-sm-12' style='height:20px;'></div>"
);
pw
.
println
(
"<div class='col-sm-12'>"
);
pw
.
println
(
"<div id='divDocenteCombo'>"
);
...
...
web/vista/exportar_registro_eliminacion.jsp
View file @
0607d75a
...
...
@@ -19,53 +19,53 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
JSP Page
</title>
<style
type=
"text/css"
>
/* #dg{
background-color: #D9D2E9;
font-weight: bold;
}
#ds{
background-color: #FFF2CC;
font-weight: bold;
}
#di{
background-color: #C9DAF8;
font-weight: bold;
}*/
/* #contenedor {
float: left;
width: 804px;
}
#tabla1 {
float: left;
width: 400px;
}
#tabla1 table {
text-align: center;
}
#tabla1 table tr td {
width: 100px
}
#tabla2 {
float: left;
width: 400px;
}
#tabla2 table {
text-align: center;
}
#tabla2 table tr td {
width: 100px
}*/
</style>
<style
type=
"text/css"
>
/* #dg{
background-color: #D9D2E9;
font-weight: bold;
}
#ds{
background-color: #FFF2CC;
font-weight: bold;
}
#di{
background-color: #C9DAF8;
font-weight: bold;
}*/
/* #contenedor {
float: left;
width: 804px;
}
#tabla1 {
float: left;
width: 400px;
}
#tabla1 table {
text-align: center;
}
#tabla1 table tr td {
width: 100px
}
#tabla2 {
float: left;
width: 400px;
}
#tabla2 table {
text-align: center;
}
#tabla2 table tr td {
width: 100px
}*/
</style>
</head>
<body>
<
%
...
...
@@ -93,95 +93,97 @@
ArrayList
<
HorarioCF
>
lista = serviceDocente.listarRegistrosNuevosYEliminados(fechaDesde,fechaHasta);
// ArrayList
<HorarioCF>
listaEliminados = serviceDocente.listarEliminados(fechaDesde,fechaHasta);
%>
<div
id=
"contenedor"
>
<div
id=
"tabla1"
>
<table
cellpadding=
'0'
cellspacing=
'0'
>
<tr>
<td
<%=
centrado
%
>
colspan='5' align='center'>
<h3>
LISTADO DE REGISTROS Y ELIMINACION DE DOCENTES
</h3></td>
</tr>
<tr>
<td
colspan=
'5'
height=
'10'
></td>
</tr>
<tr>
<td
colspan=
'3'
>
FUENTE: SISTEMA DE HORARIOS
</td>
<td
colspan=
'2'
align=
'right'
>
SACO OLIVEROS - SISTEMAS
</td>
</tr>
<tr>
<td
colspan=
'3'
>
RESPONSABLE:
<
%=
usuario
!=
null
?
usuario
.
getNombreTipoUsuario
()
:
""%
></td>
<td
colspan=
'2'
align=
'right'
></td>
</tr>
<tr>
<td
colspan=
'5'
height=
'20'
>
FECHA:
<
%=
dtf
.
format
(
now
)%
></td>
</tr>
<tr>
<td
colspan=
'5'
height=
'20'
></td>
</tr>
</table>
<table
border=
"1"
style=
"text-align: center;"
>
<tr>
<td
<%=
centrado
%
>
colspan="8" style="text-align: center;background-color: #D9D2E9;font-weight: bold;">DATA GENERAL
</td>
<td
<%=
centrado
%
>
colspan="3" style="text-align: center;background-color: #EDEDED;font-weight: bold;">REGISTRADO
</td>
<td
<%=
centrado
%
>
colspan="1" style="text-align: center;background-color: #EDEDED;font-weight: bold;">ELIMINADO
</td>
</tr>
<tr
style=
"background-color: #2F75B5"
>
<th>
REGISTRO
</th>
<th>
HORA REGISTRO
</th>
<th>
SEDE
</th>
<th>
DIA
</th>
<th>
HORARIO
</th>
<th>
GRUPO ACADEMICO
</th>
<th>
AULAS
</th>
<th>
FECHA CAMBIO
</th>
<th>
APELLIDOS Y NOMBRES
</th>
<th>
CURSO
</th>
<th
colspan=
"2"
>
ACCION
</th>
</tr>
<
%
String
estilo=
""
;
for
(
HorarioCF
horario
:
lista
){
//
if
(
horario
.
getMotivoCambio
().
equals
("
SIN
CURSO
")){
//
estilo=
"style='background-color:#D0CECE;padding : 10px;color:black;'"
;
//
//
}
else
{
//
estilo=
"style='background-color:#FFD966;padding : 10px;'"
;
//
}
<div
id=
"contenedor"
>
<div
id=
"tabla1"
>
<table
cellpadding=
'0'
cellspacing=
'0'
>
<tr>
<td
<%=
centrado
%
>
colspan='5' align='center'>
<h3>
LISTADO DE REGISTROS Y ELIMINACION DE DOCENTES
</h3></td>
</tr>
<tr>
<td
colspan=
'5'
height=
'10'
></td>
</tr>
<tr>
<td
colspan=
'3'
>
FUENTE: SISTEMA DE HORARIOS
</td>
<td
colspan=
'2'
align=
'right'
>
SACO OLIVEROS - SISTEMAS
</td>
</tr>
<tr>
<td
colspan=
'3'
>
RESPONSABLE:
<
%=
usuario
!=
null
?
usuario
.
getNombreTipoUsuario
()
:
""%
></td>
<td
colspan=
'2'
align=
'right'
></td>
</tr>
<tr>
<td
colspan=
'5'
height=
'20'
>
FECHA:
<
%=
dtf
.
format
(
now
)%
></td>
</tr>
<tr>
<td
colspan=
'5'
height=
'20'
></td>
</tr>
</table>
<table
border=
"1"
style=
"text-align: center;"
>
<tr>
<td
<%=
centrado
%
>
colspan="8" style="text-align: center;background-color: #D9D2E9;font-weight: bold;">DATA GENERAL
</td>
<td
<%=
centrado
%
>
colspan="3" style="text-align: center;background-color: #EDEDED;font-weight: bold;">REGISTRADO
</td>
<td
<%=
centrado
%
>
colspan="1" style="text-align: center;background-color: #EDEDED;font-weight: bold;">ELIMINADO
</td>
<td
<%=
centrado
%
>
colspan="1" style="text-align: center;background-color: #EDEDED;font-weight: bold;">USUARIO
</td>
</tr>
<tr
style=
"background-color: #2F75B5"
>
<th>
REGISTRO
</th>
<th>
HORA REGISTRO
</th>
<th>
SEDE
</th>
<th>
DIA
</th>
<th>
HORARIO
</th>
<th>
GRUPO ACADEMICO
</th>
<th>
AULAS
</th>
<th>
FECHA CAMBIO
</th>
<th>
APELLIDOS Y NOMBRES
</th>
<th>
CURSO
</th>
<th
colspan=
"3"
>
ACCION
</th>
</tr>
<
%
String
estilo=
""
;
for
(
HorarioCF
horario
:
lista
){
//
if
(
horario
.
getMotivoCambio
().
equals
("
SIN
CURSO
")){
//
estilo=
"style='background-color:#D0CECE;padding : 10px;color:black;'"
;
//
//
}
else
{
//
estilo=
"style='background-color:#FFD966;padding : 10px;'"
;
//
}
%
>
<tr>
<td
style=
"padding : 10px"
><
%=
horario
.
getFechaRegistro
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getHora
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getNombreSede
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getDia
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getHorario
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getGrupoAcademico
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getCodigoAula
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getFechaRegistro
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getDocenteEntrante
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getCursoEntrante
()%
></td>
<td
<%=
estilo
%
>
>
<
%=
horario
.
getMotivoCambio
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getEstadoEliminado
()%
></td>
</tr>
<
%
}
%
>
</table>
</div>
</div>
%
>
<tr>
<td
style=
"padding : 10px"
><
%=
horario
.
getFechaRegistro
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getHora
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getNombreSede
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getDia
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getHorario
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getGrupoAcademico
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getCodigoAula
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getFechaRegistro
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getDocenteEntrante
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getCursoEntrante
()%
></td>
<td
<%=
estilo
%
>
>
<
%=
horario
.
getMotivoCambio
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getEstadoEliminado
()%
></td>
<td
style=
"padding : 10px"
><
%=
horario
.
getUsuarioAcciona
()%
></td>
</tr>
<
%
}
%
>
</table>
</div>
</div>
</body>
</html>
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