Last change
on this file since 556 was
69,
checked in by guille, 17 years ago
|
Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione
|
File size:
630 bytes
|
Line | |
---|
1 | |
---|
2 | [(#REM) |
---|
3 | |
---|
4 | Un crayon pour changer le statut (autrement dit, une gomme) |
---|
5 | |
---|
6 | Plutot qu'un menu on peut avoir envie de faire une interface plus jolie |
---|
7 | mais techniquement ça tourne (version SVN > 1.9.2). |
---|
8 | |
---|
9 | ] |
---|
10 | |
---|
11 | <BOUCLE_a(ARTICLES){id_article}{statut==.}> |
---|
12 | #SET{id,#STATUT} |
---|
13 | <select class="crayon-active" name="#ENV{name_statut}" |
---|
14 | style="width:#ENV{largeur}px;" /> |
---|
15 | <option value="publie"[ |
---|
16 | (#GET{id}|=={publie}?{selected})]>publié</option> |
---|
17 | <option value="prop"[ |
---|
18 | (#GET{id}|=={prop}?{selected})]>proposé</option> |
---|
19 | <option value="prepa"[ |
---|
20 | (#GET{id}|=={prepa}?{selected})]>en préparation</option> |
---|
21 | </select> |
---|
22 | |
---|
23 | </BOUCLE_a> |
---|
24 | |
---|
25 | |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.