Subversion Repositories ALCASAR

Rev

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

Rev 2488 Rev 2818
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: haut.php 2488 2018-02-25 14:53:54Z lucas.echard $
2
# $Id: haut.php 2818 2020-05-10 21:53:28Z rexy $
3
 
3
 
4
// Inform admin log about his last connection
4
// Inform admin log about his last connection
5
$admin_log = '/var/Save/security/acc_access.log';
5
$admin_log = '/var/Save/security/acc_access.log';
6
$user_htdigest = $_SERVER['REMOTE_USER'];
6
$user_htdigest = $_SERVER['REMOTE_USER'];
7
$date_system = date('d/m/Y H:i:s');
7
$date_system = date('d/m/Y H:i:s');
Line 20... Line 20...
20
	<script>
20
	<script>
21
	function ouvrir(page) {
21
	function ouvrir(page) {
22
		window.open(page, "portail", "alwaysRaised=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,hotkeys=no,width=640 ,height=480");
22
		window.open(page, "portail", "alwaysRaised=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,hotkeys=no,width=640 ,height=480");
23
	}
23
	}
24
	</script>
24
	</script>
25
	<link rel="stylesheet" type="text/css" href="/css/style.css">
25
	<link rel="stylesheet" type="text/css" href="/css/acc.css">
26
</head>
26
</head>
27
<body>
27
<body>
28
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
28
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
29
		<tr>
29
		<tr>
30
			<td valign="top" align="left"><a href="javascript:ouvrir('about.htm')"><img height="80" border="0" src="/images/logo-alcasar.png"></a></td>
30
			<td valign="top" align="left"><a href="javascript:ouvrir('about.htm')"><img height="80" border="0" src="/images/logo-alcasar.png"></a></td>