예제 #1
0
                        <div class="box-header"><a href="avisos.php?accion=nuevo" class="btn btn-primary pull-right" data-toggle="tooltip" title="Agregar un Nuevo Aviso de Trabajo"><b>+</b> Nuevo Aviso</a>
                            <h2><i class="fa fa-users text-light-blue"></i> Ver Postulantes</h2>
                        </div>
                        <div class="content table-responsive table-full-width">
                            <table  class="table table-hover table-striped">
                                <thead>
                                <th>&numero;</th>
                                <th>Cargo</th>
                                <th>Ciudad</th>
                                <th>Años experiencia</th>
                                <th>Area desempeño</th>
                                <th>Fecha inicio</th>
                                <th>Acciones</th>
                                </thead>
                                <?php 
    $resultado = $obj_trabajo->obtienePublicacionesDeEmpresa($rut);
    ?>
                                <?php 
    while ($var_publicaciones = mysqli_fetch_assoc($resultado)) {
        ?>
                                    <tr>
                                        <td>
                                            <?php 
        echo $var_publicaciones['id'];
        ?>
                                        </td>
                                        <td>

                                            <?php 
        echo $var_publicaciones['cargo'];
        ?>