Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 52.15.109.209
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>BCU: Bengaluru Central University</title>
<!-- Favicon-->
<link rel="icon" href="images/favicon.jpg" type="image/x-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<!-- Bootstrap Core Css -->
<link href="plugins/bootstrap/css/bootstrap_adm.css" rel="stylesheet">
<!-- Waves Effect Css -->
<link href="plugins/node-waves/waves.css" rel="stylesheet" />
<!-- Custom Css -->
<link href="css/style_adm.css" rel="stylesheet">
<link href="plugins/sweetalert/sweetalert.css" rel="stylesheet">
<!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes -->
<link href="css/themes/all-themes.css" rel="stylesheet" />
<style type="text/css">
.feedback {
background-color : #31B0D5;
color: white;
padding: 10px 20px;
border-radius: 4px;
border-color: #46b8da;
}
#mybutton {
position: fixed;
bottom: 1%;
right: 10px;
}
* {box-sizing: border-box;}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
background-color: #555;
color: white;
padding: 16px 10px;
border-color: #46b8da;
cursor: pointer;
font-size: 16px;
border-radius: 4px;
position: fixed;
bottom: 23px;
right: 28px;
width: 280px;
}
/* The popup chat - hidden by default */
.chat-popup {
display: none;
position: fixed;
bottom: 0;
right: 15px;
z-index: 9;
}
/* Add styles to the form container */
.chat-form-container {
max-width: 350px;
padding-right: 30px;
background-color: white;
}
/* Full-width textarea */
.chat-form-container textarea {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
resize: none;
min-height: 200px;
}
/* When the textarea gets focus, do something */
.chat-form-container textarea:focus {
background-color: #ddd;
outline: none;
}
/* Set a style for the submit/send button */
.chat-form-container .btn {
background-color: #4CAF50;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}
/* Add a red background color to the cancel button */
.chat-form-container .cancel {
background-color: red;
}
/* Add some hover effects to buttons */
.chat-form-container .btn:hover, .open-button:hover {
opacity: 1;
}
</style>
</head>
<body class="theme-pink" onload="loadPerdata()">
<!-- Page Loader -->
<div class="page-loader-wrapper">
<div class="loader">
<div class="preloader">
<div class="spinner-layer pl-red">
<div class="circle-clipper left">
<div class="circle"></div>
</div>
<div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
<p>Please wait...</p>
</div>
</div>
<!-- #END# Page Loader -->
<!-- Top Bar -->
<nav class="navbar">
<div class="container-fluid" style="color: #fff;">
<div class='col-md-12 m-t--5'>
<a href="#" class="links" onclick="homeLink()" style="float: right;margin-top: 15px; font-size:16px;color: #fff; ">Logout</a>
<center>
<h2 class="brand" style="margin-left: 50px;">Bengaluru Central University</h2>
</center>
<center>
<h4 class="brand" style="margin-top: -4px;">Online Admission Entry</h4>
</center>
</div>
</div>
</nav>
<section class="content">
<div class="row clearfix">
<div class="container-fluid">
<div class="col-lg-10 col-md-10 col-sm-12 col-xs-12">
<div class="card">
<div class="body bg-teal">
<table style="border-radius: 15px !important;border-collapse: unset;border: 1px solid #fff;padding: 10px;" id="studinfo" class="table no-border">
</table>
<span id="msg" style="font-weight: 800;">
</span>
<div class="row clearfix btns">
<div id="admEnt">
<a href='MainPage.html'><button type="button" class="btn btn-lg btn-default waves-effect">Admission Entry / Corrections</button></a>
</div>
<div>
<a href='support.html'><button type="button" class="btn btn-lg btn-default waves-effect">Support</button></a>
</div>
<div>
<a href='#'><button onclick="rePrintApplication()" type="button" class="btn btn-lg btn-default waves-effect">Print Application Form</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div id="mybutton">
<button class="feedback">Feedback</button>
</div> -->
<button class="open-button btn btn-success" style="font-size: 16px;" onclick="openForm()">I Need Help</button>
<div class="chat-popup" id="myForm">
<div class="chat-form-container">
<div class="row clearfix">
<div class="card" style="width:300px;">
<div class="header bg-blue">
<h2>Enter Query</h2>
</div>
<div class="form-group p-b-20" style="padding: 20px;">
<b>Subject <span style="color: red;">*</span></b>
<div class="form-line">
<input type="text" id="fsubject" class="form-control" placeholder="Query Subject" name="Query Subject" maxlength="60" onkeypress="return charKeydown(event);" autocomplete="off">
</div>
<b>Message <span style="color: red;">*</span></b>
<div class="form-line">
<textarea id="fmessage" class="form-control" placeholder="Query Message" > </textarea>
</div>
</div>
<div>
<button type="submit" class="col-md-6 btn btn-success" onclick="submitquery()" >Send</button>
<button type="button" class="col-md-6 btn cancel" onclick="closeForm()">Close</button>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap Core Js -->
<script src="plugins/bootstrap/js/bootstrap.js"></script>
<!-- Select Plugin Js -->
<script src="plugins/bootstrap-select/js/bootstrap-select.js"></script>
<!-- Slimscroll Plugin Js -->
<script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script>
<!-- Waves Effect Plugin Js -->
<script src="plugins/node-waves/waves.js"></script>
<script src="js/kusPhdAdm.js?v=28" type="text/javascript"></script>
<script src="js/MainPageCompressed.js"></script>
<!-- Custom Js -->
<script src="js/admin.js"></script>
<script src="js/login.js"></script>
<!-- Demo Js -->
<script src="js/demo.js"></script>
<script type="text/javascript">
function openForm()
{
document.getElementById("myForm").style.display = "block";
}
function closeForm()
{
document.getElementById("myForm").style.display = "none";
}
</script>
</body>
</html>
|