]]jkjjgdjffksdkdfdkfjgsldkfhgjkgjkhjkgjkdascxvxcvxcvjdklfgjslkdfgjlskdfgjdskfgj
במ12[aspddfsdfsdfdrxcvxcvcxvxcvxcvxcvxcvxcvxcvxcvxcvxxvxcvxcvxcv;'
/
home
/
themaxvo
/
public_html
/
tour_admin
/
Upload FileeE
HOME
<?php include_once('include/dhconnect.php')?> <?php if($_SESSION['username']== null) { header('Location:index'); } ?> <!DOCTYPE HTML> <html> <head> <title>Pt. Uma Dutt Public School : Dholpur</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel='stylesheet' type='text/css' /> <!-- Custom CSS --> <link href="css/style.css" rel='stylesheet' type='text/css' /> <!-- Graph CSS --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- jQuery --> <link href='//fonts.googleapis.com/css?family=Roboto:700,500,300,100italic,100,400' rel='stylesheet' type='text/css'> <!-- lined-icons --> <link rel="stylesheet" href="css/icon-font.min.css" type='text/css' /> <!-- //lined-icons --> <script src="js/jquery-1.10.2.min.js"></script> <script src="js/amcharts.js"></script> <script src="js/serial.js"></script> <script src="js/light.js"></script> <script src="js/radar.js"></script> <link href="css/barChart.css" rel='stylesheet' type='text/css' /> <link href="css/fabochart.css" rel='stylesheet' type='text/css' /> <!--clock init--> <script src="js/css3clock.js"></script> <!--Easy Pie Chart--> <!--skycons-icons--> <script src="js/skycons.js"></script> <script src="js/jquery.easydropdown.js"></script> <!--//skycons-icons--> </head> <body> <div class="page-container"> <!--/content-inner--> <div class="left-content"> <div class="inner-content"> <!-- header-starts --> <?php include_once('header.php');?> <!-- //header-ends --> <!-- //header-ends --> <!--outter-wp--> <div class="outter-wp"> <!--sub-heard-part--> <div class="sub-heard-part"> <ol class="breadcrumb m-b-0"> <li><a href="index">Home</a></li> <li class="active">View Office Bearers </li> </ol> </div> <!--//sub-heard-part--> <div class="graph-visual tables-main"> <div class="graph"> <div class="tables"> <table class="table table-bordered" id="example"> <thead> <tr> <th>S.No</th> <th>Year</th> <th>View Office Bearers</th> <th>Action</th> </tr> </thead> <tbody> <?php if(isset($_GET['ide'])!=null) { $ide=$_GET['ide']; $de=mysqli_query($con, "delete from office_bearers where id='$ide'") or die("error".mysqli_error()); echo "<script>alert('Successfully removed !');window.location='view-office-bearers'</script>"; } $i=1; $re=mysqli_query($con, "select * from office_bearers order by id desc") or die("error".mysqli_error()); while($row = mysqli_fetch_array($re)) { ?> <tr> <th scope="row"><?=$i?></th> <td><?=$row['year']?></td> <td><a href="img/<?=$row['img']?>" target="new">View Office Bearers</a></td> <td> <a href="view-office-bearers?ide=<?=$row['id']?>"><img src="img/delete.png" style="width:20px;height:20px;"></a> </td> <?php $i++; } ?> </tr> </div> </tbody> </table> </div> </div> </div> <!--//graph-visual--> </div> <!--footer section start--> <?php include_once('footer.php');?> <!--footer section end--> </div> </div> <!--//content-inner--> <!--/sidebar-menu--> <?php include_once('sidebar.php');?> <!--/sidebar-menu--> <div class="clearfix"></div> </div> <script> var toggle = true; $(".sidebar-icon").click(function() { if (toggle) { $(".page-container").addClass("sidebar-collapsed").removeClass("sidebar-collapsed-back"); $("#menu span").css({"position":"absolute"}); } else { $(".page-container").removeClass("sidebar-collapsed").addClass("sidebar-collapsed-back"); setTimeout(function() { $("#menu span").css({"position":"relative"}); }, 400); } toggle = !toggle; }); </script> <!--js --> <link rel="stylesheet" href="css/vroom.css"> <script type="text/javascript" src="js/vroom.js"></script> <script type="text/javascript" src="js/TweenLite.min.js"></script> <script type="text/javascript" src="js/CSSPlugin.min.js"></script> <script src="js/jquery.nicescroll.js"></script> <script src="js/scripts.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <script src="jquery.js"></script> <script type="text/javascript"> </script> <!--for refresh--> <!--script> $(function() { $(".delete").click(function() { $("#example").load("view-ad.php") }) }) </script--> </body> </html>