Subversion Repositories ALCASAR

Rev

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

Rev 344 Rev 589
Line 10... Line 10...
10
	{
10
	{
11
	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");
11
	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");
12
	}
12
	}
13
</script>
13
</script>
14
<!-- fin javascript -->
14
<!-- fin javascript -->
-
 
15
<?				// Access counter incrementation
-
 
16
$name_fic="compteur.txt";
-
 
17
if (($fp=fopen($name_fic,"r")) == false) exit;
-
 
18
$nb=fgets($fp,10);
-
 
19
fclose($fp);
-
 
20
$nb+=1;
-
 
21
if (($fp=fopen($name_fic,"w")) == false) exit;
-
 
22
fputs($fp, "$nb\n");
-
 
23
fclose($fp);
-
 
24
?>
15
<link rel="stylesheet" href="/css/style.css" type="text/css">
25
<link rel="stylesheet" href="/css/style.css" type="text/css">
16
</HEAD>
26
</HEAD>
17
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
27
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
18
	<TD valign="top" align="left"><A HREF=javascript:ouvrir("about.htm")><IMG height="80" border="0" SRC="/images/logo-alcasar.png"f></A></TD>
28
	<TD valign="top" align="left"><A HREF=javascript:ouvrir("about.htm")><IMG height="80" border="0" SRC="/images/logo-alcasar.png"f></A></TD>
19
	<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>
29
	<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>