Subversion Repositories Applications.papyrus

Rev

Rev 1087 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1087 Rev 1174
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.20 2006-12-01 11:23:23 ddelon Exp $
22
// CVS : $Id: afficheur.admin.php,v 1.20.2.1 2006-12-14 15:07:08 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.20 $ $Date: 2006-12-01 11:23:23 $
35
*@version       $Revision: 1.20.2.1 $ $Date: 2006-12-14 15:07:08 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 168... Line 168...
168
        
168
        
169
        $id = 'gmc_resume_modification';
169
        $id = 'gmc_resume_modification';
170
        $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 45, 'maxlength' => 255);
170
        $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 45, 'maxlength' => 255);
171
        $label = '<label for="'.$id.'">'.'Resumé modification : '.'</label>';
171
        $label = '<label for="'.$id.'">'.'Resumé modification : '.'</label>';
-
 
172
        $form->addElement('text', $id, $label, $aso_attributs);
172
        $form->addElement('text', $id, $label, $aso_attributs);
173
        $ligne_dernier_contenu['gmc_ce_menu']=$adme_menu_id;
173
        $form->addElement('hidden','gmc_ce_menu',$ligne_dernier_contenu['gmc_ce_menu']);
174
        $form->addElement('hidden','gmc_ce_menu',$ligne_dernier_contenu['gmc_ce_menu']);
Line 174... Line 175...
174
        $form->addElement('hidden','gmc_ce_type_contenu_table',$ligne_dernier_contenu['gmc_ce_type_contenu']);
175
        $form->addElement('hidden','gmc_ce_type_contenu_table',$ligne_dernier_contenu['gmc_ce_type_contenu']);
Line 254... Line 255...
254
 
255
 
255
 
256
 
256
/* +--Fin du code ----------------------------------------------------------------------------------------+
257
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
258
*
-
 
259
* $Log: not supported by cvs2svn $
-
 
260
* Revision 1.20  2006/12/01 11:23:23  ddelon
257
*
261
* Suppression mode wiki afficheur
258
* $Log: not supported by cvs2svn $
262
*
259
* Revision 1.19  2006/10/16 15:49:07  ddelon
263
* Revision 1.19  2006/10/16 15:49:07  ddelon
260
* Refactorisation code mulitlinguisme et gestion menu invisibles
264
* Refactorisation code mulitlinguisme et gestion menu invisibles
261
*
265
*