Esempio n. 1
0
<?php

require '../modelo/mod_connex.php';
$conexion = new Connex();
$mysqlconn = $conexion->conectar();
require "../modelo/mod_info.php";
$consulta = new info();
$listar = $consulta->Listar15($mysqlconn);
if (mysqli_num_rows($listar) > 0) {
    ?>
          <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<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">Gestor</div></th>
              <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Fecha de Respuesta</div></th>
              <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Causa de Contacto</div></th>
              <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Nombre de Usuario</div></th>
              <!--<th align="right">Canal receptor de la queja</th>-->
              <th align="right" bgcolor="#eeece1"><div align="center" class="style2">Correo</div></th>
              <!--<th align="right">Ciudad de la OC</th>
              <th align="right">Fecha de Recepción del equipo en la OC</th>-->