1 | [(#REM) |
---|
2 | |
---|
3 | Surcharge de mots/prive/squelettes/contenu/mots.html |
---|
4 | |
---|
5 | Modfie le squelette comme suit : |
---|
6 | - liste uniquement les groupes racine |
---|
7 | - pour chaque groupe : |
---|
8 | - ajoute la liste des sous groupes |
---|
9 | - propose de créer un sous groupe |
---|
10 | |
---|
11 | ]<h1 class="grostitre"><:mots:titre_mots_tous:></h1> |
---|
12 | [(#AUTORISER{creer,groupemots}|oui) |
---|
13 | <p><:mots:info_creation_mots_cles|typo:> #AIDER{mots}</p> |
---|
14 | ] |
---|
15 | <BOUCLE_groupes(GROUPES_MOTS){racine}{par multi titre}>[(#AUTORISER{voir,groupemots,#ID_GROUPE}|oui) |
---|
16 | <div class="groupe_mots" id="groupe_mots-#ID_GROUPE"> |
---|
17 | [(#BOITE_OUVRIR{[[(#RANG). ](#TITRE)[(#CHEMIN_IMAGE{groupe_mots-24.png}|balise_img{'',cadre-icone})]],'simple','titrem'})] |
---|
18 | [(#AUTORISER{modifier,groupemots,#ID_GROUPE}) |
---|
19 | [(#URL_ECRIRE{groupe_mots_edit,id_groupe=#ID_GROUPE}|icone_verticale{<:mots:icone_modif_groupe_mots:>,groupe_mots-24.png,edit,right})] |
---|
20 | ] |
---|
21 | <div id="wysiwyg"> |
---|
22 | <INCLURE{fond=prive/objets/contenu/groupe_mots,id=#ID_GROUPE} /> |
---|
23 | </div> |
---|
24 | <div class="nettoyeur"></div> |
---|
25 | <INCLURE{fond=prive/objets/liste/groupes_mots-admin,id_parent=#ID_GROUPE,par=titre,ajax,env} /> |
---|
26 | <INCLURE{fond=prive/objets/liste/mots-admin,id_groupe,par=titre,ajax,env} /> |
---|
27 | [(#AUTORISER{voir,groupemots,#ID_GROUPE}) |
---|
28 | [(#URL_ECRIRE{groupe_mots,id_groupe=#ID_GROUPE} |
---|
29 | |icone_verticale{<:mots:icone_voir_groupe_mots:>,groupe_mots-24.png,'',left})] |
---|
30 | ] |
---|
31 | [(#AUTORISER{creer,mot,'','',#ARRAY{id_groupe,#ID_GROUPE}}) |
---|
32 | [(#URL_ECRIRE{mot_edit,new=oui&id_groupe=#ID_GROUPE}|parametre_url{redirect,#SELF} |
---|
33 | |icone_verticale{<:mots:icone_creation_mots_cles:>,mot-24.png,new,right})] |
---|
34 | ] |
---|
35 | [(#AUTORISER{creer,groupemots,'','',#ARRAY{id_groupe,#ID_GROUPE}}) |
---|
36 | [(#URL_ECRIRE{groupe_mots_edit,new=oui&id_parent=#ID_GROUPE}|parametre_url{redirect,#SELF} |
---|
37 | |icone_verticale{<:gma:icone_creation_sous_groupe_mots:>,groupe_mots-24.png,new,right})] |
---|
38 | ] |
---|
39 | #BOITE_FERMER |
---|
40 | </div> |
---|
41 | ]</BOUCLE_groupes> |
---|