Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bazar.fonct.php,v 1.57 2006-10-05 08:53:50 florian Exp $
|
22 |
// CVS : $Id: bazar.fonct.php,v 1.58 2006-12-13 13:20:16 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
* Fonctions du module bazar
|
25 |
* Fonctions du module bazar
|
26 |
*
|
26 |
*
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
31 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
31 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.57 $ $Date: 2006-10-05 08:53:50 $
|
34 |
*@version $Revision: 1.58 $ $Date: 2006-12-13 13:20:16 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 127... |
Line 127... |
127 |
$lien_supprimer->addQueryString('typeannonce', $ligne['bn_id_nature']);
|
127 |
$lien_supprimer->addQueryString('typeannonce', $ligne['bn_id_nature']);
|
Line 128... |
Line 128... |
128 |
|
128 |
|
129 |
$table->addRow (array(
|
129 |
$table->addRow (array(
|
130 |
'<a href="'.$lien_voir->getURL().'">'.$ligne['bf_titre'].'</a>'."\n", // col 1 : le nom
|
130 |
'<a href="'.$lien_voir->getURL().'">'.$ligne['bf_titre'].'</a>'."\n", // col 1 : le nom
|
131 |
$annonceur."\n", // col 2 : annonceur
|
131 |
$annonceur."\n", // col 2 : annonceur
|
132 |
constant($ligne['bn_label_nature'])."\n", // col 3 : type annonce
|
132 |
$ligne['bn_label_nature']."\n", // col 3 : type annonce
|
133 |
"<a href=\"".$lien_publie_oui->getURL()."\">".BAZ_OUI."</a> / \n".
|
133 |
"<a href=\"".$lien_publie_oui->getURL()."\">".BAZ_OUI."</a> / \n".
|
134 |
"<a href=\"".$lien_publie_non->getURL()."\">".BAZ_NON."</a>", // col 4 : publier ou pas
|
134 |
"<a href=\"".$lien_publie_non->getURL()."\">".BAZ_NON."</a>", // col 4 : publier ou pas
|
135 |
"<a href=\"".$lien_supprimer->getURL()."\"".
|
135 |
"<a href=\"".$lien_supprimer->getURL()."\"".
|
Line 1253... |
Line 1253... |
1253 |
}
|
1253 |
}
|
Line 1254... |
Line 1254... |
1254 |
|
1254 |
|
1255 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1255 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1256 |
*
|
1256 |
*
|
- |
|
1257 |
* $Log: not supported by cvs2svn $
|
- |
|
1258 |
* Revision 1.57 2006/10/05 08:53:50 florian
|
- |
|
1259 |
* amelioration moteur de recherche, correction de bugs
|
1257 |
* $Log: not supported by cvs2svn $
|
1260 |
*
|
1258 |
* Revision 1.56 2006/09/28 15:41:36 alexandre_tb
|
1261 |
* Revision 1.56 2006/09/28 15:41:36 alexandre_tb
|
1259 |
* Le formulaire pour se logguer dans l'action saisir reste sur l'action saisir après
|
1262 |
* Le formulaire pour se logguer dans l'action saisir reste sur l'action saisir après
|
1260 |
*
|
1263 |
*
|
1261 |
* Revision 1.55 2006/09/21 14:19:39 florian
|
1264 |
* Revision 1.55 2006/09/21 14:19:39 florian
|