From: Pierre Habouzit (MadCoder Date: Mon, 25 Apr 2005 16:13:12 +0000 (+0000) Subject: begin to work on edit/editer.php X-Git-Tag: xorg/old~171 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=86486b9f289c4fa7378d7ca7636f2c047ee13093;p=platal.git begin to work on edit/editer.php git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-591 --- diff --git a/htdocs.net/groupe/edit.php b/htdocs.net/groupe/edit.php new file mode 100644 index 0000000..c2a7969 --- /dev/null +++ b/htdocs.net/groupe/edit.php @@ -0,0 +1,17 @@ +xdb->iterator( + "SELECT diminutif, nom + FROM groupex.asso + WHERE cat = {?} AND dom = {?} + ORDER BY nom", $globals->asso('cat'), $globals->asso('dom')); +$page->assign('gps', $gps); + +$page->run(); + +?> diff --git a/templates/xnet/groupe/edit.tpl b/templates/xnet/groupe/edit.tpl new file mode 100644 index 0000000..c8c0665 --- /dev/null +++ b/templates/xnet/groupe/edit.tpl @@ -0,0 +1,89 @@ +{*************************************************************************** + * Copyright (C) 2003-2004 Polytechnique.org * + * http://opensource.polytechnique.org/ * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the Free Software * + * Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + ***************************************************************************} + +LOGO + +

{$asso.nom} : Éditer l'accueil

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Logo: + + +
+ Site Web: + + +
+ Contact: + + +
+ Adresse mail: + + +
+ Forum: + + +
+ TODO: INSCRIPTION +
+ + groupe agréé par l'AX +
+ +
+ + + +{* vim:set et sw=2 sts=2 sws=2: *}