hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
kitsandcleats.in
/
admin
/
Upload FileeE
HOME
<?php include('functions.php'); $obj = new Operations(); include 'header.php' ?> <?php require_once 'sidebar.php'?> <!-- Main Content --> <div class="main-content"> <section class="section"> <div class="section-body"> <div class="row"> <div class="col-12"> <div class="card"> <div class="card-header"> <h2>Shipping Policy</h2> <div style="margin-left:auto"> <a href="add-shipping-policy.php?mode=edit&id=1" class="btn btn-primary">Edit</a> <!-- <a id="del-category_<?php echo $rss['id']; ?>" href="javascript:void(0)" class="btn btn-danger btn_dengars">Delete</a> --> </div> </div> <div class="card-body"> <div class="table-responsive"> <table class="table table-striped" id="table-1"> <thead> <tr class="text-center"> <th>Page description</th> </tr> </thead> <tbody> <?php $rs=$obj->getAll('compliance'); foreach($rs as $rss){ ?> <tr class="text-center"> <td class="text-left"><?php echo $rss['page_description']; ?></td> </tr> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $('#view-category_<?php echo $rss['id']; ?>').click(function(){ window.location = "page_bac.php?id=<?php echo $rss['id']; ?>"; }); </script> <script> $('#del-category_<?php echo $rss['id']; ?>').click(function(){ var r = confirm("Are You Sure You Want To Delete This!"); if (r == true) { window.location = "del-page.php?id=<?php echo $rss['id']; ?>"; } else { } }); </script> <?php }?> </tbody> </table> </div> </div> </div> </div> </div> </div> </section> </div> <?php require_once 'footer.php'?>