Пример #1
0
     <?php 
include_once '../functions/database.php';
$unverified_com = company_check(0);
?>




      <div id="page-wrapper">
            <div class="row">
                <div class="col-lg-6">
                    <h3 class="page-header">EMPLOYERS</h3>
                </div>
            </div>
       <div class="col-lg-13">
                    <div class="panel panel-default">
                        <div class="panel-heading">
                            List of Pending Employers
                        </div>
                        <!-- /.panel-heading -->
                        <div class="panel-body">
                                <table class="table cell-border"  cellspacing="0" width="100%">
                                    <thead>
                                        <tr>
                                            <th>Date Created</th>
                                            <th>Company Name</th>
                                            <th>Address</th>
                                            <th>Website</th>
                                            <th>Fax No.</th>
                                        </tr>
                                    </thead>
Пример #2
0
     <?php 
include_once '../functions/database.php';
$verified_com = company_check(1);
?>


      <div id="page-wrapper">
            <div class="row">
                <div class="col-lg-6">
                    <h3 class="page-header">EMPLOYERS</h3>
                </div>
            </div>
       <div class="col-lg-13">
                    <div class="panel panel-default">
                        <div class="panel-heading">
                            List of Approved Employeers
                        </div>
                        <!-- /.panel-heading -->
                        <div class="panel-body">
                            <div class="table-responsive">
                                <table id="approved" class="cell-border" cellspacing="0" width="100%">
                                    <thead>
                                         <tr>
                                            <th>Date Created</th>
                                            <th>Company Name</th>
                                            <th>Address</th>
                                            <th>Website</th>
                                            <th>Fax No.</th>
                                        </tr>
                                    </thead>
                                    <tbody>