-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.php
124 lines (124 loc) · 9.15 KB
/
help.php
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?php
include("./panel/include/db.php");
include("./include/functions.php");
include("./include/checksession.php");
?>
<!-- Ceci est un commentaire HTML. Le code que vous voyez ci-dessous est le code de la page "help" -->
<!-- Vous avez donc compris comment afficher la source d'une page HTML, vous devez cherchez les réponses aux énigmes dans sources des pages des énigmes-->
<!-- Autrement dit, il n'y à rien à trouver dans le code source de cette page.-->
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Le web, également connu sous le nom de World Wide Web (WWW), est un système d'information en ligne qui permet de consulter et de partager des documents et des ressources sur Internet. Sa découverte est au programme de SNT, en classe de seconde en France.">
<title>Accueil • web.snt.nsi.xyz</title>
<link rel="stylesheet" href="css/pure-min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20,400,0,0">
<link rel="stylesheet" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body>
<div id="layout">
<a href="#menu" id="menuLink" class="menu-link">
<span></span>
</a>
<?php include("./include/nav.php"); ?>
<div id="main">
<div class="header">
<h1><?php echo traduction("help_header_h1"); ?></h1>
<h2><?php echo traduction("help_header_h2"); ?></h2>
<h3 class="h3-help"><?php echo traduction("help_header_h3"); ?></h3>
</div>
<div class="content">
<h2 id="<?php echo traduction("help_content_subhead1_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead1_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead1_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead2_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead2_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead2_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead3_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead3_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead3_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead4_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead4_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead4_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead5_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead5_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead5_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead6_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead6_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead6_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead7_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead7_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead7_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead8_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead8_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead8_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead9_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead9_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead9_p"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead10_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead10_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead10_p1"); ?></p>
<p class="p-content"><?php echo traduction("help_content_subhead10_p2"); ?></p>
<p class="p-content"><?php echo traduction("help_content_subhead10_p3"); ?></p>
<p class="p-content"><?php echo traduction("help_content_subhead10_p4"); ?></p>
<p class="p-content"><?php echo traduction("help_content_subhead10_p5"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead11_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead11_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead11_p1"); ?></p>
<table class="pure-table">
<thead>
<tr>
<th><?php echo traduction("global_browser_msedge_name"); ?></th>
<th><?php echo traduction("global_browser_mzfirefox_name"); ?></th>
<th><?php echo traduction("global_browser_gchrome_name"); ?></th>
<th><?php echo traduction("global_browser_asafari_name"); ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="link" href="<?php echo traduction("external_cookie_extension_msedge_link"); ?>" target="_blank"><?php echo traduction("external_cookie_extension_msedge_name"); ?></a></td>
<td><a class="link" href="<?php echo traduction("external_cookie_extension_mzfirefox_link"); ?>" target="_blank"><?php echo traduction("external_cookie_extension_mzfirefox_name"); ?></a></td>
<td><a class="link" href="<?php echo traduction("external_cookie_extension_gchrome_link"); ?>" target="_blank"><?php echo traduction("external_cookie_extension_gchrome_name"); ?></a></td>
<td><a class="link" href="<?php echo traduction("external_cookie_extension_asafari_link"); ?>" target="_blank"><?php echo traduction("external_cookie_extension_asafari_name"); ?></a></td>
</tr>
</tbody>
</table>
<p class="p-content"><?php echo traduction("help_content_subhead11_p2"); ?></p>
<h2 id="<?php echo traduction("help_content_subhead12_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_subhead12_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_subhead12_p"); ?></p>
<h2 id="Bloquer les publicités" class="content-subhead"></h2>
<p class="p-content"></p>
<table class="pure-table">
<thead>
<tr>
<th><?php echo traduction("global_browser_msedge_name"); ?></th>
<th><?php echo traduction("global_browser_mzfirefox_name"); ?></th>
<th><?php echo traduction("global_browser_gchrome_name"); ?></th>
<th><?php echo traduction("global_browser_asafari_name"); ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="link" href="<?php echo traduction("external_adblock_extension_msedge_link"); ?>" target="_blank"><?php echo traduction("external_adblock_extension_msedge_name"); ?></a></td>
<td><a class="link" href="<?php echo traduction("external_adblock_extension_mzfirefox_link"); ?>" target="_blank"><?php echo traduction("external_adblock_extension_mzfirefox_name"); ?></a></td>
<td><a class="link" href="<?php echo traduction("external_adblock_extension_gchrome_link"); ?>" target="_blank"><?php echo traduction("external_adblock_extension_gchrome_name"); ?></a></td>
<td><a class="link" href="<?php echo traduction("external_adblock_extension_asafari_link"); ?>" target="_blank"><?php echo traduction("external_adblock_extension_asafari_name"); ?></a></td>
</tr>
</tbody>
</table>
<?php if (isUserConnected()) : ?>
<h2 id="<?php echo traduction("help_content_reset_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_logout_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_logout_p"); ?></p>
<button class ="reset-button" type="button" onclick="location.href='./logout.php'"><?php echo traduction("help_content_button_logout"); ?></button>
<?php elseif (currentUserInSession()) : ?>
<h2 id="<?php echo traduction("help_content_reset_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_leavesession_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_leavesession_p"); ?></p>
<button class ="reset-button" type="button" onclick="location.href='./logout.php?reset'"><?php echo traduction("help_content_button_leavesession"); ?></button>
<?php else : ?>
<h2 id="<?php echo traduction("help_content_reset_h2"); ?>" class="content-subhead"><?php echo traduction("help_content_reset_h2"); ?></h2>
<p class="p-content"><?php echo traduction("help_content_reset_p"); ?></p>
<button class ="reset-button" type="button" onclick="location.href='./logout.php?reset'"><?php echo traduction("help_content_button_reset"); ?></button>
<?php endif; ?>
</div>
</div>
<?php include("./include/footer.php"); ?>
</div>
<script>
const currentPuzzle = null;
</script>
<script src="./js/ui.js"></script>
<?php include("./include/timer.php"); ?>
</body>
</html>