Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 629 → Rev 630

/trunk/client/bazar/bibliotheque/bazar.fonct.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bazar.fonct.php,v 1.22 2005-12-01 16:05:41 florian Exp $
// CVS : $Id: bazar.fonct.php,v 1.23 2005-12-01 17:03:34 florian Exp $
/**
*
* Fonctions du module bazar
30,7 → 30,7
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.22 $ $Date: 2005-12-01 16:05:41 $
*@version $Revision: 1.23 $ $Date: 2005-12-01 17:03:34 $
// +------------------------------------------------------------------------------------------------------+
*/
 
566,7 → 566,7
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
if (($ligne['bn_condition']!='')AND(!isset($_POST['accept_condition']))AND(!isset($_GET['url'])OR(!isset($_GET['fichier']))OR(!isset($_GET['image'])))) {
require_once PAP_CHEMIN_RACINE.'api/pear/HTML/QuickForm/html.php';
require_once 'HTML/QuickForm/html.php';
$conditions= new HTML_QuickForm_html('<li><p style="padding:5px; margin:5px; width: 90%; background: #C1CBA7;">'.$ligne['bn_condition'].'</li>'."\n");
$formtemplate->addElement($conditions);
$formtemplate->addElement('hidden','typeannonce', $_REQUEST['typeannonce']);
1343,6 → 1343,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.22 2005/12/01 16:05:41 florian
* changement des chemins pour appli Pear
*
* Revision 1.21 2005/12/01 15:31:30 florian
* correction bug modifs et saisies
*