| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bzend/application/views/scripts/hault-inclusions/ |
Upload File : |
<!--Page main section start-->
<section id="min-wrapper" class="active">
<div id="main-content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!--Top header start-->
<h3 class="ls-top-header">Hault Iinclusions</h3>
<!--Top header end -->
<!--Top breadcrumb start -->
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-home"></i></a></li>
<li class="active">Masters</li><li class="active">Hault Iinclusions</li>
</ol>
<!--Top breadcrumb start -->
</div>
</div>
<!-- Main Content Element Start-->
<div class="row">
<div class="col-md-12">
<div class="successMessage">
<?php
if (!empty($this->messages)) {
echo ($this->messages[0]);
}
?>
</div>
</div>
<div class="col-md-12">
<div class="leadeBorder">
<div class="panel-body">
<div class="form-group form-group1 text-right"><a href="<?php echo $this->baseUrl('hault-inclusions/add-hault-inclusions'); ?>" class="btn btn-success btn-sm"><i class="fa fa-fw fa-arrows"></i> Add Hault Iinclusion</a></div>
<div class="table-responsive ls-table">
<table class="table table-bordered table-striped table-bottomless" id="ls-editable-table">
<thead>
<tr class="alert alert-success">
<th>Hault Name</th>
<th>Status</th>
<th style="width:11%;">Action</th>
</tr>
</thead>
<tbody>
<?php
if (!empty($this->paginator) ) {
foreach ($this->paginator as $haultInclusions) { //print_r($department);
?>
<tr>
<td><?= ucfirst($haultInclusions['Title']); ?></td>
<td><?= ($haultInclusions['IsActive'] == 1) ? 'Active' : 'Deactive'; ?></td>
<td class="text-center">
<a href="<?php echo $this->baseUrl('hault-inclusions/edit-hault-inclusions/id/' . base64_encode($haultInclusions['HaultlncType'])); ?>" class="btn btn-xs btn-warning tooltipLink" data-toggle="tooltip" data-placement="top" title="Edit"><i class="fa fa-pencil-square-o"></i></a>
<a onclick="return confirm('Are you sure you want to delete the selected record?');" href="<?php echo $this->baseUrl('hault-inclusions/delete-record/id/'.base64_encode($haultInclusions['HaultlncType'])); ?>" class="btn btn-xs btn-danger tooltipLink" data-toggle="tooltip" data-placement="top" title="Delete">
<i class="fa fa-angle-up large"></i>
</a>
</td>
</tr>
<?php }
} else { ?>
<tr><td colspan="3">No. records found</td></tr>
<?php } ?>
</tbody>
</table>
</div>
<!--Table Wrapper Finish-->
<div class="panel-box clearfix">
<?php if (count($this->paginator) > 0) { ?>
<?php echo $this->paginationControl($this->paginator, 'Sliding', 'pagination.phtml'); ?>
<?php } ?>
</div>
</div>
</div>
</div>
</div>
<!-- Main Content Element End-->
</div>
</div>
<section class="" id="footer"><a href="" target="_blank">© TripsBank 2016</a></section>
</section>
<?php echo $this->render("newfooter.phtml"); ?>
<!--Page main section end -->
<script type="text/javascript">
setTimeout(function () {
$('.successMessage').delay(5000).fadeOut('slow');
}, 5000);
</script>