Last change
on this file since 349 was
69,
checked in by guille, 17 years ago
|
Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione
|
File size:
897 bytes
|
Line | |
---|
1 | [(#REM) |
---|
2 | |
---|
3 | Controleur pour le crayon 'forum-id_article' |
---|
4 | |
---|
5 | NB: il est possible d'ajouter ci-dessous un second menu |
---|
6 | qui permettrait de passer d'un article a une breve ; la seule |
---|
7 | difficulte etant de savoir remettre a zero la valeur id_article |
---|
8 | si une breve a ete selectionnee (et vice-versa) |
---|
9 | |
---|
10 | Tant qu'on en pas besoin, hein, on va laisser comme a. |
---|
11 | |
---|
12 | ] |
---|
13 | #CACHE{0} |
---|
14 | |
---|
15 | <BOUCLE_f(FORUMS){id_forum}{statut==.}{id_parent=0}{id_article>0}> |
---|
16 | |
---|
17 | <B_a> |
---|
18 | <fieldset style="#ENV{style}"> |
---|
19 | Associer ce forum à l'article : |
---|
20 | <select class="crayon-active" name="#ENV{name_id_article}" |
---|
21 | onchange="cQuery(this).parents('form.formulaire_spip').submit();"> |
---|
22 | <option value="0"[ |
---|
23 | (#ID_ARTICLE|?{'',selected})]>>></option> |
---|
24 | <BOUCLE_a(ARTICLES)> |
---|
25 | <option value="#ID_ARTICLE"[ |
---|
26 | (#ID_ARTICLE|=={#_f:ID_ARTICLE}|?{selected})]>#ID_ARTICLE - [(#TITRE|couper{30})]</option> |
---|
27 | </BOUCLE_a> |
---|
28 | </select> |
---|
29 | </fieldset> |
---|
30 | </B_a> |
---|
31 | |
---|
32 | |
---|
33 | </BOUCLE_f> |
---|
Note: See
TracBrowser
for help on using the repository browser.