431 |
mathias |
1 |
<?php
|
|
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
|
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
4 |
// | PHP version 4.1 |
|
|
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
|
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
8 |
// | This library is free software; you can redistribute it and/or |
|
|
|
9 |
// | modify it under the terms of the GNU General Public |
|
|
|
10 |
// | License as published by the Free Software Foundation; either |
|
|
|
11 |
// | version 2.1 of the License, or (at your option) any later version. |
|
|
|
12 |
// | |
|
|
|
13 |
// | This library is distributed in the hope that it will be useful, |
|
|
|
14 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
15 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
|
16 |
// | General Public License for more details. |
|
|
|
17 |
// | |
|
|
|
18 |
// | You should have received a copy of the GNU General Public |
|
|
|
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 |
|
|
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
22 |
// CVS : $Id: documents.php,v 1.10 2007-10-02 09:24:53 alexandre_tb Exp $
|
|
|
23 |
/**
|
|
|
24 |
* Application projet
|
|
|
25 |
*
|
|
|
26 |
* Action documents
|
|
|
27 |
*
|
|
|
28 |
*@package projet
|
|
|
29 |
//Auteur original :
|
|
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
|
|
31 |
//Autres auteurs :
|
|
|
32 |
*@author Aucun
|
|
|
33 |
*@copyright Tela-Botanica 2000-2005
|
|
|
34 |
*@version $Revision: 1.10 $
|
|
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
36 |
*/
|
|
|
37 |
|
|
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
39 |
// | ENTETE du PROGRAMME |
|
|
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
41 |
|
|
|
42 |
// RAPPEL IMPORTANT
|
|
|
43 |
// On se situe dans la methode run() de la classe projetControleur
|
|
|
44 |
//
|
|
|
45 |
if (!isset($retour)) $retour = '';
|
|
|
46 |
|
|
|
47 |
$bouton_deposer_doc = '';
|
|
|
48 |
$bouton_creer_repertoire = '';
|
|
|
49 |
|
|
|
50 |
// creation de l'objet projet courant
|
|
|
51 |
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
|
|
|
52 |
$projet = new projet ($this->_db, $this->_id_projet) ;
|
|
|
53 |
|
444 |
mathias |
54 |
// modification meta OpenGraph pour un titre plus sympatoche
|
|
|
55 |
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
|
|
|
56 |
|
431 |
mathias |
57 |
// recuperation de la liste des documents associes
|
|
|
58 |
|
|
|
59 |
$liste_documents = $projet->getListesDocuments(PROJET_CHEMIN_FICHIER, PROJET_CHEMIN_ICONES, $this->_id_repertoire) ;
|
|
|
60 |
|
|
|
61 |
//$html_document = print_r($liste_documents, true);
|
|
|
62 |
|
|
|
63 |
// creation de la vue liste de document, on nettoie l'url
|
|
|
64 |
//$this->_url->removeQueryString(PROJET_VARIABLE_ACTION) ;
|
|
|
65 |
include_once PROJET_CHEMIN_CLASSES.'HTML_listeDocuments.class.php' ;
|
|
|
66 |
|
|
|
67 |
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, $this->_action) ;
|
|
|
68 |
|
|
|
69 |
$vue_liste_document = new HTML_listeDocuments($this->_url, false, $this->_id_repertoire, $this->_auth) ;
|
|
|
70 |
if (count ($liste_documents) == 0) $pas_de_document = true;
|
|
|
71 |
|
|
|
72 |
// reglage de parametres de la vue
|
|
|
73 |
$vue_liste_document->setAction (array ("couper" => PROJET_ACTION_COUPER, "modifier" => PROJET_ACTION_MODIFIER, "supprimer" => PROJET_SUPPRESSION_FICHIER)) ;
|
|
|
74 |
$vue_liste_document->setCheminIcones(PROJET_CHEMIN_ICONES) ;
|
|
|
75 |
|
|
|
76 |
$tableau_navigation = document::getCheminIdRepertoire($this->_id_repertoire, $this->_db) ;
|
|
|
77 |
|
|
|
78 |
$vue_liste_document->setCheminNavigation ($tableau_navigation) ;
|
|
|
79 |
|
|
|
80 |
// verification des droits de l'utilisateur
|
|
|
81 |
$entete_liste = array (PROJET_FICHIERS_NOM, PROJET_FICHIERS_TAILLE, PROJET_FICHIERS_PAR, PROJET_FICHIERS_CREE_LE) ;
|
|
|
82 |
$loggue = false;
|
|
|
83 |
if ($this->_auth->getAuth()) {
|
|
|
84 |
$loggue = true;
|
|
|
85 |
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
|
|
|
86 |
$participant = new participe($this->_db) ;
|
|
|
87 |
$id_u = $this->_auth->getAuthData(PROJET_CHAMPS_ID) ;
|
|
|
88 |
$droits = $participant->getStatut($id_u, $this->_id_projet);
|
|
|
89 |
|
|
|
90 |
// si participant, on ajoute le champs visibilite
|
|
|
91 |
|
|
|
92 |
if ($droits <= PROJET_DROIT_CONTRIBUTEUR) {
|
|
|
93 |
array_push ($entete_liste, PROJET_FICHIERS_VISIBILITE) ;
|
|
|
94 |
}
|
|
|
95 |
// si chef de projet ou si proprietaire d'au moins 1 document
|
|
|
96 |
$proprietaire_un_document = false ;
|
|
|
97 |
|
|
|
98 |
if ($droit <= PROJET_DROIT_CONTRIBUTEUR ) {
|
|
|
99 |
array_push ($entete_liste, PROJET_ACTION) ;
|
|
|
100 |
}
|
|
|
101 |
|
|
|
102 |
switch ($droits)
|
|
|
103 |
{
|
|
|
104 |
case PROJET_DROIT_AUCUN :
|
|
|
105 |
$this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
|
|
|
106 |
$lien_inscription = $this->_url->getURL();
|
|
|
107 |
$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
|
|
|
108 |
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
|
|
|
109 |
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
|
|
|
110 |
$lien_inscription = $this->_url->getURL();
|
|
|
111 |
$label_url_inscription = 'S\'inscrire à ce projet';
|
|
|
112 |
break;
|
|
|
113 |
}
|
|
|
114 |
|
|
|
115 |
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_FICHIER);
|
|
|
116 |
$bouton_deposer_doc = bouton::toHTML($this->_url->getURL(), 'Déposer un document', 'document');
|
|
|
117 |
$bouton_deposer_doc .= '<br style="clear:both" />';
|
|
|
118 |
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_REPERTOIRE);
|
|
|
119 |
$bouton_creer_repertoire = bouton::toHTML($this->_url->getURL(), 'Créer un répertoire', 'repertoire');
|
|
|
120 |
$bouton_creer_repertoire .= '<br style="clear:both" />';
|
|
|
121 |
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_VOIR_DOCUMENT);
|
|
|
122 |
} else {
|
|
|
123 |
$droits = PROJET_DROIT_AUCUN ;
|
|
|
124 |
$lien_inscription = 'javascript:animatedcollapse.toggle(\'projet_bloc_inscription\');';
|
|
|
125 |
GEN_stockerFichierScript('jquery', 'api/js/jquery/jquery.js');
|
|
|
126 |
GEN_stockerFichierScript('animatedcollapse', 'api/js/jquery/animatedcollapse.js');
|
|
|
127 |
GEN_stockerCodeScript('animatedcollapse.addDiv(\'projet_bloc_inscription\', \'fade=1, height="100px"\');' ."\n".
|
|
|
128 |
'animatedcollapse.init();' ."\n");
|
|
|
129 |
$label_url_inscription = 'S\'inscrire à au projet';
|
|
|
130 |
|
|
|
131 |
}
|
|
|
132 |
if (!isset($droits)) $droits = PROJET_DROIT_AUCUN ;
|
|
|
133 |
|
|
|
134 |
$vue_liste_document->construitEntete($entete_liste) ;
|
|
|
135 |
$vue_liste_document->construitListe ($liste_documents, $droits, '', $this->_db) ;
|
|
|
136 |
|
|
|
137 |
|
|
|
138 |
// Les liens pour l affichage classique ou arborescent (avec dojo)
|
|
|
139 |
$this->_url->addQueryString('affichage', 'ajax');
|
|
|
140 |
$url_ajax = $this->_url->getURL();
|
|
|
141 |
$this->_url->addQueryString('affichage', 'standart');
|
|
|
142 |
$url_classique = $this->_url->getURL();
|
|
|
143 |
$this->_url->removeQueryString('affichage');
|
|
|
144 |
|
|
|
145 |
$arbre = document::getArbreDocument($this->_id_projet) ;
|
|
|
146 |
|
|
|
147 |
if (!isset ($_SESSION['mode_affichage'])) {
|
|
|
148 |
if (isset($_GET['affichage'])) $_SESSION['mode_affichage'] = $_GET['affichage']; else $_SESSION['mode_affichage'] = 'standart';
|
|
|
149 |
} else {
|
|
|
150 |
if (isset($_GET['affichage'])) $_SESSION['mode_affichage'] = $_GET['affichage'];
|
|
|
151 |
}
|
|
|
152 |
$vue_liste_document->setModeAffichage($_SESSION['mode_affichage']);
|
|
|
153 |
|
|
|
154 |
$html_no_script = '';
|
|
|
155 |
if ($vue_liste_document->_mode_affichage == 'ajax') {
|
|
|
156 |
$html_no_script .= '<noscript>';
|
|
|
157 |
$vue_liste_document->setModeAffichage('standart');
|
|
|
158 |
$html_no_script .= $vue_liste_document->toHTML('', '') ;
|
|
|
159 |
$html_no_script .= '</noscript>';
|
|
|
160 |
}
|
|
|
161 |
|
|
|
162 |
|
|
|
163 |
$html_document .= $vue_liste_document->toHTML($projet->getId(), $droits);
|
|
|
164 |
$this->_url->removeQueryString(PROJET_VARIABLE_SERVICE);
|
|
|
165 |
|
|
|
166 |
$GLOBALS['_PAPYRUS_']['rendu']['TITRE_PAGE'] = $projet->getTitre().' - '.PROJET_DOCUMENT;
|
|
|
167 |
|
|
|
168 |
ob_start();
|
|
|
169 |
include_once PROJET_CHEMIN_APPLI.'/squelettes/document.tpl.html';
|
|
|
170 |
$retour .= ob_get_contents();
|
|
|
171 |
ob_end_clean();
|
|
|
172 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
173 |
*
|
|
|
174 |
* $Log$
|
|
|
175 |
*
|
|
|
176 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
177 |
*/
|
2 |
ddelon |
178 |
?>
|