Example #1
0
</td>
		<td class='listado2' height="12" width="13%"><?php 
    echo $a->municipio;
    ?>
</td>
		<td class='listado2' height="12" width="38%"><?php 
    echo $nomb;
    ?>
</td>
		<td class='listado2' height="12" width="29%"><?php 
    echo $sigla;
    ?>
</td>
		<td class='listado2' height="12" width="29%">
		<?php 
    ($_POST['slc_tb'] == 0 or $_POST['slc_tb'] == 1) ? $b->GetMenuCnt($_POST['slc_tb'], $rs->fields['ID'], $tmp_vectorctt[$defa_idctt]) : (print '');
    ?>
		</td>
		<td class='listado2' height="12" width="7%" align="center" >
			<input type="hidden" name="xx" value="<?php 
    echo $rs->fields['IDCONT'] . '-' . $rs->fields['IDPAIS'] . '-' . $rs->fields['IDDPTO'] . '-' . $rs->fields['IDMPIO'];
    ?>
">
			<CENTER><input  type="checkbox" id="check_value"  value="selec"  <?php 
    echo "{$chequeado} NAME=check_value[" . $rs->fields['ID'] . "]";
    ?>
 ></CENTER>
		</td>
		<?php 
    $vec_id[$i]['id'] = $rs->fields['ID'];
    $vec_id[$i]['idc'] = $rs->fields['IDCONT'];
Example #2
0
</td>
		<td class='listado2' height="12" width="13%"><?php 
    echo $a->municipio;
    ?>
</td>
		<td class='listado2' height="12" width="38%"><?php 
    echo $nomb;
    ?>
</td>
		<td class='listado2' height="12" width="29%"><?php 
    echo $sigla;
    ?>
</td>
		<td class='listado2' height="12" width="29%">
		<?php 
    ($_POST['slc_tb'] == 0 or $_POST['slc_tb'] == 1) ? $b->GetMenuCnt($_POST['slc_tb'], $rs->fields['ID'], $VectorASeleccionar) : (print '');
    ?>
		</td>
		<td class='listado2' height="12" width="7%" align="center" >
			<input type="hidden" name="xx" value="<?php 
    echo $rs->fields['IDCONT'] . '-' . $rs->fields['IDPAIS'] . '-' . $rs->fields['IDDPTO'] . '-' . $rs->fields['IDMPIO'];
    ?>
">
			<CENTER><input type="checkbox" id="check_value"  value="selec"  <?php 
    echo "{$chequeado} NAME=check_value[" . $rs->fields['ID'] . "]";
    ?>
 onclick="selecCtt(<?php 
    echo $rs->fields['ID'];
    ?>
)"></CENTER>
		</td>