</td> <td width="150" > <?php echo $tabla_integrante->ver_facultad_int(); ?> </td> </tr> <tr id="tabla2_encabezado" > <td width="550" colspan="3"> Estado de Amonestaciones </td> </tr> <tr id="tabla2_informacion" > <td width="550" colspan="3" align="center"> <?php cuadro_amonestaciones_int($amonestaciones, $id_persona, $temporadas, $id_temporada, 70, 50, 'home_aux.php'); ?> </td> </tr> <tr id="tabla2_encabezado" > <td width="550" colspan="3"> Estado Inasistencias </td> </tr> <tr id="tabla2_informacion" > <td width="550" colspan="3" align="center"> <?php cuadro_inasistencias_int($asistencias, $id_persona, $temporadas, $id_temporada, 70, 50, 'home_aux.php'); ?> </td>
<div class="mayuscula" > <?php $nombre = $integrantes_env->ver_nombre($id_persona_env); $apellido = $integrantes_env->ver_apellido($id_persona_env); echo ajuste_primera_palabra($apellido, 7, '.'); echo "<br>"; echo ajuste_primera_palabra($nombre, 7, '.'); ?> </div> </td> <td class="<?php echo $class; ?> " > <?php cuadro_amonestaciones_int($amonestaciones, $id_persona_env, $temporadas, $id_temporada, 20, 15, 'home_aux.php', 0); ?> <?php cuadro_inasistencias_int($asistencias, $id_persona_env, $temporadas, $id_temporada, 20, 15, 'home_aux.php', 0); ?> <?php cuadro_pagos_int($pagos, $id_persona_env, $pagos_aux, $id_temporada, 20, 15, 'home_aux.php', 0); ?> </td> <?php } ?> </tr> </table>