Server : Apache System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : khgdcdmmac ( 1083) PHP Version : 8.2.30 Disable Function : exec,passthru,shell_exec,system Directory : /home/khgdcdmmac/public_html/ |
<?php
include("config.php");
$course = $_GET['id'];
$course_info = $db->selectRow('subjects', '*', $course);
$papers = $db->select('department_timetable', '*', array('subject'=>$course));
?>
<html class="no-js" lang="en">
<head>
<title><?php echo $settings->name; ?> </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<!-- Standard Favicon -->
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/et-line-icons.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link href="https://fonts.googleapis.com/css?family=Merriweather&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/justified-gallery.min.css">
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<link rel="stylesheet" href="css/bootsnav.css">
<link id="effect" rel="stylesheet" type="text/css" media="all" href="css/fade-down.css" />
<link rel="stylesheet" type="text/css" media="all" href="css/webslidemenu.css" />
<link rel="stylesheet" href="css/style.css" />
<link id="theme" rel="stylesheet" type="text/css" media="all" href="css/white-red.css" />
<link rel="stylesheet" href="css/scoop-horizontal.min.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="styles/style.min.css" />
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #006699be;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-111599035-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Global site tag (gtag.js) - Google Ads: 740351643 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-740351643"> </script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-740351643');
</script>
<!-- Facebook Pixel Code 2-->
</head>
<body>
<!--header sec starts-->
<div class="hover_bkgr_fricc">
<span class="helper"></span>
<div>
<div class="popupCloseButton">X</div>
<div class="npf_wgts" data-height="470px" data-w="03fb0b026d774b3e4ec96446d201333f"></div>
</div>
</div>
<!--header sec starts-->
<?php include("includes/header.php"); ?>
<!--header sec ends-->
<!--header sec ends-->
<div class="aeronau-banner ">
<!--<img src="images/arospace11.jpg">
<h5 class="alt-font w100d colorange text-center font-weight-600 h5-bg pos-rel">School of Aeronautical Engineering
</h5>-->
</div>
<div class="main_bread_crump">
<div class="container">
<div class="col-12 col-lg-9 col-md-9">
<ul>
<li><a href="index.php"><i class="fa fa-home" aria-hidden="true"></i></a></li>
<li><a href="index.php"><i class="fa fa-angle-double-right" aria-hidden="true" style="font-size: 9px;color: #ffffff;"></i> Departments </a></li>
<li><a href="#"><i class="fa fa-angle-double-right" aria-hidden="true" style="font-size: 9px;color: #ffffff;"></i> <?php echo $course_info->subject; ?> - Vision & Mission </a></li>
</ul>
</div>
</div>
</div>
<div class="wow fadeIn main-bg">
<div class="container tab-style4">
<div class="row">
<div class="col-12 col-lg-3 col-md-3 pr-0 position-relative z-index-1" id="accordian">
<?php include("includes/department-menu.php"); ?>
</div>
<div class="col-12 col-lg-9 col-md-9">
<div class="tab-content">
<div class="tab-pane med-text fade in aer0-peo active show" id="tab-four1">
<div class="row">
<div class="col-12 col-lg-12 col-md-12 mr-left abut-us">
<h5 class="alt-font w100d text-red font-weight-600"><?php echo $course_info->subject; ?> - Semester Wise Time Tables </h5>
<h3 class="m-bott"> <span class="bih"><?php echo $course_info->subject; ?> : Semester Wise Time Tables</span></h3>
<table id="verti-align" class="table table-striped table-bordered align-fix">
<tbody>
<tr>
<th>S.No.</th>
<th>Title</th>
<th>Course Type</th>
<th>Year</th>
<th>Semester</th>
<th>Download</th>
</tr>
<?php $i=1; foreach($papers as $paper){ ?>
<tr>
<td align="center" valign="middle"><?php echo $i; ?></td>
<td align="center" valign="middle"><?php echo $paper->title; ?></td>
<td align="center" valign="middle"><?php echo $paper->course_type; ?></td>
<td align="center" valign="middle"><?php echo $paper->course_year; ?></td>
<td align="center" valign="middle"><?php echo $paper->semister; ?></td>
<td align="center" valign="middle"><a href="<?php echo 'admin/'.$paper->download; ?>">Download</a></td>
</tr>
<?php $i++; } ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="scroll-top-arrow" href="javascript:void(0);"><i class="fas fa-level-up-alt"></i></a>
<!--footer area starts here-->
<?php include("includes/footer.php"); ?>
<a class="scroll-top-arrow" href="javascript:void(0);"><i class="fas fa-level-up-alt"></i></a>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<!--<script type="text/javascript" src="js/bootstrap.bundle.min.js"></script>-->
<script type="text/javascript" src="js/bootstrap.bundle.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/bootsnav.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/page-scroll.js"></script>
<script type="text/javascript" src="js/jssor.slider-28.1.0.min.js"></script>
<script type="text/javascript" src="js/swiper.min.js"></script>
<script type="text/javascript" src="js/jquery.count-to.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js" crossorigin="anonymous"></script>
<script>
$(document).ready(function(){
$('.car3').owlCarousel({
loop:true,
margin:10,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
})
$('#dataTable').DataTable();
});
</script>
<script>
$(document).ready(function(){
$('.car2').owlCarousel({
autoplay:true,
autoplayTimeout:5000,
loop:true,
margin:10,
autoHeight: true,
responsive:{
0:{
items:2,
},
600:{
items:2,
},
1000:{
items:2 ,
}
}
})
});
</script>
<script>
$(document).ready(function(){
$(".wsmobileheader ").click(function (e) {
document.getElementById('submen').style.setProperty('display', 'none', 'important');document.getElementById('submen1').style.setProperty('display', 'none', 'important');document.getElementById('submen2').style.setProperty('display', 'none', 'important');
document.getElementById('submen3').style.setProperty('display', 'none', 'important');document.getElementById('submen4').style.setProperty('display', 'none', 'important');document.getElementById('submen5').style.setProperty('display', 'none', 'important');
document.getElementById('submen6').style.setProperty('display', 'none', 'important');document.getElementById('submen7').style.setProperty('display', 'none', 'important');document.getElementById('submen8').style.setProperty('display', 'none', 'important');
document.getElementById('submen9').style.setProperty('display', 'none', 'important');
});
});
</script>
<script type="text/javascript" src="js/jquery.stellar.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/hamburger-menu.js"></script>
<script type="text/javascript" src="js/counter.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/skill.bars.jquery.js"></script>
<script type="text/javascript" src="js/justified-gallery.min.js"></script>
<script type="text/javascript" src="js/slick.js"></script>
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="js/classy-nav.min.js"></script>
<script type="text/javascript" src="js/instafeed.min.js"></script>
<script type="text/javascript" src="js/sidebar.js"></script>
<script type="text/javascript" src="js/retina.min.js"></script>
<script src="js/function.js"></script>
<!-- <script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script> -->
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>-->
<script src="js/scoop.min.js"></script>
<script src="js/demo-7.js"></script>
<script src="js/webslidemenu.js"></script>
<!-- <script type="text/javascript" src="js/jquery.marquee.js"></script> -->
<script type="text/javascript" src="js/main.js"></script>
<!-- <script type="text/javascript" src="js/testimonal.js"></script>-->
<script type="text/javascript" src="js/jquery.marquee.min.js"></script>
<script>
function opentab(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
<!--<script type="text/javascript">
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
dots:false,
nav:true,
mouseDrag:false,
autoplay:true,
animateOut: 'slideOutUp',
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
});
</script>-->
<script type="text/javascript">
$('.without-caption').magnificPopup({
type: 'image',
closeOnContentClick: true,
closeBtnInside: false,
mainClass: 'mfp-no-margins mfp-with-zoom', // class to remove default margin from left and right side
image: {
verticalFit: true
},
zoom: {
enabled: true,
duration: 300 // don't foget to change the duration also in CSS
}
});
$(function(){
$('#marquee-vertical').marquee();
$('#marquee-horizontal').marquee({direction:'horizontal', delay:0, timing:50});
});
</script>
<script type="text/javascript">
/*global $ */
$(document).ready(function () {
"use strict";
$('.menu > ul > li:has( > .mega-menu), .menu > ul > li:has( > ul)').addClass('menu-dropdown-icon');
//Checks if li has sub (ul) and adds class for toggle icon - just an UI
$('.menu > ul > li > .mega-menu:not(:has(ul)), .menu > ul > li > ul:not(:has(ul))').addClass('normal-sub');
//Checks if drodown menu's li elements have anothere level (ul), if not the dropdown is shown as regular dropdown, not a mega menu (thanks Luka Kladaric)
$(".menu > ul").before("<a href=\"#\" class=\"menu-mobile\"></a>");
//Adds menu-mobile class (for mobile toggle menu) before the normal menu
//Mobile menu is hidden if width is more then 992px, but normal menu is displayed
//Normal menu is hidden if width is below 992px, and jquery adds mobile menu
//Done this way so it can be used with wordpress without any trouble
$(".menu > ul > li").hover(
function (e) {
if ($(window).outerWidth() > 992) {
$(this).children(".mega-menu").fadeIn(150);
$(this).children("ul").fadeIn(150);
e.preventDefault();
}
}, function (e) {
if ($(window).outerWidth() > 992) {
$(this).children(".mega-menu").fadeOut(150);
$(this).children("ul").fadeOut(150);
e.preventDefault();
}
}
);
//If width is more than 992px dropdowns are displayed on hover
//the following hides the menu when a click is registered outside
$(document).on('click', function(e){
if($(e.target).parents('.menu').length === 0)
$(".menu > ul").removeClass('show-on-mobile');
});
$(".menu > ul > li").click(function() {
//no more overlapping menus
//hides other children menus when a list item with children menus is clicked
var thisMenu = $(this).children("ul");
var thisMegaMenu = $(this).children(".mega-menu");
// Don't need this function right now
// if(thisMenu) {
// var prevState = thisMenu.css('display');
// thisMenu.fadeOut();
// $('.menu-dropdown-icon.clicked').removeClass('clicked');
// if ($(window).outerWidth() < 992) {
// if(prevState !== 'block') {
// thisMenu.fadeIn(150);
// $('.mega-menu').not(thisMenu).hide();
// thisMenu.parent('.menu-dropdown-icon').addClass('clicked');
// } else {
// thisMenu.parent('.menu-dropdown-icon.clicked').removeClass('clicked');
// }
// }
// }
if (thisMegaMenu) {
var prevState = thisMegaMenu.css('display');
thisMegaMenu.fadeOut();
$('.menu-dropdown-icon.clicked').removeClass('clicked');
if ($(window).outerWidth() < 992) {
if(prevState !== 'block') {
thisMegaMenu.fadeIn(150);
$('.mega-menu').not(thisMegaMenu).hide();
thisMegaMenu.parent('.menu-dropdown-icon').addClass('clicked');
} else {
thisMegaMenu.parent('.menu-dropdown-icon.clicked').removeClass('clicked');
}
}
}
});
//If width is less or equal to 992px dropdowns (BS4 Medium size)
$(".menu-mobile").click(function (e) {
$(".menu > ul").toggleClass('show-on-mobile');
e.preventDefault();
});
//when clicked on mobile-menu, normal menu is shown as a list, classic rwd menu story (thanks mwl from stackoverflow)
});
$(window).load(function () {
$(".trigger_popup_fricc").click(function(){
$('.hover_bkgr_fricc').show();
});
$('.hover_bkgr_fricc').click(function(){
$('.hover_bkgr_fricc').hide();
});
$('.popupCloseButton').click(function(){
$('.hover_bkgr_fricc').hide();
});
setTimeout(
function(){
$('.npf_chatbots').removeClass("active");
$(document).find('#__eechatIcon').css({"display": "block"});
} , 10000
);
});
</script>
</body>
</html<!--footer area ends here-->