Last change
on this file since 9976 was
9976,
checked in by bertrand@…, 14 years ago
|
_ mieux que - pour la coherence
|
File size:
538 bytes
|
Line | |
---|
1 | [(#REM) |
---|
2 | |
---|
3 | Controleur pour le crayon 'mots-article_brut' , uniquement html |
---|
4 | |
---|
5 | ] |
---|
6 | #CACHE{0} |
---|
7 | <BOUCLE_a(ARTICLES){id_article}{statut==.}> |
---|
8 | <fieldset><legend>Mots-clé pour #TITRE (#ID_ARTICLE)</legend> |
---|
9 | <B_moex> |
---|
10 | <label>Existants</label> |
---|
11 | <select class="crayon-active" name="#ENV{name_existants}" style="width:#ENV{largeur}px; height:#ENV{hauteur}px;"> |
---|
12 | <BOUCLE_moex(MOTS){id_article}{doublons}> |
---|
13 | <option value="#ID_GROUPE:#ID_MOT">[(#TITRE|entites_html)]</option> |
---|
14 | </BOUCLE_moex> |
---|
15 | </select> |
---|
16 | </B_moex> |
---|
17 | Pas d'existant |
---|
18 | <//B_moex> |
---|
19 | </fieldset> |
---|
20 | </BOUCLE_a> |
---|
Note: See
TracBrowser
for help on using the repository browser.