]]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 Board Performance</li> </ol> </div> <!--//sub-heard-part--> <div class="graph-visual tables-main"> <div class="graph"> <div class="tables"> <?php if(isset($_POST['submit'])!=NULL) { $class=$_POST['class']; $type=$_POST['type']; $year=$_POST['year']; } ?> <form action="" method="post"> <table class="table table-bordered" id="example"> <thead> <tr> <th style="width:20%;">Class</th> <th style="width:20%;">Type</th> <th style="width:20%;">Year</th> <th>Action</th> </tr> </thead> <tbody> <tr> <td> <select name="class"> <option>--Select Class--</option> <option>Class X</option> <option>Class XII</option> </select> </td> <td> <select name="type"> <option>--Select Type--</option> <option>Over All</option> <option>Subject Wise</option> <option>Stream Wise</option> </select> </td> <td> <select style="width:100%;" name="year"> <option>--Select Year--</option> <option>2021-2022</option> <option>2020-2021</option> <option>2019-2020</option> <option>2018-2019</option> <option>2017-2018</option> <option>2016-2017</option> <option>2015-2016</option> <option>2014-2015</option> <option>2013-2014</option> <option>2012-2013</option> <option>2011-2012</option> <option>2010-2011</option> <option>2009-2010</option> <option>2008-2009</option> <option>2007-2008</option> <option>2006-2007</option> <option>2005-2006</option> <option>2004-2005</option> <option>2003-2004</option> <option>2002-2003</option> <option>2001-2002</option> <option>2000-2001</option> <option>1999-2000</option> <option>1998-1999</option> </select> </td> <td> <input type="submit" name="submit"> </td> </tr> </tbody> </table> <table class="table table-bordered" id="example"> <thead> <tr> <th style="width:50%;">View Result</th> <th style="width:50%;">Action</th> </tr> </thead> <tbody> <?php if(isset($_GET['ide'])!=null) { $ide=$_GET['ide']; $de=mysqli_query($con, "delete from boards where id='$ide'") or die("error".mysqli_error()); echo "<script>alert('Successfully removed !');window.location='view-boards'</script>"; } if(isset($_POST['submit'])!=NULL) { $re=mysqli_query($con, "select * from boards where class='$class' and type='$type' and year='$year'") or die("error".mysqli_error($con)); while($row = mysqli_fetch_array($re)) { ?> <tr> <td><a href="img/<?=$row['img']?>" target="new">View <?=$class?> <?=$type?> result of <?=$year?></a></td> <td> <a href="view-boards?ide=<?=$row['id']?>"><img src="img/delete.png" style="width:20px;height:20px;"></a> </td> </tr> <?php } } ?> </tbody> </table> </div> </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>