Ejemplo n.º 1
0
                                        <input type="search" name="filtrar" id="filtrar" placeholder="Buscar organismo" value="<?php 
    echo isset($_GET['filtrar']) ? $_GET['filtrar'] : "";
    ?>
" />
                                    </div>
                                </form>
                            </div>
                            <table class="zebra-striped bordered-table">
                                <thead>
                                    <tr>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("nombre");
    ?>
">Nombre</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 2
0
                                <thead>
                                    <tr>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("nombre");
    ?>
">Nombre</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("login");
    ?>
">Login</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("tipo_usuario_id");
    ?>
">Rol</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 3
0
                                <thead>
                                    <tr>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("fecha");
    ?>
">fecha</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("nombre");
    ?>
">usuario</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("modulo");
    ?>
">modulo</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 4
0
                                    </div>
                                </form>
                            </div>
                            <table class="zebra-striped bordered-table">
                                <thead>
                                    <tr>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("nombre");
    ?>
">Nombre</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("rif");
    ?>
">Rif</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 5
0
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">Nombre</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">Organismo</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">Departamento</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">Cargo</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 6
0
                                <thead>
                                    <tr>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("tipo_medio_pago");
    ?>
">Tipo</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("numero_cuenta");
    ?>
">N&uacute;mero</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("cliente");
    ?>
">Cliente</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 7
0
                                <thead>
                                    <tr>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("nombre");
    ?>
">Nombre</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("codigo");
    ?>
">C&oacute;digo</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("web");
    ?>
">Rif</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 8
0
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("nombre");
    ?>
">Usuario</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("fecha_generacion");
    ?>
">fecha</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("tipo_lote");
    ?>
">Tipo Lote</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("recibos");
    ?>
">Recibos</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php 
Ejemplo n.º 9
0
                                    </div>
                                </form>
                            </div>
                            <table class="zebra-striped bordered-table">
                                <thead>
                                    <tr>
                                        <th><a href="<?php 
    echo misc::url_sortable();
    ?>
">id</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("nombre");
    ?>
">Nombre</a></th>
                                        <th><a href="<?php 
    echo misc::url_sortable("prductos");
    ?>
">Productos</a></th>
                                        <th>Operaciones</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
    foreach ($pag->registros as $registro) {
        ?>
                                        <tr>
                                            <td><?php 
        echo $registro['id'];
        ?>
</td>
                                            <td><?php