Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 17 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 59
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.6 2004-08-17 11:13:38 linda Exp $
22
// CVS : $Id: eflore_photo.inc.php,v 1.7 2004-12-23 20:05:17 jpm 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.6 $ $Date: 2004-08-17 11:13:38 $
35
*@version       $Revision: 1.7 $ $Date: 2004-12-23 20:05:17 $
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
Line 48... Line 48...
48
    echo '</ERREUR>';
48
    echo '</ERREUR>';
49
    exit;
49
    exit;
50
}
50
}
Line 51... Line 51...
51
 
51
 
52
    //requete sql 
52
    //requete sql 
53
    $req_img='select * from eflore_info_image, eflore_info_txt_a_taxon, eflore_inventaire_observation, eflore_licence, eflore_personne_contributeur';
53
    $req_img='select * from eflore_info_image, eflore_taxon_a_txt, eflore_inventaire_observation, eflore_licence, eflore_personne_contributeur';
54
    $req=' where eii_id_image=eitat_id_taxon_ref ';
54
    $req=' where eii_id_image=eitat_id_taxon_ref ';
55
    $req.=' and eii_id_version_projet_img=eitat_id_version_projet_taxon_ref ';
55
    $req.=' and eii_id_version_projet_img=etat_id_version_projet_taxon_ref ';
56
    $req.=' and eio_ce_image=eii_id_image ';
56
    $req.=' and eio_ce_image=eii_id_image ';
57
    $req.=' and eii_id_version_projet_img=eio_ce_version_projet_img ';
57
    $req.=' and eii_id_version_projet_img=eio_ce_version_projet_img ';
58
    $req.=' and eii_ce_licence_img=eli_id_licence';
58
    $req.=' and eii_ce_licence_img=eli_id_licence';
59
    $req.=' and eitat_id_texte='.N_TAXON;
59
    $req.=' and eitat_id_texte='.N_TAXON;
Line 306... Line 306...
306
            $res.='<div class="suiv">'.$suiv.'</div>';
306
            $res.='<div class="suiv">'.$suiv.'</div>';
307
        }
307
        }
308
    }
308
    }
Line 309... Line 309...
309
 
309
 
310
}
-
 
311
 
-
 
312
 
310
}
313
?>
311
?>