%PDF- %PDF-
Direktori : /home/tjamichg/intranet.tjamich.gob.mx/intranet/sistemas/usuarios/ |
Current File : /home/tjamichg/intranet.tjamich.gob.mx/intranet/sistemas/usuarios/content_evaluacion.php |
<?php $dia = date('d'); ?> <div id="title-breadcrumb-option-demo" class="page-title-breadcrumb"> <div class="clearfix"> <h4>EVALUACIÓN DE DESEMPEÑO 2023</h4> </div> </div> <div class="page-content" > <div class="row"> <div class="col-md-12"> <div id="generalTabContent" class="tab-content"> <div id="tab-messages" class="tab-pane fade in active"> <div class="portlet box"> <div class="portlet-body"> <div class="row mbm"> <!-- <div class="col-lg-4"> <div class="table-responsive"> <h5> <strong>Convocatoria 2023, Servicio Civil de Carrera.</strong> </h3> <p><a target=”_blank” href="https://tjamich.gob.mx/intranet/intranet/sistemas/oficios/documentos/2023/04/17/b85032f158b062793ab28a19c33c1c4d.pdf"><img src="bases.png" style="width:350px;height:450px;"></a></p> </div> </div> <div class="col-lg-4"> <div class="table-responsive"> <h5><strong> Descargar formato de Solicitud de registro.</strong> </h3> <?php if($dia >= 20) echo '<p><a target=”_blank” href="ficha.pdf"><img src="ficha.png" style="width:350px;height:450px;"></a></p>'; else echo '<p><a href="#"><img src="fichaN.png" style="width:350px;height:450px;"></a></p>'; ?> </div> </div> --> <div class="col-lg-6"> <h3> <strong>Documentos disponibles para los aspirantes que cumplieron con los requisitos de la convocatoría de Servicio Civil de Carrera 2023, y que podrán presentar los exámenes respectivos.</strong> </h3> <table class="table table-hover table-striped table-bordered"> Lista de documentos: <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/lista.pdf" >1.- Clic aquí para ver lista de aspirantes aprobados por su clave alfanumérica. </a></td></tr><br> <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/agenda.pdf" >2.- Clic aquí para ver la agenda a la convocatoria de Evaluación de Desempeño 2023. </a></td></tr> <br> <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/temas.pdf" >3.- Clic aquí para ver los temas que son parte del examen general de conocimientos. </a></td></tr> <br> <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/lineamientos.pdf" >4.- Clic aquí para ver los lineamientos para el examen de conocimientos. </a></td></tr> <br> <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/comunicado.pdf" >5.- Clic aquí para ver el comunicado, donde se les hace extensivo lo estipulado en el Reglamento de Servicio Civil de Carrera. </a></td></tr> <br> <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/resultados_examen.pdf" >6.- Clic aquí para ver los resultados del examen teórico de conocmientos del personal del Servicio Civil de Carrera. </a></td></tr> <br> <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/EXAMEN_PRACTICO.pdf" >7.- Clic aquí para ver los resultados del examen práctico del personal del Servicio Civil de Carrera. </a></td></tr> <br> <tr> <td width="15%"><a target="_BLANK" href="../documentos/ccayt/calificaciones_finales.pdf" >8.- Clic aquí para ver las calificaciones finales del personal del Servicio Civil de Carrera. </a></td></tr> <br> </table> </div> <div class="col-lg-4"> <div class="table-responsive"> <?php $conf = new Configuracion(); $conf->conectarBD(); $id_usuario = $_SESSION['id_usuario']; $consulta = "UPDATE notificaciones SET estatus = 1 , fecha_leido = now() WHERE id_empleado_dest = $id_usuario AND id_empleado_origen = 211 AND estatus = 0"; $conf->actualizacion($consulta); $consulta = "SELECT id_registro,folio,fecha_registro,solicitud_pdf,visitaduria_pdf,oic_pdf FROM `tjam_empleados_evaluacion` WHERE `id_personal` = $id_usuario"; $rst1 = $conf->consulta($consulta); if(count($rst1) > 0) { echo ' <div class="alert alert-success"> <h5> Clave alfanumérica : <strong>'.$rst1[0]['folio'].' </strong> </h5> <h5> Fecha de registro: <strong>'.$rst1[0]['fecha_registro'].' </strong> </h5> <div>Convocatoria 2023, Servicio Civil de Carrera.</div> </div>'; echo '<div class="row"> <div class="col-lg-12"> <div class="table-container"> <table class="table table-hover table-striped table-bordered table-advanced tablesorter"> <tr><td width="50%">ACUSE DE SOLICITUD DE REGISTRO</td> <td width="15%"><a href="../declaraciones/page_acuse_evaluacion.php?folio='.$rst1[0]['folio'].'&id_registro='.$rst1[0]['id_registro'].'&app=1&opc=2" > <strong>Ver documento </strong> </a></td></tr> <tr><td width="50%">SOLICITUD DE REGISTRO</td> <td width="15%"><a target="_BLANK" href="../documentos/ccayt'.$rst1[0]['solicitud_pdf'].'" > <strong>Ver documento </strong> </a></td></tr> <tr><td width="50%">CONSTANCIA EXPEDIDA POR LA COORDINACIÓN DE VISITADURÍA</td> <td width="15%"><a target="_BLANK" href="../documentos/ccayt'.$rst1[0]['visitaduria_pdf'].'" > <strong>Ver documento </strong> </a></td></tr> <tr><td width="50%">CONSTANCIA EXPEDIDA POR EL ORGANO INTERNO DE CONTROL</td> <td width="15%"><a target="_BLANK" href="../documentos/ccayt'.$rst1[0]['oic_pdf'].'" > <strong>Ver documento</strong> </a></td></tr> </tbody> </thead></table> </div> <hr class="mtxl mbxl"/> </div> </div> </div>'; } else { echo '<h5><strong> Subir documentación de Solicitud de Registro.</strong> </h3>'; if($dia == 20 OR $dia == 21 or $dia == 24) echo '<p><a href="page_add_evaluacion.php"><img src="subir.png" style="width:96%"></a></p>'; else echo '<p><a href="#"><img src="subirN.png" style="width:96%"></a></p>'; } ?> </div> </div> <div class="clear"></div> <br> </div> </div> </div> </div> </div> </div> </div> </div>