me_code); if ( $m->me_code != -1) $str_code->setReadOnly (true); $str_menu=new IText('me_menu',$m->me_menu); $str_desc=new IText('me_description',$m->me_description); $str_file=new IText('me_file',$m->me_file); $str_url=new IText('me_url',$m->me_url); $str_parameter=new IText('me_parameter',$m->me_parameter); $str_js=new IText('me_javascript',$m->me_javascript); $a_type=array ( array ('label'=>'Impression','value'=>'PR' ), array ('label'=>'Menu','value'=>'ME' ) ); $str_type=new ISelect("me_type", $a_type); $str_type->selected=$m->me_type; ?>
| Code du menu | input()?> |
| Libellé du menu | input()?> |
| Description | input()?> |
| Type | input();?> |
| Fichier à inclure (depuis le répertoire include) | input()?> |
| URL | input()?> |
| Paramètre | input()?> |
| Javascript | input()?> |