Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
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
                            <?php if (isset($_GET['warn']) && isset($_GET['url']) && $_GET['warn'] == '1'): // if user need to be warm that someone reads his log ?>
23
							<p id="acces_controle" class="titre_refus">
24
                                <?php if (isset($_GET['warn']) && isset($_GET['url']) && $_GET['warn'] == '1'): // if user need to be warm that someone reads his log ?>
25
                                    <?= $l_title_warn ?>
26
                                <?php else: // the user is blacklisted (or whitelisted) ?>
27
                                    <?= $l_title ?>
28
                                <?php endif; ?>
29
                            </p>
30
						</div>
31
				<?php endif; ?>
32
 
33
        <!-- Status -->
34
        <?php elseif($page == "status"): ?>
35
            <?php if ($service_wifi4eu_status): ?>
36
                <img id="wifi4eubanner">
37
            <?php else: ?>	
38
                <p class="login-status"><?= $l_login1 ?></p>
39
			<?php endif; ?>
40
        <!-- Email Registration -->
41
        <?php elseif($page == "email_registration" || $page == "password" || $page == "sms_registration"): ?>
42
		    <p id="acces_controle" class="titre_controle"><?= $l_title ?></p>
43
            <?php if($page == "password"): ?>
44
                <div class ="text-center">
45
                    <?php if (isset($changePasswordMessage)): ?>
46
                        <?= $changePasswordMessage ?>
47
                    <?php endif; ?>
48
                </div>
49
            <?php endif; ?>
50
        <?php endif; ?>
51
	</div>
52
	<!-- Logo box -->
53
	<div class="img_banner d-none d-sm-block col-3 col-md-2">
54
		<img class="img-fluid img-organisme" src="images/logo-alcasar_70.png">
55
	</div>
56
</div>