Subversion Repositories Applications.papyrus

Rev

Rev 1093 | Rev 1496 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1093 Rev 1184
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: afficheur.admin.php,v 1.21 2006-12-01 16:59:45 florian Exp $
22
// CVS : $Id: afficheur.admin.php,v 1.22 2007-01-03 11:28:34 ddelon 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.21 $ $Date: 2006-12-01 16:59:45 $
35
*@version       $Revision: 1.22 $ $Date: 2007-01-03 11:28:34 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 169... Line 169...
169
        
169
        
170
        $id = 'gmc_resume_modification';
170
        $id = 'gmc_resume_modification';
171
        $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 45, 'maxlength' => 255);
171
        $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 45, 'maxlength' => 255);
172
        $label = '<label for="'.$id.'">'.'Resumé modification : '.'</label>';
172
        $label = '<label for="'.$id.'">'.'Resumé modification : '.'</label>';
-
 
173
        $form->addElement('text', $id, $label, $aso_attributs);
173
        $form->addElement('text', $id, $label, $aso_attributs);
174
        $ligne_dernier_contenu['gmc_ce_menu']=$adme_menu_id;
174
        $form->addElement('hidden','gmc_ce_menu',$ligne_dernier_contenu['gmc_ce_menu']);
175
        $form->addElement('hidden','gmc_ce_menu',$ligne_dernier_contenu['gmc_ce_menu']);
Line 175... Line 176...
175
        $form->addElement('hidden','gmc_ce_type_contenu_table',$ligne_dernier_contenu['gmc_ce_type_contenu']);
176
        $form->addElement('hidden','gmc_ce_type_contenu_table',$ligne_dernier_contenu['gmc_ce_type_contenu']);
Line 255... Line 256...
255
 
256
 
256
 
257
 
257
/* +--Fin du code ----------------------------------------------------------------------------------------+
258
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
259
*
-
 
260
* $Log: not supported by cvs2svn $
-
 
261
* Revision 1.21  2006/12/01 16:59:45  florian
258
*
262
* Ajout d'une variable parametrant la recherche de balise d'applette dans le contenu généré par l'appli.
259
* $Log: not supported by cvs2svn $
263
*
260
* Revision 1.20  2006/12/01 11:23:23  ddelon
264
* Revision 1.20  2006/12/01 11:23:23  ddelon
261
* Suppression mode wiki afficheur
265
* Suppression mode wiki afficheur
262
*
266
*