Subversion Repositories ALCASAR

Rev

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

Rev 2866 Rev 2908
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: index.php 2866 2020-10-21 22:04:01Z rexy $
2
# $Id: index.php 2908 2021-01-12 18:00:35Z 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 637... Line 637...
637
								</div>
637
								</div>
638
							<?php else: ?>
638
							<?php else: ?>
639
								<table width="80%">
639
								<table width="80%">
640
									<tr>
640
									<tr>
641
										<td><img src="//<?= $hostname.$img_rep.$img_false ?>"></td>
641
										<td><img src="//<?= $hostname.$img_rep.$img_false ?>"></td>
-
 
642
										<?php if (($network_pb) && (!$direct_access)): ?>
-
 
643
										<td><?= "Diagnostic : $diagnostic" ?></td>
-
 
644
										<?php else: ?>
642
										<td><?= $filteredUrlHtml ?></td>
645
										<td><?= $filteredUrlHtml ?></td>
-
 
646
										<?php endif; ?>
643
									</tr><tr>
647
									</tr><tr>
644
										<td></td><td><?= $l_back_page ?></td>
648
										<td></td><td><?= $l_back_page ?></td>
645
									</tr>
649
									</tr>
646
								</table>
650
								</table>
647
							<?php endif; ?>
651
							<?php endif; ?>
648
						<?php endif; ?>
652
						<?php endif; ?>
649
					</div>
653
					</div>
650
				</div>
654
				</div>
651
				<?php if (($network_pb) && (!$direct_access)): ?>
-
 
652
					<span>Diagnostic : <?= $diagnostic ?></span>
-
 
653
				<?php endif; ?>
-
 
654
			</div>
655
			</div>
655
			<?php if ($direct_access): // display the admin logo (wheel) at the bottom right ?>
656
			<?php if ($direct_access): // display the admin logo (wheel) at the bottom right ?>
656
			<div id="corner">
657
			<div id="corner">
657
				<div id="adm" class="corn">
658
				<div id="adm" class="corn">
658
					<a href="<?= "https://$hostname/acc/" ?>"><img src="<?= $img_rep.$img_adm ?>"></a>
659
					<a href="<?= "https://$hostname/acc/" ?>"><img src="<?= $img_rep.$img_adm ?>"></a>