1111 |
jp_milcent |
1 |
<?php
|
|
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
|
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
4 |
// | PHP version 5.1 |
|
|
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
6 |
// | Copyright (C) 1999-2006 Tela Botanica (accueil@tela-botanica.org) |
|
|
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
8 |
// | This file is part of papyrus_bp. |
|
|
|
9 |
// | |
|
|
|
10 |
// | Foobar is free software; you can redistribute it and/or modify |
|
|
|
11 |
// | it under the terms of the GNU General Public License as published by |
|
|
|
12 |
// | the Free Software Foundation; either version 2 of the License, or |
|
|
|
13 |
// | (at your option) any later version. |
|
|
|
14 |
// | |
|
|
|
15 |
// | Foobar is distributed in the hope that it will be useful, |
|
|
|
16 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
17 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
18 |
// | GNU General Public License for more details. |
|
|
|
19 |
// | |
|
|
|
20 |
// | You should have received a copy of the GNU General Public License |
|
|
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
|
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
1122 |
jp_milcent |
24 |
// CVS : $Id: gallerie.php,v 1.2 2006-12-08 16:00:11 jp_milcent Exp $
|
1111 |
jp_milcent |
25 |
/**
|
|
|
26 |
* papyrus_bp - gallerie.php
|
|
|
27 |
*
|
|
|
28 |
* Le code provient de "Simple Image Gallery" (in content items) Plugin for Joomla 1.0.x - Version 1.0
|
|
|
29 |
* License: http://www.gnu.org/copyleft/gpl.html
|
|
|
30 |
* Authors: Fotis Evangelou - George Chouliaras
|
|
|
31 |
* Project page at http://www.joomlaworks.gr - Demos at http://demo.joomlaworks.gr
|
|
|
32 |
* ***Last update: December 5th, 2006***
|
|
|
33 |
*
|
|
|
34 |
*@package papyrus_bp
|
|
|
35 |
//Auteur original :
|
|
|
36 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
|
|
37 |
//Autres auteurs :
|
|
|
38 |
*@author Aucun
|
|
|
39 |
*@copyright Tela-Botanica 1999-2006
|
1122 |
jp_milcent |
40 |
*@version $Revision: 1.2 $ $Date: 2006-12-08 16:00:11 $
|
1111 |
jp_milcent |
41 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
42 |
*/
|
|
|
43 |
|
|
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
45 |
// | ENTÊTE du PROGRAMME |
|
|
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
47 |
|
|
|
48 |
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = 'afficherGallerie';
|
1122 |
jp_milcent |
49 |
$GLOBALS['_GEN_commun']['info_applette_balise'] = '\{\{[Gg]allerie(?:\s*(?:(dossier="[^"]+")|(largeur="[^"]+")|(hauteur="[^"]+")|(qualite="[^"]+")|))+\s*\}\}';
|
1111 |
jp_milcent |
50 |
|
|
|
51 |
/** Inclusion du fichier de configuration de cette application.*/
|
|
|
52 |
require_once GEN_CHEMIN_CLIENT.'gallerie'.GEN_SEP.'configuration'.GEN_SEP.'gall_config.inc.php';
|
|
|
53 |
|
|
|
54 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
55 |
// | CORPS du PROGRAMME |
|
|
|
56 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
57 |
/** Fonction afficherCategorie() - Retourne la liste des pages d'une catégorie.
|
|
|
58 |
*
|
|
|
59 |
* Cette fonction retourne la liste des pages appartenant à une catégorie donnée.
|
|
|
60 |
*
|
|
|
61 |
* @param array contient les arguments de la fonction.
|
|
|
62 |
* @param array tableau global de Papyrus.
|
|
|
63 |
* @return string HTML la liste des listes de menus.
|
|
|
64 |
*/
|
|
|
65 |
function afficherGallerie($tab_applette_arguments, $_GEN_commun)
|
|
|
66 |
{
|
|
|
67 |
// Initialisation des variables
|
|
|
68 |
$sortie = '';
|
1122 |
jp_milcent |
69 |
$GLOBALS['_GALLERIE_']['erreur'] = '';
|
1111 |
jp_milcent |
70 |
|
1122 |
jp_milcent |
71 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
72 |
// Gestion des arguments
|
1111 |
jp_milcent |
73 |
$tab_arguments = $tab_applette_arguments;
|
|
|
74 |
unset($tab_arguments[0]);
|
|
|
75 |
foreach($tab_arguments as $argument) {
|
|
|
76 |
$tab_parametres = explode('=', trim($argument));
|
|
|
77 |
$options[$tab_parametres[0]] = trim($tab_parametres[1], '"');
|
|
|
78 |
}
|
1122 |
jp_milcent |
79 |
|
|
|
80 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
81 |
// Gestion des erreurs de paramètrage
|
1111 |
jp_milcent |
82 |
if (!isset($options['dossier'])) {
|
|
|
83 |
$GLOBALS['_GALLERIE_']['erreur'] = "Applette GALLERIE : le paramètre 'dossier' est obligatoire !";
|
|
|
84 |
}
|
|
|
85 |
if (!isset($options['largeur'])) {
|
|
|
86 |
$options['largeur'] = 160;
|
|
|
87 |
}
|
|
|
88 |
if (!isset($options['hauteur'])) {
|
|
|
89 |
$options['hauteur'] = 160;
|
|
|
90 |
}
|
|
|
91 |
if (!isset($options['qualite'])) {
|
|
|
92 |
$options['qualite'] = 70;
|
|
|
93 |
}
|
1122 |
jp_milcent |
94 |
|
|
|
95 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
96 |
// Récupération des données
|
1111 |
jp_milcent |
97 |
$noimage = 0;
|
|
|
98 |
$GLOBALS['_GALLERIE_']['dossier'] = PAP_CHEMIN_RACINE.$options['dossier'];
|
|
|
99 |
if (is_dir($GLOBALS['_GALLERIE_']['dossier'])) {
|
|
|
100 |
if ($dh = opendir($GLOBALS['_GALLERIE_']['dossier'])) {
|
|
|
101 |
while (($f = readdir($dh)) !== false) {
|
|
|
102 |
if((substr(strtolower($f),-3) == 'jpg') || (substr(strtolower($f),-3) == 'gif') || (substr(strtolower($f),-3) == 'png')) {
|
|
|
103 |
$noimage++;
|
|
|
104 |
$images[] = array('filename' => $f);
|
|
|
105 |
array_multisort($images, SORT_ASC, SORT_REGULAR);
|
|
|
106 |
}
|
|
|
107 |
}
|
|
|
108 |
closedir($dh);
|
|
|
109 |
}
|
|
|
110 |
} else {
|
|
|
111 |
$GLOBALS['_GALLERIE_']['erreur'] = "Applette GALLERIE : le dossier d'images est introuvable à : ".$GLOBALS['_GALLERIE_']['dossier'];
|
|
|
112 |
}
|
|
|
113 |
|
|
|
114 |
if($noimage) {
|
|
|
115 |
$GLOBALS['_GALLERIE_']['css']['chemin'] = GALL_CHEMIN_STYLES;
|
|
|
116 |
$GLOBALS['_GALLERIE_']['css']['largeur'] = $options['largeur']+10;
|
|
|
117 |
$GLOBALS['_GALLERIE_']['script']['chemin'] = GALL_CHEMIN_SCRIPTS;
|
|
|
118 |
$GLOBALS['_GALLERIE_']['images'] = array();
|
|
|
119 |
foreach($images as $image) {
|
|
|
120 |
if ($image['filename'] != '') {
|
|
|
121 |
$aso_img['fichier_nom'] = $image['filename'];
|
|
|
122 |
$aso_img['url_img'] = $options['dossier'].'/'.$image['filename'];
|
|
|
123 |
$aso_img['url_img_mini'] = preg_replace('/papyrus\.php$/', '', PAP_URL).GALL_CHEMIN_SCRIPTS.'showthumb.php?img='.urlencode(PAP_CHEMIN_RACINE.$options['dossier'].'/'.$image['filename']).'&width='.$options['largeur'].'&height='.$options['hauteur'].'&quality='.$options['qualite'];
|
|
|
124 |
$GLOBALS['_GALLERIE_']['images'][] = $aso_img;
|
|
|
125 |
}
|
|
|
126 |
}
|
|
|
127 |
}
|
1122 |
jp_milcent |
128 |
|
|
|
129 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
130 |
// Gestion des squelettes
|
|
|
131 |
// Extrait les variables et les ajoutes à l'espace de noms local
|
1111 |
jp_milcent |
132 |
extract($GLOBALS['_GALLERIE_']);
|
|
|
133 |
// Démarre le buffer
|
|
|
134 |
ob_start();
|
|
|
135 |
// Inclusion du fichier
|
|
|
136 |
include(GALL_CHEMIN_SQUELETTE.GALL_SQUELETTE_LISTE);
|
|
|
137 |
// Récupérer le contenu du buffer
|
|
|
138 |
$sortie = ob_get_contents();
|
|
|
139 |
// Arrête et détruit le buffer
|
|
|
140 |
ob_end_clean();
|
1122 |
jp_milcent |
141 |
|
|
|
142 |
//+----------------------------------------------------------------------------------------------------------------+
|
|
|
143 |
// Sortie
|
1111 |
jp_milcent |
144 |
return $sortie;
|
|
|
145 |
}
|
|
|
146 |
|
|
|
147 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
148 |
*
|
|
|
149 |
* $Log: not supported by cvs2svn $
|
1122 |
jp_milcent |
150 |
* Revision 1.1 2006/12/07 17:29:20 jp_milcent
|
|
|
151 |
* Ajout de l'applette Gallerie dans Client car elle n'a pas un rapport direct avec Papyrus.
|
|
|
152 |
*
|
1111 |
jp_milcent |
153 |
* Revision 1.2 2006/12/07 16:25:23 jp_milcent
|
|
|
154 |
* Ajout de la gestion de messages d'erreur.
|
|
|
155 |
* Ajout de la gestion des squelettes.
|
|
|
156 |
*
|
|
|
157 |
* Revision 1.1 2006/12/07 15:39:47 jp_milcent
|
|
|
158 |
* Ajout de l'applette Gallerie.
|
|
|
159 |
*
|
|
|
160 |
*
|
|
|
161 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
162 |
*/
|
|
|
163 |
?>
|