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") );?> + + + + +

+ + + + + +

List of users

+

You can also add a user.

+ + + + + + + + + $value1 ){ $counter1++; ?> + + + + + + + + + + +
IdLoginIs admin ?EditDelete
getId();?>getLogin();?>getAdmin() ? "Yes" : "No";?>EditgetId() != $current_user->getId() ){ ?>Delete
+ + +

Edit a user

+
+

+ value="" getLogin().'"' : '';?> /> +

+

+ + + +
Note : Leave blank this field if you don't want to edit password. + + +

+

+ Give admin rights to this user ?
+ getAdmin()) ){ ?> checked/>
+ getAdmin())) ){ ?> checked/> +

+

+ + + +

+
+ + + +

Edit your password

+
+

+

+

+
+ + diff --git a/tmp/footer.36ba0f7e771a8681573a91518b54b424.rtpl.php b/tmp/footer.36ba0f7e771a8681573a91518b54b424.rtpl.php new file mode 100644 index 0000000..8a1b51c --- /dev/null +++ b/tmp/footer.36ba0f7e771a8681573a91518b54b424.rtpl.php @@ -0,0 +1,2 @@ + + diff --git a/tmp/settings.af3906cfde643ae7f290cfdc51cc9342.rtpl.php b/tmp/settings.af3906cfde643ae7f290cfdc51cc9342.rtpl.php new file mode 100644 index 0000000..c617c6a --- /dev/null +++ b/tmp/settings.af3906cfde643ae7f290cfdc51cc9342.rtpl.php @@ -0,0 +1,55 @@ +assign( $this->var );$tpl->draw( dirname("header") . ( substr("header",-1,1) != "/" ? "/" : "" ) . basename("header") );?> + + + + +

Edit homepage notice

+
+

+
+ +

+

Note : You can use HTML formatting in this form.

+ +
+ + + + +

Change settings of your Bouffe@Ulm installation

+
+
+ Database +

Note : Use these settings carefully. Your database won't be updated by the script as it was during install and you'll have to manually update it.

+

+ +

+

+
+ Note : Leave the above field blank if you don't want to change your password. +

+

+
+ Note : You must create this database first. +

+

+
+ Note : Leave the field blank to not use any.

+
+
+ General options +

+

+
+ Note : This is the base URL from which you access this page. You must keep the trailing "/" in the above address. +

+

+
+

+
+ + + + +assign( $this->var );$tpl->draw( dirname("footer") . ( substr("footer",-1,1) != "/" ? "/" : "" ) . basename("footer") );?> +