Subversion Repositories ALCASAR

Rev

Rev 2850 | Rev 2908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2850 Rev 2866
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: index.php 2850 2020-07-15 22:24:44Z rexy $
2
# $Id: index.php 2866 2020-10-21 22:04:01Z rexy $
3
#
3
#
4
# index.php for ALCASAR by Rexy
4
# index.php for ALCASAR by Rexy
5
# UI & css style by stephane ERARD
5
# UI & css style by stephane ERARD
6
# The contents of this file may be used under the terms of the GNU
6
# The contents of this file may be used under the terms of the GNU
7
# General Public License Version 2, provided that the above copyright
7
# General Public License Version 2, provided that the above copyright
Line 571... Line 571...
571
		<!-- Main content box -->
571
		<!-- Main content box -->
572
		<div class="row">
572
		<div class="row">
573
			<div id="contenu_acces" class="col-xs-12 col-lg-offset-1 col-lg-10">
573
			<div id="contenu_acces" class="col-xs-12 col-lg-offset-1 col-lg-10">
574
				<?php if ((!$direct_access) && (!$network_pb) && (!isset($_GET['warn']))): // print blacklist categories ?>
574
				<?php if ((!$direct_access) && (!$network_pb) && (!isset($_GET['warn']))): // print blacklist categories ?>
575
				<div id="box_url">
575
				<div id="box_url">
-
 
576
					<br>
576
					<?= $filteredUrlHtml ?>
577
					<?= $l_explain ?>
577
				</div>
578
				</div>
578
				<?php endif; ?>
579
				<?php endif; ?>
579
 
580
 
580
				<!-- Menu -->
581
				<!-- Menu -->
581
				<div class="menu-container container col_xs_12 col-sm-7">
582
				<div class="menu-container container col_xs_12 col-sm-7">
Line 633... Line 634...
633
								</div>
634
								</div>
634
								<div id="liens_redir">
635
								<div id="liens_redir">
635
									<p><?= $l_continue_link ?></p>
636
									<p><?= $l_continue_link ?></p>
636
								</div>
637
								</div>
637
							<?php else: ?>
638
							<?php else: ?>
638
								<div id="box_refuse">
639
								<table width="80%">
-
 
640
									<tr>
639
									<img src="//<?= $hostname.$img_rep.$img_false ?>">
641
										<td><img src="//<?= $hostname.$img_rep.$img_false ?>"></td>
640
									<p><?= $l_explain ?></p>
642
										<td><?= $filteredUrlHtml ?></td>
641
								</div>
643
									</tr><tr>
642
								<div id="liens_redir">
644
										<td></td><td><?= $l_back_page ?></td>
643
									<p><?= $l_back_page ?></p>
645
									</tr>
644
								</div>
646
								</table>
645
							<?php endif; ?>
647
							<?php endif; ?>
646
						<?php endif; ?>
648
						<?php endif; ?>
647
					</div>
649
					</div>
648
				</div>
650
				</div>
649
				<?php if (($network_pb) && (!$direct_access)): ?>
651
				<?php if (($network_pb) && (!$direct_access)): ?>