~ubuntu-fr/ubuntu-fr-website/suivi.dev

« back to all changes in this revision

Viewing changes to acces.php

  • Committer: Olivier Fraysse
  • Date: 2009-09-23 09:12:03 UTC
  • Revision ID: olive@picapo.net-20090923091203-8cathmxxkipqc8kc
simplifions : title = h1

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
$users = admins::getList();
20
20
tpl::header('Accès');
21
 
?>
22
 
<h1 onclick="window.location = '/'">Liste d'accès au Suivi Ubuntu-fr</h1>
23
 
<?php
24
21
if ($add)
25
22
{
26
23
    echo "<p>L'utilisateur <strong>".htmlspecialchars($_POST['user'])."</strong> a bien été créé, un mot de passe vient de lui être envoyé.</p>";