%PDF- %PDF-
Direktori : /home/tjamichg/portal.tjamich.gob.mx/infofi/modules/ley/ |
Current File : /home/tjamichg/portal.tjamich.gob.mx/infofi/modules/ley/inc.php |
<?php require("conn.php"); if(isset($_GET['id_norm']) && isset($_GET['nart'])){ $idnorm = $_GET['id_norm']; $nart = $_GET['nart']; ?> <br /> <div class="content"> <div class="titulo">Normatividad > Artículos > Fracciones</div><br /> <div class="cfmenu"> <a href="index.php?token=<?php echo $_GET['token']; ?>&mod=addfr&id_norm=<?php echo $_GET['id_norm']; ?>&nart=<?php echo $_GET['nart']; ?>"><img src="images/plus.png" width="20" height="20" /> Agregar Fracción</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">Texto</td> </tr> <?php $sen = mysqli_query($db, "SELECT * FROM nfracciones"); 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['tfr']; ?></td> <td> <div class="caja"><a href="index.php?token=<?php echo $_GET['token']; ?>&mod=cinc&id_norm=<?php echo $fila['1']; ?>&nart=<?php echo $fila['nart']; ?>&fr=<?php echo $fila['nfr']; ?>"><img src="images/cog.png" width="20" height="20" /><span class="info">Configurar</span></a></div> </td> </tr> <?php } ?> </table> </div> </div> <br /> <?php } ?>