Server : Apache System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64 User : svbgdckoilkuntla ( 1193) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system Directory : /home/svbgdckoilkuntla/public_html/ |
<?php
include "config.php";
$subject = $_GET['subject'];
$profile = $db->selectRow('department_admissions', '*', array('subject'=>$subject));
$subject_info = $db->selectRow('subjects', '*', $subject);
?>
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><?php echo $settings->name; ?></title>
<!--/tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="" />
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--//tags -->
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/sky-mega-menu.css">
<link rel="stylesheet" href="css/demo.css">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/style2.css" rel="stylesheet">
<!-- //for bootstrap working -->
<link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<style>
table, table td, table th { border:1px solid #ddd; padding:6px;}
table>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
}
table tr:nth-of-type(1) {
background-color: #eee;
}
table td h5,table th h5 {
color:#990000;
font-weight:bold;
font-size: 16px;
padding: 10px;
}
h5 {
width:100%;
}
</style>
</head>
<body style="background-color: #ffeee6">
<?php include("includes/header.php"); ?>
<div class="row">
<div class="col-xl-3" >
<?php include("includes/dept-menu.php"); ?>
</div>
<!--/.navbar-->
<br><br><style type="text/css">
ul{
margin-left: 25px;
}
ul li{
padding: 10px;
}
</style>
<div class="col-xl-9" style="font-size: 16px">
<!-- banner -->
<br>
<!--Card system-->
<div class="row">
<div class="col-md-12">
<div class="card border-left-success shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<h4 style="text-transform: uppercase "> <span class="design1">DEPARTMENT OF <?php echo $subject_info->subject; ?> Student Admissions</span> <br>
</h4>
<hr id="line">
</div>
</div>
<!-- Department Profile -->
<img src="<?php echo $admin_url.$subject_info->banner; ?>">
<hr id="line">
<div class="row" style="font-size:14px; padding:15px;">
<?php echo $profile->profile; ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include("includes/footer.php"); ?>
<!-- modal -->
<!-- //modal -->
<a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<!-- stats -->
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<!-- owl carousel -->
<!-- //owl carousel -->
</body>
</html>