CasperSecurity

Current Path : /var/www/uim.org.in/
Upload File :
Current File : /var/www/uim.org.in/library.php

   
  
  <!DOCTYPE html>
<?php 
include('includes/connection.php');

?>
<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.0, maximum-scale=1.0, user-scalable=0">

	<meta name="description" content="html 5 template, dentist, stomatologist, dental clinic template, medical template, clinic template, surgery clinic theme, plastic surgery template">

	<meta name="author" content="websmirno.site">

	<meta name="format-detection" content="telephone=no">

	<title>UIM</title>

	<!-- Stylesheets -->

	<link href="vendor/slick/slick.css" rel="stylesheet">

	<link href="vendor/animate/animate.min.css" rel="stylesheet">

	<link href="icons/style.css" rel="stylesheet">

	<link href="vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.css" rel="stylesheet">

	<link rel="stylesheet" href="owlcarousel/owl.carousel.min.css">

	<link rel="stylesheet" href="owlcarousel/owl.theme.default.min.css">

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

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

	<link href="font-awesome/css/font-awesome.css" rel="stylesheet">

	<!--Favicon-->

	<link rel="icon" href="images/custom/uim_logo.png" type="image/x-icon">

	<!-- Google Fonts -->

	<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800" rel="stylesheet">

	<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
	<style type="text/css">

       .order-container {
    border-style: solid;
    height: 400px;
}

.order-header {
    text-align: center;
    background-color: #3368c6;
    height: auto;
	    margin-bottom: auto;
		color:#fff;
		text-align:middle;
}



ul.special_bullet {
list-style: none;
}

ul.special_bullet li:before {
color: #000;
content: "\27bd \0020";
}
    </style>

</head>



<body class="shop-page layout-medlab">

	<!--header-->

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


	<!--//header-->

	<div class="page-content">

		<!--section slider-->

		<div class="section mt-0">

			<div class="quickLinks-wrap js-quickLinks-wrap-d d-none d-lg-flex">

				<div class="quickLinks js-quickLinks closed">

					<div class="container">

											<?php include('gutter.php');?>


					<div class="quickLinks-open js-quickLinks-open">

						<span data-toggle="tooltip" data-placement="left" title="Open panel">+</span>

					</div>

				</div>

			</div>

			<div id="mainSliderWrapper">

				<div class="loading-content">

					<div class="loader-dna">

						<column>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

						</column>

						<column>

							<dash></dash>

							<dash></dash>

							<dash></dash>

							<dash></dash>

							<dash></dash>

							<dash></dash>

							<dash></dash>

							<dash></dash>

						</column>

						<column>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

							<dot></dot>

						</column>

					</div>

				</div>

				<div class="main-slider mb-0 arrows-white arrows-bottom" id="mainSlider" data-slick='{"arrows": false, "dots": true}'>

				<!--Banner start-->
					<?php include('banner.php');?>

					<!--Banner end-->

				</div>

			</div>

		</div>

		<!--//section slider-->

		<!--section departments-->

		

		

		<div class="section bg-norepeat bg-right bg-md-none" style="background-image: url(images/bg-top-right.png)"></div>

<section class="about_us_area section_padding_100">
        <div class="container">
            
       

            <div class="row">
                <!-- Single Feature Area Start -->
                <div class="col-xs-12 col-sm-12 col-md-12">
                        <div class="single_part_code_of_contact">
                            <h3>Library <a class="btn btn-primary" href="http://dev.uim.org.in" target="_blank" style="float:right;">Library Management Software</a> <a href="#" style="float: right;
margin-right: 15px;
font-size: 18px;
top: 10px;
position: relative;">Click on</a></h3>
							
							<div class="row">
    	<!-- <div class="col-md-12">
<p>The Central Library is well equipped with modem facilities and resources (print and electronic) in the forms of CDROMs, DVD-ROM, online databases, micro-documents, video cassettes, books, journals, theses, reports, etc. It has also developed a full-fledged E-Resource center equipped with necessary modem equipment in order to provide various digital mode Library services. Digital Library has developed an institutional digital repository using open source software DSpace, which preserve the institute's intellectual publications.</p>
<p>Central Library sets the goal of establishing a world class library by integrating information sources and services across disciplines in one umbrella by building a sound and comprehensive collection of both conventional and electronic resources on all branches of knowledge with a robust hi-tech infrastructural facilities and to redesign and revamp the systems and services in efficient, effective , and dynamic ways tailoring to meet the myriad information needs of students, research scholars and faculty members of the university pin-pointedly, exhaustively and expeditiously anywhere on campus for the sake of promoting academic excellence.</p>-->
</br></br>
<h4>LIBRARY STAFF</h4>
<div class="table-responsive">
<table class="table-striped">
<thead class="btn-primary">
  <tr>
    <th>Sl. No.</th>
    <th>Name</th>
    <th>Designation</th>
    <th>Email ID</th>
    <th>Contact Number</th>
  </tr>
</thead>
<tbody>
<?php


$sqlfetch = "SELECT * FROM lib order by id desc";

$sqlfetch = db_query($sqlfetch);

$i = 1;

while ($row = mysqli_fetch_array($sqlfetch))

{


?>
  <tr>
      <td><?php echo $i; ?></td>


      <td><?php echo $row[1]; ?> </td>


      <td><?php echo $row[2];?></td>
      <td><?php echo $row[3];?></td>
      <td><?php echo $row[4];?></td>
  </tr>

    <?php

    $i++;

} ?>
<?php
$sqlfetch1 = "SELECT * FROM libbook order by id desc";

$sqlfetch1 = db_query($sqlfetch1);



$row1 = mysqli_fetch_array($sqlfetch1);
?>
</tbody>
</table></div>
</br>
<h4>LIBRARY  DETAILS</h4>
<p>TOTAL  NO.  OF  BOOKS          =  <?php echo $row[1]; ?><br>
TOTAL NO. OF REFERENCE BOOKS      =  <?php echo $row[2]; ?><br>
TOTAL  NO. OF    TEXT BOOKS       =  <?php echo $row[3]; ?></p>
</br></br>

	




        </div>
    </div>
							
                        </div>
                        <!-- Single Feature Text Area End -->
                  
                </div>
               
                <!-- Single Feature Area End -->

            </div>
            <!-- end./ row -->
        </div>
        <!-- end./ container -->
    </section>

		
		<!--//section testimonials-->

		<!--section news & achieved-->

	

		</div>
		<!--section specialists-->



		<!--footer-->

		    <?php include("footer.php"); ?>


		<!--//footer-->

		<div class="backToTop js-backToTop">

			<i class="icon icon-up-arrow"></i>

		</div>

		<div class="modal modal-form modal-form-sm fade" id="modalQuestionForm">

			<div class="modal-dialog">

				<div class="modal-content">

					<button aria-label='Close' class='close' data-dismiss='modal'>

						<i class="icon-error"></i>

					</button>

					<div class="modal-body">

						<div class="modal-form">

							<h3>Ask a Question</h3>

							<form class="mt-15" id="questionForm" method="post" novalidate>

								<div class="successform">

									<p>Your message was sent successfully!</p>

								</div>

								<div class="errorform">

									<p>Something went wrong, try refreshing and submitting the form again.</p>

								</div>

								<div class="input-group">

									<span>

										<i class="icon-user"></i>

									</span>

									<input type="text" name="name" class="form-control" autocomplete="off" placeholder="Your Name*" />

								</div>

								<div class="input-group">

									<span>

										<i class="icon-email2"></i>

									</span>

									<input type="text" name="email" class="form-control" autocomplete="off" placeholder="Your Email*" />

								</div>

								<div class="input-group">

									<span>

										<i class="icon-smartphone"></i>

									</span>

									<input type="text" name="phone" class="form-control" autocomplete="off" placeholder="Your Phone" />

								</div>

								<textarea name="message" class="form-control" placeholder="Your comment*"></textarea>

								<div class="text-right mt-2">

									<button type="submit" class="btn btn-sm btn-hover-fill">Ask Now</button>

								</div>

							</form>

						</div>

					</div>

				</div>

			</div>

		</div>

		
		

		<!-- Vendors -->

		<script src="vendor/jquery/jquery-3.2.1.min.js"></script>

		<!-- <script src="jquery.min.js"></script> -->

		<script src="vendor/jquery-migrate/jquery-migrate-3.0.1.min.js"></script>

		<script src="vendor/cookie/jquery.cookie.js"></script>

		<script src="vendor/bootstrap-datetimepicker/moment.js"></script>

		<script src="vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"></script>

		<script src="vendor/popper/popper.min.js"></script>

		<script src="vendor/bootstrap/bootstrap.min.js"></script>

		<script src="vendor/waypoints/jquery.waypoints.min.js"></script>

		<script src="vendor/waypoints/sticky.min.js"></script>

		<script src="vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>

		<script src="vendor/slick/slick.min.js"></script>

		<script src="vendor/scroll-with-ease/jquery.scroll-with-ease.min.js"></script>

		<script src="vendor/countTo/jquery.countTo.js"></script>

		<script src="vendor/form-validation/jquery.form.js"></script>

		<script src="vendor/form-validation/jquery.validate.min.js"></script>

		<script src="vendor/isotope/isotope.pkgd.min.js"></script>

		<script src="owlcarousel/owl.carousel.min.js"></script>

		<!-- Custom Scripts -->

		<script src="js/app.js"></script>

		<script src="js/app-shop.js"></script>

		<script src="form/forms.js"></script>

		<script>
			$(document).ready(function () {
				$('.carousel').slick({
					slidesToShow: 3,
					dots: true,
					centerMode: true,
				});
			});
		</script>

</body>


</html>
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY