Last change
on this file since 546 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
537 bytes
|
Line | |
---|
1 | <BOUCLE_recup(ARTICLES){id_article}> |
---|
2 | <form action="spip.php?" method="get" class="forml"> |
---|
3 | <select name="article" onchange="document.location.href='spip.php?article'+this.options[this.selectedIndex].value"> |
---|
4 | <option value="#ID_ARTICLE"> --- </option> |
---|
5 | <BOUCLE_autresarticles(ARTICLES){id_rubrique}{exclus}{par num titre, titre}> |
---|
6 | <option value="#ID_ARTICLE">[(#TITRE|supprimer_numero)]</option> |
---|
7 | </BOUCLE_autresarticles> |
---|
8 | </select> |
---|
9 | <noscript> |
---|
10 | <div><input type='submit' class='fondo' value='Changer' /></div> |
---|
11 | </noscript> |
---|
12 | </form> |
---|
13 | </BOUCLE_recup> |
---|
Note: See
TracBrowser
for help on using the repository browser.