Shell File Manager
<?php $page = 'products' ?>
<?php $pagescrol = 'category' ?>
<?php
include_once('../include/config.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CamScan FZCO |Categories</title>
<?php
include('../include/header.php');
$log_status = $_GET['log_status'];
?>
<link rel="stylesheet" href="catego.css">
</head>
<?php
include('../include/nav.php');
?>
<body>
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title ">
<h2>Categories</h2><br>
<div style="text-align: left;">
<h5 style="text-align: center;"> Video Surveillance Systems </h5>
<p>CamScan FZCO LIMITED has been producing cutting-edge video surveillance systems for almost 10 years. The full spectrum of security requirements is covered from cameras (analogue, HD over coax, IP and specialty cameras), to recorders (both analogue recorders and network video recorders).</p><br>
</div><br>
<div style="text-align: left;">
<h5 style="text-align: center;"> Security Surveillance Cameras </h5>
<p>Over the years, CamScan FZCO has developed new image capture technologies for security cameras. These technologies have been incorporated into CamScan FZCO's IP cameras, HD over coax cameras, analogue cameras, and specialty cameras.</p><br>
</div>
<div class="cards">
<?php
$type = "SELECT * FROM product_categories Where type='camera' ";
$type_run = mysqli_query($connection, $type);
if (mysqli_num_rows($type_run) > 0) {
foreach ($type_run as $typefor) {
// print_r($pritems1);
$name = $typefor['name'];
$page_description = $typefor['sub_description'];
?>
<div class="card">
<div class="card__image-holder">
<img class="card__image" src="../assets/img/website/vect.jpg" alt="camera" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h4 style="font-size: 17px; margin-top:5px">
<?php print_r($name) ?>
</h4>
</div>
<div class="card-flap flap1">
<div class="card-description">
<?php print_r($page_description) ?>
</div>
<div class="card-flap flap2">
</div>
</div>
</div>
<?php
}
}
?>
</div>
<div style="text-align: left;">
<h5 style="text-align: center;"> Security Surveillance Recorders </h5>
<p>DVR's and NVR's for all project sizes and recording time, resolution, and frame-rate requirements are covered with the CamScan FZCO range. Third party integration is possible on all CamScan FZCO recording solutions.</p><br>
</div>
<div class="cards">
<?php
$type = "SELECT * FROM product_categories Where type='record' ";
$type_run = mysqli_query($connection, $type);
if (mysqli_num_rows($type_run) > 0) {
foreach ($type_run as $typefor) {
// print_r($pritems1);
$name = $typefor['name'];
$page_description = $typefor['sub_description'];
?>
<div class="card">
<div class="card__image-holder">
<img class="card__image" src="../assets/img/website/vect.jpg" alt="camera" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h4 style="font-size: 17px; margin-top:5px">
<?php print_r($name) ?>
</h4>
</div>
<div class="card-flap flap1">
<div class="card-description">
<?php print_r($page_description) ?>
</div>
<div class="card-flap flap2">
</div>
</div>
</div>
<?php
}
}
?>
</div>
<div style="text-align: left;">
<h5 style="text-align: center;"> Other Products </h5>
<p>CamScan FZCO offers a full security cameras solution, this includes miscellaneous products that facilitate the systems integrators job.</p><br>
</div>
<div class="cards">
<?php
$type = "SELECT * FROM product_categories Where type='other' ";
$type_run = mysqli_query($connection, $type);
if (mysqli_num_rows($type_run) > 0) {
foreach ($type_run as $typefor) {
// print_r($pritems1);
$name = $typefor['name'];
$page_description = $typefor['sub_description'];
?>
<div class="card">
<div class="card__image-holder">
<img class="card__image" src="../assets/img/website/vect.jpg" alt="camera" />
</div>
<div class="card-title">
<a href="#" class="toggle-info btn">
<span class="left"></span>
<span class="right"></span>
</a>
<h4 style="font-size: 17px; margin-top:5px">
<?php print_r($name) ?>
</h4>
</div>
<div class="card-flap flap1">
<div class="card-description">
<?php print_r($page_description) ?>
</div>
<div class="card-flap flap2">
</div>
</div>
</div>
<?php
}
}
?>
</div>
</div>
<br><br>
<br>
<br>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Gallery Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<?php
include '../include/footer.php';
?>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js'></script>
<script src="./script.js"></script>
</body>
</html>
Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]