コード例 #1
0
    <?php 
include_once '../functions/database.php';
$unreg_applicant = unregistered_registered_applicants(0);
?>





      <div id="page-wrapper">
            <div class="row">
                <div class="col-lg-6">
                    <h3 class="page-header">JOBSEEKERS</h3>
                </div>
            </div>
       <div class="col-lg-13">
                    <div class="panel panel-default">
                        <div class="panel-heading">
                            Unregistered Applicants
                        </div>
                        <!-- /.panel-heading -->
                        <div class="panel-body">
                            <div class="table-responsive">
                                <table class="table">
                                    <thead>
                                        <tr>
                                            <th>Date Created</th>
                                            <th>Name</th>
                                            <th>Email</th>
                                            <th>Action</th>
                                        </tr>
コード例 #2
0
    <?php 
include_once '../functions/database.php';
$reg_applicant = unregistered_registered_applicants(1);
?>


        
       <div id="page-wrapper">
            <div class="row">
                <div class="col-lg-6">
                    <h3 class="page-header">JOBSEEKERS</h3>
                </div>
            </div>
       <div class="col-lg-13">
                    <div class="panel panel-default">
                        <div class="panel-heading">
                          Registered Applicants
                        </div>
                        <!-- /.panel-heading -->
                        <div class="panel-body">
                                <table id="registered" class="cell-border"  cellspacing="0" width="100%">
                                    <thead>
                                        <tr>
                                            <th>Date Created</th>
                                            <th>Name</th>
                                            <th>Email</th>
                                            <th>Contact No.</th>
                                            <th>Address</th>
                                            <th>Status</th>
                                        </tr>
                                    </thead>