Subversion Repositories ALCASAR

Rev

Rev 592 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
591 stephane 1
<?php
2
/*
3
 
4
 
5
*/
6
require_once('includes/defines.inc.php');
7
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
592 stephane 8
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
9
<html>
10
<head>
11
<title>haut</title>
703 stephane 12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
592 stephane 13
<!-- fonctions javascript -->
14
<script language="javascript">
15
function ouvrir(page)
16
	{
17
	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");
18
	}
19
</script>
20
<!-- fin javascript -->
21
<link rel="stylesheet" href="css/default/default.css" type="text/css">
22
</head>
23
<table width="100%" border="0" cellspacing="0" cellpadding="0">
24
	<td valign="top" align="left"><a href=javascript:ouvrir("about.htm")><img height="80" border="0" src="images/logo-alcasar.png"f></a></td>
25
	<td valign="top" align="center"><a href="http://www.alcasar.info" target="_new"><img height="80" border="0" src="images/titre-alcasar.png"></a></td>
26
	<td valign="top" align="right"><a href="admin/logo.php" target="rexy2"><img height="80" border="0" src="images/organisme.png"></a></td>
27
</table>
28
</body>
29
</html>