Subversion Repositories ALCASAR

Rev

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

Rev 2822 Rev 2823
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: index.php 2822 2020-05-23 16:03:33Z rexy $
2
# $Id: index.php 2823 2020-05-24 17:38:00Z 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 490... Line 490...
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>ALCASAR - <?= $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
	</head>
496
	</head>
496
	<body>
497
	<body>
497
	<div class="col-xs-12 col-md-10 col-md-offset-1"> 
498
	<div class="col-xs-12 col-md-10 col-md-offset-1"> 
498
 
499
 
499
		<!-- HeaderBox -->
500
		<!-- HeaderBox -->