Domain: amberpublishers.in
Server Adress: 86.38.243.169

privdayz.com

/home/u866425823/domains/sugam.kmclu.ac.in/public_html/student/Common/
Dosya Yükle :
Current File : //home/u866425823/domains/sugam.kmclu.ac.in/public_html/student/Common/Header.php

<?php
require('./stu_login_auth.php');
require('../data_base_connection_xyzabc.php');
require('../PHPHelper.php');
$_SESSION['stu_enroll_no'];


$select_stu_data = mysqli_query($conn, "SELECT * FROM `student_data` where enroll_no = '$_SESSION[stu_enroll_no]'");
if (mysqli_num_rows($select_stu_data) != 0) {
    $f_s_d = mysqli_fetch_assoc($select_stu_data);
}
?>

<!DOCTYPE html>
<html lang="en">


<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title><?php echo $f_s_d['full_name']  ?> || KMCLU SUGAM Student Dashboard</title>

    <link href="../vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
    <!-- Favicons -->
    <link rel="icon" href="./img/favicon/favicon.ico" type="image/x-icon" />
    <link rel="apple-touch-icon" sizes="180x180" href="./img/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="./img/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="./img/favicon/favicon-16x16.png">

    <link href="../css/main.css" rel="stylesheet">

    <link href="../vendor/datatables/dataTables.bootstrap4.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-select.min.css">
    <link href="../css/calendar.css" rel="stylesheet">
    <link href="../css/simple-lightbox.min.css" rel="stylesheet" />
    <link href="../css/Custom.css" rel="stylesheet">
</head>

<body id="page-top">


    <!-- Page Wrapper -->
    <div id="wrapper">
        <!-- Sidebar -->
        <ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">

            <!-- Sidebar - Brand -->
            <a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
                <div class="sidebar-brand-icon">
                    <img src="img/admin_info/kmclu.png" width="50">
                </div>

            </a>

            <!-- Divider -->
            <hr class="sidebar-divider my-0">

            <!-- Nav Item - Dashboard -->
            <li class="nav-item active">
                <a class="nav-link" href="dashboard.php">
                    <i class="fas fa-fw fa-tachometer-alt"></i>
                    <span>Dashboard</span></a>
            </li>

            <!-- Divider -->
            <hr class="sidebar-divider">

            <!-- Heading -->
            <div class="sidebar-heading"> Module</div>

            <!-- Nav Item - Pages Collapse Menu -->


            <li class="nav-item">
                <a class="nav-link" href="profile.php">
                    <i class="fas fa-solid fa-user"></i><i class=""></i>
                    <span>Profile</span>
                </a>
            </li>
            <li class="nav-item">
                <a class="nav-link" href="status.php">
                    <i class="fas fa-tasks"></i>
                    <span>Status</span>
                </a>
            </li>
            <li class="nav-item">
                <a class="nav-link" href="download.php">
                    <i class="fas fa-regular fa-download"></i>
                    <span>Download</span>
                </a>
            </li>
            <!-- <li class="nav-item">
                <a class="nav-link" href="#">
                    <i class="fas fa-solid fa-receipt"></i>
                    <span>Receipt</span>
                </a>
            </li> -->




            <!-- <li class="nav-item">
                <a class="nav-link" href="#">
                    <i class="fas fa-certificate"></i>
                    <span>Character Certificates</span>
                </a>
            </li> -->


            <!-- Sidebar Toggler (Sidebar) -->
            <div class="text-center d-none d-md-inline">
                <button class="rounded-circle border-0" id="sidebarToggle"></button>
            </div>
        </ul>







        <div id="content-wrapper" class="d-flex flex-column">

            <!-- Main Content -->
            <div id="content">



                <!-- Topbar -->
                <nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">

                    <!-- Sidebar Toggle (Topbar) -->
                    <button id="sidebarToggleTop" class="btn btn-link  rounded-circle mr-3">
                        <i class="fa fa-bars"></i>
                    </button>

                    <div class="w-100">

                        <lottie-player src="https://assets4.lottiefiles.com/packages/lf20_c1hkermx.json" background="transparent" speed="1" style="width: 100px;" loop autoplay></lottie-player>
                        <h4 class="label-color font-weight-bold h6"> KMCLU SUGAM Dashboard</h4>

                    </div>

                    <ul class="navbar-nav ml-auto">



                        <div class="topbar-divider d-none d-sm-block"></div>

                        <!-- Nav Item - User Information -->
                        <li class="nav-item dropdown no-arrow">
                            <a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                                <span class="mr-2 d-none d-lg-inline text-gray-600 small"><?php echo $f_s_d['full_name']  ?></span>
                                <img class="img-profile rounded-circle" src="../Files/student/<?php echo $f_s_d['pass_img'] ?>">
                            </a>
                            <!-- Dropdown - User Information -->
                            <div class="dropdown-menu dropdown-menu-right shadow animated--grow-in" aria-labelledby="userDropdown">

                                <div class="dropdown-divider"></div>
                                <a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal">
                                    <i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i>
                                    Logout
                                </a>
                            </div>
                        </li>

                    </ul>

                </nav>

                <!-- Logout Modal-->
                <div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
                    <div class="modal-dialog" role="document">
                        <div class="modal-content">
                            <div class="modal-header">
                                <h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
                                <button class="close" type="button" data-dismiss="modal" aria-label="Close">
                                    <span aria-hidden="true">×</span>
                                </button>
                            </div>
                            <div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
                            <div class="modal-footer">
                                <button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
                                <a class="btn btn-primary" href="student_logout.php">Logout</a>
                            </div>
                        </div>
                    </div>
                </div>

                <!-- End of Topbar -->


                <!-- -------------------------------- Modals For All Pages start ---------------------------- -->
                <!-- -------------------------------- Modals For All Pages start ---------------------------- -->
                <!-- -------------------------------- Modals For All Pages start ---------------------------- -->



                <!----------------------- Alert Modal start-------------------->

                <!-- --------------Success Alert ----------------- -->
                <!-- --------------Success Alert ----------------- -->
                <!-- --------------Success Alert ----------------- -->

                <div class="modal fade" tabindex="-1" role="dialog" id="alert-modal" style="z-index: 10000000;">
                    <div class="modal-dialog" role="document">
                        <div class="modal-content">
                            <div class="modal-header alert-success">
                                <h5 class="modal-title text-success" id="exampleModalLabel">Success Alert</h5>
                            </div>
                            <div class="modal-body" id="alert-modal-body">

                            </div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
                                <a href="#" class="btn btn-secondary" id="alert-ok">OK</a>
                            </div>
                        </div>
                    </div>
                </div>

                <!-- --------- Failure Alert--------------- -->
                <!-- --------- Failure Alert--------------- -->
                <!-- --------- Failure Alert--------------- -->

                <div class="modal fade" tabindex="-1" role="dialog" id="alert-fail_modal" style="z-index: 10000000;">
                    <div class="modal-dialog" role="document">
                        <div class="modal-content">
                            <div class="modal-header alert-danger">
                                <h5 class="modal-title text-danger" id="exampleModalLabel">Failure Alert</h5>
                            </div>
                            <div class="modal-body" id="alert-fail_modal-body">

                            </div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
                                <a href="#" class="btn btn-secondary" id="alert-fail_ok">OK</a>
                            </div>
                        </div>
                    </div>
                </div>



                <!----------------------- Alert Modal End-------------------->

                <!-- ----------------------- Profile Image Modal start----------------- -->
                <div id="profile-image-viewer">
                    <span class="profile-close">&times;</span>
                    <img class="profile-modal-content" id="full-image">
                </div>
                <!-- ----------------------- Profile Image Modal end----------------- -->


                <div class="internet-status ">
                    <div class="int-status-content bg-white shadow rounded pt-3 pb-5">
                        <div class="d-flex justify-content-center align-items-center">
                            <img src="../img/offline.gif" width="300" height="300">
                        </div>
                        <div class="text-center mt-3 ">
                            <h4 class="text-danger text-uppercase font-weight-bold" style="font-size: 25px;">You Are Offline !</h4>
                            <p class="text-center text-info"> Internet Required</p>
                        </div>
                    </div>
                </div>


                <div class="loading-box">
                    <div class='d-flex justify-content-center align-items-center w-100 h-100'>
                        <img src="../img/loading.svg">
                    </div>
                </div>


                <!---------------------------------- Modals For All Pages end ------------------------------>
                <!---------------------------------- Modals For All Pages end ------------------------------>
                <!---------------------------------- Modals For All Pages end ------------------------------>

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.