File manager - Edit - /home/u608250662/domains/rdsolution.org.in/public_html/jevica/application/views/admin/pagecontent/list.php
Back
<!----Start Header----> <?php $this->load->view('admin/layout/header.php'); ?> <!----End Header----> <!-- /.navbar-collapse --> <div class="clearfix"> </div> <!----Start Header----> <?php $this->load->view('admin/layout/left_menu.php'); ?> <!----End Header----> </nav> <div id="page-wrapper" class="gray-bg dashbard-1"> <div class="content-main"> <!--offer--> <div class="banner"> <?php echo $this->session->flashdata('message'); ?> <h2> <a href="#">Home</a> <i class="fa fa-angle-right"></i> <span>Page Content List</span> <a href="<?php echo base_url('index.php/pagecontent/add'); ?>"><button type="button" style="float:right;" class="btn btn-primary">Add New</button></a> </h2> <div class="row-fluid clear"> <div class="span12 content" style="margin-top:15px;"> <table width="100%" id="example" cellspacing="0" cellpadding="0" border="0" class="table-bordered table-compact table table-hover"> <thead> <tr> <th width="7%">S.No </th> <th width="13%">Url</th> <th width="13%">Heading</th> <th width="8%">Edit </th> <th width="8%">Delete </th> </tr> </thead> <tbody> <?php $i=0; foreach($CLIENTDATAA as $data){ $i++; ?> <tr bgcolor="#FFFFFF"> <td><?php echo $i; ?></td> <td><a href="<?php echo base_url($data->url);?>" target="_blank"><?php echo $data->url; ?></a></td> <td><?php echo $data->heading; ?></td> <td valign="top" class="gray_txt"> <a href="<?php echo base_url('pagecontent/edit/'.$data->id); ?>"><i class="fa fa-pencil-square-o"></i></a> </td> <td> <a href="<?php echo base_url('pagecontent/delete/'.$data->id); ?>" onclick="return confirm('are you sure do you want to delete this record')"><i class="fa fa-trash"></i></a> </td> </tr> <?php } ?> <!--table1 ends--> </tbody> </table> </div> </div> </div> <!--//offer--> <!----Start Footer----> <?php $this->load->view('admin/layout/footer.php'); ?> <!----End Footer---->
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings