Subversion Repositories ALCASAR

Rev

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

Rev 2823 Rev 2833
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: index.php 2823 2020-05-24 17:38:00Z rexy $
2
# $Id: index.php 2833 2020-06-14 10:13:18Z 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 487... Line 487...
487
<!DOCTYPE html>
487
<!DOCTYPE html>
488
<html>
488
<html>
489
	<head>
489
	<head>
490
		<meta charset="UTF-8">
490
		<meta charset="UTF-8">
491
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
491
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
492
		<title>ALCASAR - <?= $l_title ?></title>
492
		<title><?= $l_title ?></title>
493
		<link rel="stylesheet" type="text/css" href="<?= ((!$direct_access) ? "//$hostname" : '') ?>/css/bootstrap.min.css">
493
		<link rel="stylesheet" type="text/css" href="<?= ((!$direct_access) ? "//$hostname" : '') ?>/css/bootstrap.min.css">
494
		<link rel="stylesheet" type="text/css" href="/css/index.css">
494
		<link rel="stylesheet" type="text/css" href="/css/index.css">
495
		<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
495
		<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
496
	</head>
496
	</head>
497
	<body>
497
	<body>