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: checkbox.php,v 1.2 2008-09-17 14:18:12 alexandre_tb Exp $
|
22 |
// CVS : $Id: checkbox.php,v 1.3 2008-11-19 09:28:46 aperonnet Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
*@package bazar
|
25 |
*@package bazar
|
26 |
//Auteur original :
|
26 |
//Auteur original :
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
28 |
//Autres auteurs :
|
28 |
//Autres auteurs :
|
29 |
*@copyright Tela-Botanica 2000-2008
|
29 |
*@copyright Tela-Botanica 2000-2008
|
30 |
*@version $Revision: 1.2 $
|
30 |
*@version $Revision: 1.3 $
|
31 |
// +------------------------------------------------------------------------------------------------------+
|
31 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
*/
|
32 |
*/
|
Line 33... |
Line 33... |
33 |
|
33 |
|
Line 60... |
Line 60... |
60 |
$val .= $tab[0];
|
60 |
$val .= $tab[0];
|
61 |
$nb++;
|
61 |
$nb++;
|
62 |
}
|
62 |
}
|
63 |
if ($val != '' and $val != BAZ_CHOISIR and $val != BAZ_NON_PRECISE) {
|
63 |
if ($val != '' and $val != BAZ_CHOISIR and $val != BAZ_NON_PRECISE) {
|
64 |
$html .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.
|
64 |
$html .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.
|
65 |
"\n".'<span class="BAZ_label" id="rubrique_'.$this->options['nom_bdd'].'">'.$this->options['label'].':</span>'."\n";
|
65 |
"\n".'<span class="BAZ_label" id="rubrique_'.$this->options['nom_bdd'].'">'.$this->options['label'].' : </span>'."\n";
|
66 |
$html .= '<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="description_'.$this->options['nom_bdd'].
|
66 |
$html .= '<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="description_'.$this->options['nom_bdd'].
|
67 |
'"> '.$val.'</span>'."\n".'</div>'."\n";
|
67 |
'"> '.$val.'</span>'."\n".'</div>'."\n";
|
68 |
}
|
68 |
}
|
69 |
return $html;
|
69 |
return $html;
|
70 |
}
|
70 |
}
|
71 |
}
|
71 |
}
|
Line 72... |
Line 72... |
72 |
|
72 |
|
73 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
73 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
74 |
*
|
74 |
*
|
- |
|
75 |
* $Log: not supported by cvs2svn $
|
- |
|
76 |
* Revision 1.2 2008-09-17 14:18:12 alexandre_tb
|
- |
|
77 |
* fusion avec aha
|
75 |
* $Log: not supported by cvs2svn $
|
78 |
*
|
76 |
* Revision 1.1.2.1 2008-04-16 12:35:25 alexandre_tb
|
79 |
* Revision 1.1.2.1 2008-04-16 12:35:25 alexandre_tb
|
77 |
* version initiale
|
80 |
* version initiale
|
78 |
*
|
81 |
*
|
79 |
*
|
82 |
*
|