From: Pierre Habouzit (MadCoder Date: Thu, 28 Apr 2005 09:07:56 +0000 (+0000) Subject: html fixes X-Git-Tag: xorg/old~165 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8c7098fb5be3ab776cae6ef20c2bb4145d5380df;p=platal.git html fixes git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-597 --- diff --git a/include/xnet/session.inc.php b/include/xnet/session.inc.php index 0e16fa3..449f38e 100644 --- a/include/xnet/session.inc.php +++ b/include/xnet/session.inc.php @@ -108,6 +108,13 @@ class XnetSession extends DiogenesCoreSession $_SESSION['auth'] = AUTH_MDP; unset($this->challenge); unset($this->loginX); + Get::kill('auth'); + Get::kill('uid'); + $args = array(); + foreach($_GET as $key=>$val) { + $args[] = urlencode($key).'='.urlencode($val); + } + header('Location: '.$_SERVER['PHP_SELF'] . '?' . join('&', $args)); } // }}} diff --git a/templates/xnet/groupe/alias-create.tpl b/templates/xnet/groupe/alias-create.tpl index 782ca14..2c0384e 100644 --- a/templates/xnet/groupe/alias-create.tpl +++ b/templates/xnet/groupe/alias-create.tpl @@ -55,7 +55,9 @@ de mod -

+

+ +

{* vim:set et sw=2 sts=2 sws=2: *} diff --git a/templates/xnet/groupe/annuaire.tpl b/templates/xnet/groupe/annuaire.tpl index 9708389..6ce73bd 100644 --- a/templates/xnet/groupe/annuaire.tpl +++ b/templates/xnet/groupe/annuaire.tpl @@ -51,7 +51,7 @@ peux aussi afficher toute la liste. - +
diff --git a/templates/xnet/groupe/edit.tpl b/templates/xnet/groupe/edit.tpl index f7522f3..919aed6 100644 --- a/templates/xnet/groupe/edit.tpl +++ b/templates/xnet/groupe/edit.tpl @@ -139,11 +139,9 @@
prénom et nom promotion
-
- - -
+
+