<div id="centroN"> <table width="250" cellpadding="0" cellspacing="0"> <tr> <td class="cabCuerpo">Centros</td> <form action="" method="post"> <td class="cabCuerpo" align="right"><input class="boton" type="submit" name="enviar" value="Nuevo" > </td> <td colspan="2" align="left" class="cabCuerpo"><input name="centroHacia" type="text" maxlength="255" size="50" required ></td> </form> </tr> <tr> <td colspan="3" class="lineasCab">Centros</td> <td width="20" align="center" class="lineasCab">Oper</td> </tr> <?php for ($i = 0; $i < $cen->numFilas; $i++) { $cen->siguiente(); ?> <tr> <td colspan="3" class="<?php if ($i % 2) { echo 'listaO'; } else { echo 'listaC'; } ?> "><?php echo $cen->centro; ?> </td> <td align="center" class="<?php if ($i % 2) {
} ?> <table width="300" cellpadding="0" cellspacing="0" class="cuerpo"> <tr> <td colspan="2" class="cabCuerpo">Centros</td> <form action="" method="post"> <td class="cabCuerpo" align="center"><input name="cat2" type="button" onClick="manteCentro('A','centro')" value="Nuevo" title="Insertar nuevo centro"></td> </form> </tr> <tr> <td colspan="2" class="lineasCab">Centros</td> <td align="center" class="lineasCab">Oper</td> </tr> <?php for ($i = 0; $i < $tp->numFilas; $i++) { $tp->siguiente(); ?> <tr> <td colspan="2" class="<?php if ($i % 2) { echo 'listaO'; } else { echo 'listaC'; } ?> "><?php echo $tp->centro; ?> </td> <td align="center" class="<?php if ($i % 2) {