Your IP : 216.73.216.91


Current Path : /var/www/html/llcfapp/public/
Upload File :
Current File : /var/www/html/llcfapp/public/spear_grid.php

<?php require_once('header.php');?>
<div class="container-dt">
    <table id="spear_grid" class="table table-striped table-bordered table-sm text-center" style="width:100%">
        <thead>
            <tr>
                <th>ID</th>
                <th>Action</th>
                <th>SEMIS Code</th>
                <th>School Name</th>
                <th>Address</th>
                <th>HM Name</th>
                <th>HM Contact #</th>
                <th>HM WhatsApp #</th>
                <th>Emergency Number</th>
                <th>Teaching</th>
                <th>Non Teaching</th>
                <th>Medium</th>
                <th>Total Students</th>
                <th>Class 1</th>
                <th>Class 2</th>
                <th>Class 3</th>
                <th>Class 4</th>
                <th>Class 5</th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <th>ID</th>
                <th>Action</th>
                <th>SEMIS Code</th>
                <th>School Name</th>
                <th>Address</th>
                <th>HM Name</th>
                <th>HM Contact #</th>
                <th>HM WhatsApp #</th>
                <th>Emergency Number</th>
                <th>Teaching</th>
                <th>Non Teaching</th>
                <th>Medium</th>
                <th>Total Students</th>
                <th>Class 1</th>
                <th>Class 2</th>
                <th>Class 3</th>
                <th>Class 4</th>
                <th>Class 5</th>
            </tr>
        </tfoot>
    </table>   
</div>
<?php require_once('footer.php');?>