Subversion Repositories ALCASAR

Rev

Rev 3026 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

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

Generated by GNU Enscript 1.6.6.
-
 
59
 
-
 
60
 
-
 
61
 
-