Subversion Repositories Applications.papyrus

Rev

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

Rev 25 Rev 56
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: adme_contenu.fonct.php,v 1.2 2004-07-06 17:07:37 jpm Exp $
22
// CVS : $Id: adme_contenu.fonct.php,v 1.3 2004-09-23 17:45:13 jpm Exp $
23
/**
23
/**
24
* Gestion de la rédaction du contenu pour Papyrus.
24
* Gestion de la rédaction du contenu pour Papyrus.
25
*
25
*
26
* Contient les fonctions nécessaires à la gestion du contenu de Papyrus.
26
* Contient les fonctions nécessaires à la gestion du contenu de Papyrus.
27
*
27
*
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
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.2 $ $Date: 2004-07-06 17:07:37 $
35
*@version       $Revision: 1.3 $ $Date: 2004-09-23 17:45:13 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 53... Line 53...
53
function redigerContenu($db, $adminProject, $adminLocale, $baseURL, $baseURLjs, $baseHidden,
53
function redigerContenu($db, $adminProject, $adminLocale, $baseURL, $baseURLjs, $baseHidden,
54
                        $menuid, $docid, $pageid, $menuopen, $docopen, $pageopen)
54
                        $menuid, $docid, $pageid, $menuopen, $docopen, $pageopen)
55
{
55
{
56
    //----------------------------------------------------------------------------
56
    //----------------------------------------------------------------------------
57
    // Initialisation de variable
57
    // Initialisation de variable
58
    $closeURL = $baseURL.'&amp;menuid='.$menuid.'&amp;menuopen='.$menuopen;
58
    $closeURL = $baseURLjs.'&amp;menuid='.$menuid.'&amp;menuopen='.$menuopen;
Line 59... Line 59...
59
    
59
    
60
    //----------------------------------------------------------------------------
60
    //----------------------------------------------------------------------------
61
    // Récupération des informations du contenu concerné.
61
    // Récupération des informations du contenu concerné.
62
    $ligne_menu = GEN_lireInfoMenu($db, $menuid, DB_FETCHMODE_ASSOC);
62
    $ligne_menu = GEN_lireInfoMenu($db, $menuid, DB_FETCHMODE_ASSOC);
Line 169... Line 169...
169
 
169
 
170
 
170
 
171
/* +--Fin du code ----------------------------------------------------------------------------------------+
171
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
172
*
-
 
173
* $Log: not supported by cvs2svn $
-
 
174
* Revision 1.2  2004/07/06 17:07:37  jpm
172
*
175
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
173
* $Log: not supported by cvs2svn $
176
*
174
* Revision 1.1  2004/06/16 15:04:32  jpm
177
* Revision 1.1  2004/06/16 15:04:32  jpm
175
* Changement de nom de Génésia en Papyrus.
178
* Changement de nom de Génésia en Papyrus.
176
* Changement de l'arborescence.
179
* Changement de l'arborescence.