| Line 313... |
Line 313... |
| 313 |
$res .= $url;
|
313 |
$res .= $url;
|
| 314 |
$res .= '" method="post">
|
314 |
$res .= '" method="post">
|
| 315 |
<fieldset>
|
315 |
<fieldset>
|
| 316 |
<legend>Identifiez vous</legend>
|
316 |
<legend>Identifiez vous</legend>
|
| 317 |
<label for="username">Courriel : </label>
|
317 |
<label for="username">Courriel : </label>
|
| 318 |
<input type="text" id="username" name="username" maxlength="80" tabindex="10" value="courriel" />
|
318 |
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
|
| 319 |
<label for="password">Mot de passe : </label>
|
319 |
<label for="password">Mot de passe : </label>
|
| 320 |
<input type="password" id="password" name="password" maxlength="80" tabindex="20" value="mot de passe" />
|
320 |
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />
|
| 321 |
<input type="submit" id="connexion" name="connexion" tabindex="30" value="ok" />
|
321 |
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
|
| 322 |
</fieldset>
|
322 |
</fieldset>
|
| 323 |
</form>';
|
323 |
</form>';
|
| 324 |
return $res ;
|
324 |
return $res ;
|
| 325 |
}
|
325 |
}
|
| 326 |
}//Fin de la fonction afficherContenuCorps().
|
326 |
}//Fin de la fonction afficherContenuCorps().
|
| Line 327... |
Line 327... |
| 327 |
|
327 |
|
| 328 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
328 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
| - |
|
329 |
* $Log: admin_site.php,v $
|
| - |
|
330 |
* Revision 1.12 2006-10-06 10:40:51 florian
|
| - |
|
331 |
* harmonisation des messages d'erreur de l'authentification
|
| 329 |
* $Log: not supported by cvs2svn $
|
332 |
*
|
| 330 |
* Revision 1.11 2006/03/15 23:35:25 ddelon
|
333 |
* Revision 1.11 2006/03/15 23:35:25 ddelon
|
| 331 |
* Gestion site
|
334 |
* Gestion site
|
| 332 |
*
|
335 |
*
|
| 333 |
* Revision 1.10 2006/03/02 10:49:49 ddelon
|
336 |
* Revision 1.10 2006/03/02 10:49:49 ddelon
|