X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fexec%2Fmots_type.php;fp=www%2Fecrire%2Fexec%2Fmots_type.php;h=b2bd356fe3517c8ed04c542544e59eb9bea0268a;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/ecrire/exec/mots_type.php b/www/ecrire/exec/mots_type.php new file mode 100644 index 0000000..b2bd356 --- /dev/null +++ b/www/ecrire/exec/mots_type.php @@ -0,0 +1,72 @@ +array('exec'=>'mots_type','id_groupe'=>$id_groupe),'data'=>'')); + $commencer_page = charger_fonction('commencer_page', 'inc'); + echo $commencer_page("« $titre »", "naviguer", "mots"); + + echo debut_gauche('', true); + + echo pipeline('affiche_gauche',array('args'=>array('exec'=>'mots_type','id_groupe'=>$id_groupe),'data'=>'')); + echo creer_colonne_droite('', true); + echo pipeline('affiche_droite',array('args'=>array('exec'=>'mots_type','id_groupe'=>$id_groupe),'data'=>'')); + echo debut_droite('', true); + + $contexte = array( + 'icone_retour'=>icone_inline(_T('icone_retour'), generer_url_ecrire("mots_tous") . "#mots_tous-$id_groupe", "groupe-mot-24.gif", "rien.gif",$GLOBALS['spip_lang_left']), + 'titre'=>$type, + 'redirect'=>generer_url_ecrire("mots_tous",""), + 'new'=>_request('new') == "oui"?"oui":$id_groupe, + 'config_fonc'=>'groupes_mots_edit_config', + ); + + echo recuperer_fond("prive/editer/groupe_mot", $contexte); + + echo pipeline('affiche_milieu', + array('args' => array( + 'exec' => 'mots_type', + 'id_groupe' => $id_groupe + ), + 'data'=>'') + ), + fin_gauche(), + fin_page(); + } +} +?>