3026 |
rexy |
1 |
<!-- HeaderBox -->
|
|
|
2 |
<div class="row banner">
|
|
|
3 |
<!-- Logo box -->
|
|
|
4 |
<div class="img_banner d-none d-sm-block col-3 col-md-2">
|
|
|
5 |
<img class="img-fluid img-A" src="images/organisme.png">
|
|
|
6 |
</div>
|
|
|
7 |
<!-- Title -->
|
|
|
8 |
<div id="cadre_titre" class="titre_banner col-12 col-sm-6 col-md-8">
|
|
|
9 |
<!-- Index -->
|
|
|
10 |
<?php if($page == "index"): ?>
|
|
|
11 |
<?php if ($direct_access): ?>
|
|
|
12 |
<?php if ($service_wifi4eu_status): ?>
|
|
|
13 |
<img id="wifi4eubanner">
|
|
|
14 |
<?php else: ?>
|
|
|
15 |
<p id="acces_controle" class="titre_controle"><?= $l_title ?></p>
|
|
|
16 |
<?php endif; ?>
|
|
|
17 |
<?php if ($network_pb): ?>
|
|
|
18 |
<div class="explanation_net_pb"><?= $l_explain_net_pb ?></div>
|
|
|
19 |
<?php endif; ?>
|
|
|
20 |
<?php else: // the user is intercepted ?>
|
|
|
21 |
<div id="cadre_titre" class="titre_refus">
|
|
|
22 |
<p id="acces_controle" class="titre_refus">
|
|
|
23 |
<?php if (isset($_GET['warn']) && isset($_GET['url']) && $_GET['warn'] == '1'): // if user need to be warm that someone reads his log ?>
|
|
|
24 |
<?= $l_title_warn ?>
|
|
|
25 |
<?php else: // the user is blacklisted (or whitelisted) ?>
|
|
|
26 |
<?= $l_title ?>
|
|
|
27 |
<?php endif; ?>
|
|
|
28 |
</p>
|
|
|
29 |
</div>
|
3032 |
rexy |
30 |
<?php endif; ?>
|
3026 |
rexy |
31 |
<!-- Status -->
|
|
|
32 |
<?php elseif($page == "status"): ?>
|
|
|
33 |
<?php if ($service_wifi4eu_status): ?>
|
|
|
34 |
<img id="wifi4eubanner">
|
|
|
35 |
<?php else: ?>
|
|
|
36 |
<p class="login-status"><?= $l_login1 ?></p>
|
|
|
37 |
<?php endif; ?>
|
|
|
38 |
<!-- Email Registration -->
|
|
|
39 |
<?php elseif($page == "email_registration" || $page == "password" || $page == "sms_registration"): ?>
|
|
|
40 |
<p id="acces_controle" class="titre_controle"><?= $l_title ?></p>
|
|
|
41 |
<?php if($page == "password"): ?>
|
|
|
42 |
<div class ="text-center">
|
|
|
43 |
<?php if (isset($changePasswordMessage)): ?>
|
|
|
44 |
<?= $changePasswordMessage ?>
|
|
|
45 |
<?php endif; ?>
|
|
|
46 |
</div>
|
|
|
47 |
<?php endif; ?>
|
|
|
48 |
<?php endif; ?>
|
|
|
49 |
</div>
|
|
|
50 |
<!-- Logo box -->
|
|
|
51 |
<div class="img_banner d-none d-sm-block col-3 col-md-2">
|
|
|
52 |
<img class="img-fluid img-organisme" src="images/logo-alcasar_70.png">
|
|
|
53 |
</div>
|
3032 |
rexy |
54 |
</div>
|