예제 #1
0
    </tr>
      <tr align="center" class="fondonegro">
        <td width="53">N&ordm; Guia </td>
        <td width="49">Fecha</td>
        <td width="49">Zona</td>
        <td width="316">Consignado</td>
        <td width="226">Direcci&oacute;n</td>
        <td width="112">Ciudad</td>
        <td width="97">Observaciones</td>
        <td width="20">&nbsp;</td>
    </tr>
      <tr>
        <td colspan="8"><div style="position:static;width:950px; height:450px; overflow:scroll; z-index:1;  ">
            <table width="950" border="0">
              <?php 
$rs = $cargo->cargomasivo_listar_impresion('4', $_REQUEST['empresa_remite'], $_REQUEST['fecha'], $_REQUEST['fecha2'], $_REQUEST['estado'], '');
if ($rs) {
    $j = 1;
    while ($campo = mysql_fetch_array($rs)) {
        ?>
              <tr bgcolor="#FFFFFF" style="cursor: hand" onmouseover="bgColor='#FFDBB7'" onmouseout ="bgColor='#FFFFFF'">
                <td width="53" align="center"><?php 
        echo $campo['cmas_id'];
        ?>
</td>
                <td width="49" align="center"><?php 
        echo $cargo->util->obtienefecha($campo['cmas_fecha']);
        ?>
</td>
                <td width="49" align="center"><?php 
        echo strtoupper($campo['ze_descripcion']);