Subversion Repositories ALCASAR

Rev

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

Rev 2766 Rev 2809
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: index.php 2766 2019-11-19 21:37:58Z rexy $
2
# $Id: index.php 2809 2020-04-12 17:35:46Z 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 544... Line 544...
544
	<head>
544
	<head>
545
		<meta charset="UTF-8">
545
		<meta charset="UTF-8">
546
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
546
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
547
		<title>ALCASAR - <?= $l_title ?></title>
547
		<title>ALCASAR - <?= $l_title ?></title>
548
		<link type="text/css" href="<?= ((!$direct_access) ? "//$hostname" : '') ?>/css/bootstrap.min.css" rel="stylesheet">
548
		<link type="text/css" href="<?= ((!$direct_access) ? "//$hostname" : '') ?>/css/bootstrap.min.css" rel="stylesheet">
549
		<link type="text/css" href="/css/index_style.css" rel="stylesheet">
549
		<link type="text/css" href="/css/index.css" rel="stylesheet">
550
 
550
 
551
	</head>
551
	</head>
552
	<body>
552
	<body>
553
 
553
 
554
	<div class="col-xs-12 col-md-10 col-md-offset-1" id="gui">
554
	<div class="col-xs-12 col-md-10 col-md-offset-1" id="gui">