<!DOCTYPE html>
<html>
<head>
<title>People</title>
<?php
require_once("../Actions/Language_Controller.php");
Total_Languages();
?>
<script src = "../Script/Author.js"></script>
<script src = "../Script/Arrow.js"></script>
<?php
$exception = "/firefox/i";
$browser = $_SERVER["HTTP_USER_AGENT"];
if(preg_match($exception,$browser)){
}
else{
require("../Actions/Session_Checker.php");
}
require_once("../Actions/Theme_Controller.php");
$File_Name = "Username.css";
Body_Theme($File_Name);
?>
<link rel = "icon" href = "../Icon/Base/Logo.png">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin=""></script>
<meta charset ="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.9">
<meta name="theme-color" content="#000000">
</head>
<?php
require_once("../Actions/Language_Controller.php");
$Modality = "People";
Get_Language($Modality);
?>
<div class = "Top-bar">
<p>MR.HOLMES</p>
<div class = "Hidden-bar">
<button id = "Menu" onclick="Active_Mobile()">MENU</button>
<div class="Options" id ="Options1">
<a href="Username.php"></a>
<a href="Websites.php"></a>
<a href="Phone.php"></a>
<a href ="Ports.php"></a>
<a href = "Email.php"></a>
<a href="New_User.php"></a>
<a href= "People.php"></a>
<a id = "change1"></a>
<?php
require_once("../Actions/Language_Controller.php");
$Modality = "_People_Mobile()";
List_Languages($Modality);
?>
</div>
</div>
<div class = "languages">
<button id = "Current" onclick="Active_Language()"></button>
<div class = "Content" id = "Content">
<?php
require_once("../Actions/Language_Controller.php");
$Modality = "_People()";
List_Languages($Modality);
?>
</div>
</div>
<div class = "Link">
<a href= "Username.php"></a>
<a href = "Websites.php"></a>
<a href = "Phone.php"></a>
<a href = "Ports.php"></a>
<a href = "Email.php"></a>
<a href= "New_User.php"></a>
<a href= "Schema.php"></a>
<a href= "People.php"></a>
<a href="Map.php"></a>
<a id = "change2"></a>
</div>
</div>
<?php
require_once("../Actions/Javascript_Controller.php");NoScript_Navbar();
echo"<br>";
require_once("../Actions/Javascript_Controller.php");NoScript_Alert();
?>
<div class = "Upper-card">
<?php require_once("../Actions/Theme_Controller.php");Image();?>
<center>
<form action = "" method="POST">
<input type= "text" placeholder = "" id = "Searcher" name = "Searcher" autocomplete = "off">
<button width="fit-content" id = "But" name = "Button">Search
</center>
</div>
</form>
<?php require("../Actions/People_Finder.php");?>
</div>
</body>
</html>