Exemple #1
0
<?php

require '../modelo/mod_connex.php';
$conexion = new Connex();
$mysqlconn = $conexion->conectar();
require "../modelo/mod_equipo.php";
$consulta = new equipo();
$listar = $consulta->obtener($mysqlconn);
if (mysqli_num_rows($listar) > 0) {
    ?>
<style type="text/css">
<!--
.style2 {color: #000000; font-weight: bold; }
.style5 {color: #000000}
.style5c {color: #000000; font-size:13px;}
-->
</style>

					<table width="580px" border="1" align="left" id="listado">
					<thead>
  <tr>
  <!--<th align="right">Nombre del Gestor</th>-->
  <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Caso</div></th>
  <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Estatus</div></th>
  <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Recepcion de la queja</div></th>
  <th align="right" bgcolor="#eeece1"><div align="center" class="style2">OC</div></th>
  <!--<th align="right">Canal receptor de la queja</th>-->
  <!--<<th align="right" bgcolor="#eeece1"><div align="center" class="style2">Fecha de escalamiento</div></th>
  th align="right">Ciudad de la OC</th>
  <th align="right">Fecha de Recepción del equipo en la OC</th>
  <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Fecha de respuesta de la OC</div></th>-->