showmax 33
| Posté : 08-03-2011 13:16
Bon j'ai créer un compte je pense que c'est mieux
<?php
// two choice : member or admin
if (secur_static("member")) { ?>
<p align="center">
Modéle de page statique pour NPDS visible que si l'utilisateur est identifié comme membre connecté.
<br /><br />
Model of static page for NPDS, that only connected members can see.
</p>
<?php
} else {
echo "Access Denied / Accès Refusé";
if (cur_charset=="utf-8") echo" / 通入被否认";
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" >
<tr>
<td width="8" class="tabnewsG"> </td>
<td align="center" height="28" class="titre_news">LES ENSEIGNANTS DU CENTRE THIEU LAM</td>
<td width="8" class="tabnewsD"> </td>
</tr>
</table>
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" id="activite2">
Ps:tu peux supprimer les 2 messages du dessus.
Message édité par : showmax / 08-03-2011 13:23 |