Subversion Repositories ALCASAR

Rev

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

Rev 59 Rev 66
Line 149... Line 149...
149
<BR>
149
<BR>
150
<TABLE width="150" border="0" cellspacing="0" cellpadding="0">
150
<TABLE width="150" border="0" cellspacing="0" cellpadding="0">
151
	<tr><th><? echo "$l_access_nb"; ?></th></tr>
151
	<tr><th><? echo "$l_access_nb"; ?></th></tr>
152
	<tr bgcolor="#FFCC66"><td><img src="images/pix.gif" width="1" height="2"></td></tr>
152
	<tr bgcolor="#FFCC66"><td><img src="images/pix.gif" width="1" height="2"></td></tr>
153
</TABLE>
153
</TABLE>
154
<TABLE width="150" border=1 cellspacing=0 cellpadding=0>
-
 
155
	<tr bgcolor="#666666"><td>
-
 
156
	<TABLE width="100%" border=0 cellspacing=0 cellpadding=0>
-
 
157
		<tr><td valign="middle" align="center">
-
 
158
		<?				// Version disponible en ligne
-
 
159
		$name_fic="VERSION-ONLINE";
-
 
160
						// Recuperation de la valeur issue de l'Internet (version.alcasar.info)
-
 
161
						// et affichage si MAJ
-
 
162
		if (($fp=fopen($name_fic,"r")) == false) exit;
-
 
163
		$nb=fgets($fp,30);
-
 
164
		fclose($fp);
-
 
165
		printf("%d", $nb);
-
 
166
		
-
 
167
		?>
-
 
168
		<br>depuis le --- <br></center></td></tr>
-
 
169
	</TABLE>
-
 
170
	</td></tr>
-
 
171
</TABLE>
-
 
172
</BODY>
154
</BODY>
173
</HTML>
155
</HTML>