Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 11 | Rev 15 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 12
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: eflore_photo.inc.php,v 1.3 2004-06-22 12:28:01 linda Exp $
22
// CVS : $Id: eflore_photo.inc.php,v 1.4 2004-06-23 13:21:23 linda Exp $
23
/**
23
/**
24
* Titre
24
* Titre
25
*
25
*
26
* Description
26
* Description
27
*
27
*
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        linda ANGAMA<linda_angama@yahoo.fr>
31
*@author        linda ANGAMA<linda_angama@yahoo.fr>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.3 $ $Date: 2004-06-22 12:28:01 $
35
*@version       $Revision: 1.4 $ $Date: 2004-06-23 13:21:23 $
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
Line 157... Line 157...
157
            $res.="</p>";
157
            $res.="</p>";
158
            $res.="\n                   ";
158
            $res.="\n                   ";
159
            $res.="</li>\n";
159
            $res.="</li>\n";
160
            if ($num_ligne%$img_l==2)
160
            if ($num_ligne%$img_l==2)
161
            {
161
            {
162
                $res.="            </ul><div style=\"clear:both;\">&nbsp;</div>\n  \n";
162
                $res.="            </ul>  \n";
163
            }
163
            }
Line 164... Line 164...
164
            
164
            
165
            
165