-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModeration.php
More file actions
44 lines (37 loc) · 1.88 KB
/
Moderation.php
File metadata and controls
44 lines (37 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<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">
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css" integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14=" crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js" integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg=" crossorigin=""></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js" integrity="sha256-lSjKY0/srUM9BE3dPm+c4fBo1dky2v27Gdjm2uoZaL0=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style/navbar.css">
<link rel='stylesheet' href='style/moderation/style.css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="affichage/animalInfo/ModifAnimal.js"></script>
</head>
<body>
</body>
</html>
<meta http-equiv="Context-Type" content="text/html; charset=US-ASCII">
<html>
<!-- search the text for !! to find the lines that need to be modified to display your map. -->
<body>
<div class="navbar">
<?php include 'components/navbar.php' ?>
</div>
<div class="search-menu">
<input class="searchbar" type="text" placeholder="Search..">
<div class="scroll-menu">
</div>
</div>
</body>
<script src="Moderation/moderation.js"></script>
<script src="Moderation/SearchBarUser.js"></script>
<!-- <script src="affichage/searchbar/searchbar.js"></script>
<script src="affichage/modifMenu/ModifMenu.js"></script> -->
</html>