%PDF- %PDF-
Direktori : /home/tjamichg/portal.tjamich.gob.mx/infofi/modules/ley/ |
Current File : /home/tjamichg/portal.tjamich.gob.mx/infofi/modules/ley/cinc.php |
<?php require("conn.php"); if(isset($_GET['id_norm']) && isset($_GET['nart'])){ $idnorm = $_GET['id_norm']; $nart = $_GET['nart']; $fr = $_GET['fr']; ?> <br /> <div class="content"> <div class="titulo">Normatividad > Artículos > Fracciones > Incisos</div><br /> <div class="cfmenu"> <a href="index.php?token=<?php echo $_GET['token']; ?>&mod=addinc&id_norm=<?php echo $_GET['id_norm']; ?>&nart=<?php echo $_GET['nart']; ?>&fr=<?php echo $_GET['fr']; ?>"><img src="images/plus.png" width="20" height="20" /> Agregar Inciso</a> </div> <br /> <div> <table class="tablas"> <tr> <td class="ctab">Normatividad</td> <td class="ctab">Artículo</td> <td class="ctab">Fracción</td> <td class="ctab">Inciso</td> <td class="ctab">Texto</td> </tr> <?php $sen = mysqli_query($db, "SELECT * FROM nincisos WHERE idley='$idnorm' AND nart='$nart' AND nfr='$fr'"); while($fila = mysqli_fetch_array($sen)){ ?> <tr> <td><?php echo $fila['nley']; ?></td> <td><?php echo $fila['nart']; ?></td> <td><?php echo $fila['nfr']; ?></td> <td><?php echo $fila['linc']; ?></td> <td><?php echo $fila['tinc']; ?></td> <td> <div class="caja"><a href="index.php?token=<?php echo $_GET['token']; ?>&load=inc&id_norm=<?php echo $fila['1']; ?>&nart=<?php echo $fila['nart']; ?>&mod=pload"><img src="images/cog.png" width="20" height="20" /><span class="info">Configurar</span></a></div> </td> </tr> <?php } ?> </table> </div> </div> <br /> <?php } ?>