<div class="advanced-search">
                        <a href="<?php 
echo site_url('search');
?>
">ADVANCED SEARCH <i class="icon icon-more"></i></a>
                    </div>
                </div>
            </div> <!-- /end banner search form -->

            <div class="clearfix"></div>

            <div class="container">
                <div class="list-items thumbs-grid">
                    <div class="list-items-header">
                        <h2 class="pull-left">Latest Jobssnaps</h2>
                        <button class="btn btn-danger pull-right" onclick="document.location.href='<?php 
echo site_url('jobssnaps');
?>
'">View All Jobssnaps</button>
                    </div>
                    <?php 
$_js_helper->import_view('jobs');
$listing = new JS_View_Jobs();
$listing->display('jobs.list', true);
?>
                </div>
            </div>
        </div>
        <!-- /#main-content -->
<?php 
JS_Helper::get_footer(true);
Beispiel #2
0
            </div> <!-- /end banner search form -->

            <div class="clearfix"></div>

            <div class="container">
                <div class="list-items thumbs-grid">
                    <div class="list-items-header">
                        <h2 class="pull-left">Latest Applicants</h2>
                        <button class="btn btn-danger pull-right" onclick="document.location.href='<?php 
echo site_url('jobssnaps/applicant');
?>
'">View All Applicants</button>
                    </div>
                    <?php 
$_js_helper->import_view('jobs');
$listing = new JS_View_Jobs();
$listing->setLimit(4);
$applicants = $listing->getApplicant();
?>
                    <div class="list-items-content user-list">
                        <div class="row">
                            <!-- start .list-item -->
                            <?php 
if ($applicants) {
    foreach ($applicants as $key => $item) {
        $listing->item = $item['applicant_id'];
        $listing->get_template_part('jobsshopper.item', true);
    }
} else {
    ?>
                                <div class="col-xs-12">