diff --git a/TODO b/TODO index 1fb4f90..dbdadb7 100755 --- a/TODO +++ b/TODO @@ -4,6 +4,7 @@ * remember me * Display names * htmlspecialchars => on users objects +* Associate a guest with someone install.php : ============= diff --git a/tmp/connexion.af3906cfde643ae7f290cfdc51cc9342.rtpl.php b/tmp/connexion.af3906cfde643ae7f290cfdc51cc9342.rtpl.php index 17712a4..ffdc588 100644 --- a/tmp/connexion.af3906cfde643ae7f290cfdc51cc9342.rtpl.php +++ b/tmp/connexion.af3906cfde643ae7f290cfdc51cc9342.rtpl.php @@ -8,3 +8,6 @@
+ +assign( $this->var );$tpl->draw( dirname("footer") . ( substr("footer",-1,1) != "/" ? "/" : "" ) . basename("footer") );?> + diff --git a/tmp/edit_users.af3906cfde643ae7f290cfdc51cc9342.rtpl.php b/tmp/edit_users.af3906cfde643ae7f290cfdc51cc9342.rtpl.php new file mode 100644 index 0000000..fa3734e --- /dev/null +++ b/tmp/edit_users.af3906cfde643ae7f290cfdc51cc9342.rtpl.php @@ -0,0 +1,70 @@ +assign( $this->var );$tpl->draw( dirname("header") . ( substr("header",-1,1) != "/" ? "/" : "" ) . basename("header") );?> + + + + + + + + + + +You can also add a user.
+Id | +Login | +Is admin ? | +Edit | +Delete | +
---|---|---|---|---|
getId();?> | +getLogin();?> | +getAdmin() ? "Yes" : "No";?> | +Edit | +getId() != $current_user->getId() ){ ?>Delete | +