Subversion Repositories eFlore/Applications.bibliobota

Rev

Rev 2 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 30
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: bbc_info_media.inc.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
22
// CVS : $Id$
23
/**
23
/**
24
* Appli bb_consultation : gestion des informations avancées "media" de Biblio Bota
24
* Appli bb_consultation : gestion des informations avancées "media" de Biblio Bota
25
*
25
*
26
* Ce fichier permet d'afficher les informations concernant les "médias" d'un organisme lié à la botanique.
26
* Ce fichier permet d'afficher les informations concernant les "médias" d'un organisme lié à la botanique.
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Jean-Charles GRANGER <tela@vecteur.org>
30
*@author        Jean-Charles GRANGER <tela@vecteur.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
32
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
34
*@version       $Revision$ $Date$
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 48... Line 48...
48
    $tableau['pstart'] = 0;
48
    $tableau['pstart'] = 0;
49
}
49
}
50
$tableau['args'] = '&amp;arg_0=str%3D'.$tableau['media'].'&amp;arg_1=coll%3D'.$tableau['media'].'&amp;arg_2=book%3D'.$tableau['media'].'&amp;arg_3=media%3D'.$tableau['media'];
50
$tableau['args'] = '&amp;arg_0=str%3D'.$tableau['media'].'&amp;arg_1=coll%3D'.$tableau['media'].'&amp;arg_2=book%3D'.$tableau['media'].'&amp;arg_3=media%3D'.$tableau['media'];
Line 51... Line 51...
51
 
51
 
-
 
52
// Proposition d'édition
52
// Proposition d'édition
53
/* TODO NAVIGBIBLIO */
53
/*
54
/*
54
$sortie .= '<p>'."\n";
55
$sortie .= '<p>'."\n";
55
if ($var_biblio['open_proposer_media'] == 1) {
56
if ($var_biblio['open_proposer_media'] == 1) {
56
    $sortie .= CreateNavigBiblio('add', 'media', 'Proposer un nouveau media', $tableau['media'], 1, $tableau);
57
    $sortie .= CreateNavigBiblio('add', 'media', 'Proposer un nouveau media', $tableau['media'], 1, $tableau);
Line 281... Line 282...
281
    mysql_free_result($resultat);
282
    mysql_free_result($resultat);
282
}
283
}
Line 283... Line 284...
283
 
284
 
284
/* +--Fin du code ----------------------------------------------------------------------------------------+
285
/* +--Fin du code ----------------------------------------------------------------------------------------+
285
*
286
*
286
* $Log: not supported by cvs2svn $
287
* $Log$
287
*
288
*
288
* +-- Fin du code ----------------------------------------------------------------------------------------+
289
* +-- Fin du code ----------------------------------------------------------------------------------------+
289
*/
290
*/
290
?>
291
?>