| 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.55 2006-09-21 14:19:39 florian Exp $
|
22 |
// CVS : $Id: bazar.fonct.php,v 1.56 2006-09-28 15:41:36 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.55 $ $Date: 2006-09-21 14:19:39 $
|
34 |
*@version $Revision: 1.56 $ $Date: 2006-09-28 15:41:36 $
|
| 35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
| 36 |
*/
|
36 |
*/
|
| Line 37... |
Line 37... |
| 37 |
|
37 |
|
| 38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 552... |
Line 552... |
| 552 |
}
|
552 |
}
|
| 553 |
else {
|
553 |
else {
|
| 554 |
$res .= '<h2>'.BAZ_DEPOSE_UNE_NOUVELLE_ANNONCE.'</h2><br />'."\n";
|
554 |
$res .= '<h2>'.BAZ_DEPOSE_UNE_NOUVELLE_ANNONCE.'</h2><br />'."\n";
|
| 555 |
$res .= '<p class="zone_info">'.BAZ_IDENTIFIEZ_VOUS_POUR_SAISIR.'</p>'."\n" ;
|
555 |
$res .= '<p class="zone_info">'.BAZ_IDENTIFIEZ_VOUS_POUR_SAISIR.'</p>'."\n" ;
|
| 556 |
$res .= '<form id="form_connexion" class="form_identification" action="' ;
|
556 |
$res .= '<form id="form_connexion" class="form_identification" action="' ;
|
| - |
|
557 |
$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_DEPOSER_ANNONCE);
|
| 557 |
$res .= $GLOBALS['_BAZAR_']['url']->getURL();
|
558 |
$res .= $GLOBALS['_BAZAR_']['url']->getURL();
|
| 558 |
$res .= '" method="post">
|
559 |
$res .= '" method="post">
|
| 559 |
<fieldset>
|
560 |
<fieldset>
|
| 560 |
<legend>Identifiez vous</legend>
|
561 |
<legend>Identifiez vous</legend>
|
| 561 |
<label for="username">Courriel : </label>
|
562 |
<label for="username">Courriel : </label>
|
| Line 1213... |
Line 1214... |
| 1213 |
}
|
1214 |
}
|
| Line 1214... |
Line 1215... |
| 1214 |
|
1215 |
|
| 1215 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1216 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| 1216 |
*
|
1217 |
*
|
| - |
|
1218 |
* $Log: not supported by cvs2svn $
|
| - |
|
1219 |
* Revision 1.55 2006/09/21 14:19:39 florian
|
| - |
|
1220 |
* amélioration des fonctions liés au wikini
|
| 1217 |
* $Log: not supported by cvs2svn $
|
1221 |
*
|
| 1218 |
* Revision 1.54 2006/09/14 15:11:23 alexandre_tb
|
1222 |
* Revision 1.54 2006/09/14 15:11:23 alexandre_tb
|
| 1219 |
* suppression temporaire de la gestion des wikinis
|
1223 |
* suppression temporaire de la gestion des wikinis
|
| 1220 |
*
|
1224 |
*
|
| 1221 |
* Revision 1.53 2006/07/25 13:24:44 florian
|
1225 |
* Revision 1.53 2006/07/25 13:24:44 florian
|
| Line 1407... |
Line 1411... |
| 1407 |
*
|
1411 |
*
|
| 1408 |
*
|
1412 |
*
|
| 1409 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
1413 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
| 1410 |
*/
|
1414 |
*/
|
| Line 1411... |
Line 1415... |
| 1411 |
|
1415 |
|
| 1412 |
?>
|
1416 |
?>
|