CasperSecurity
<!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" style="align-items: center">
<div class="section bg-norepeat bg-right bg-md-none" style="background-image: url(images/bg-top-right.png)">
</div>
<section class="awesome_features_area home2 section_padding_100">
<div class="container">
<div class="row">
<!-- Single Feature Area Start -->
<div class="col-xs-12 col-sm-12 col-md-12" style="justify-content: center">
<div class="single_feature">
<div class="single_part_code_of_contact">
<h3 style="text-align: center">Notice</h3>
<div class="table-responsive">
<div style="text-align: right; margin-bottom: 10px;">
<input type="text" style="width: 600px;" id="Search" name="Search" placeholder="Search" onkeyup="filterResults()">
</div>
<table cellspacing="0" cellpadding="0" border="0" class="table-bordered">
<thead>
<tr>
<th width="43" align="center" valign="top">No</th>
<th width="382" valign="top">Notice</th>
</tr>
</thead>
<tbody id="results">
<?php
$sqlfetch = "SELECT * FROM mng_notice";
$sqlfetch = db_query($sqlfetch);
$i = 1;
while ($row = mysqli_fetch_array($sqlfetch)) {
?>
<tr>
<td width="43" align="center" valign="top"><?php echo $i; ?></td>
<td width="382" height="35" valign="top">
<a href="uploads/services/<?php echo $row[2]; ?>"><?php echo $row[1]; ?></a>
</td>
</tr>
<?php
$i++;
} ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</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>
function filterResults() {
const input = document.getElementById('Search');
const filter = input.value.toLowerCase();
const table = document.getElementById('results');
const rows = table.getElementsByTagName('tr');
for (let i = 0; i < rows.length; i++) {
const cells = rows[i].getElementsByTagName('td');
let match = false;
for (let j = 1; j < cells.length; j++) { // Start at 1 to skip the index column
const cell = cells[j];
if (cell) {
const textValue = cell.textContent || cell.innerText;
if (textValue.toLowerCase().indexOf(filter) > -1) {
match = true;
break;
}
}
}
rows[i].style.display = match ? '' : 'none';
}
}
</script>
</body>
</html>