Last change
on this file since 681 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
679 bytes
|
Line | |
---|
1 | <BOUCLE_recup(BREVES){id_breve}> |
---|
2 | <B_autresarticles> |
---|
3 | <div id="autres-articles" class="listagebloc"> |
---|
4 | <h2><:autres_breves:></h2> |
---|
5 | <ul class="listageconteneur"> |
---|
6 | |
---|
7 | <form action="spip.php?" method="get" class="forml"> |
---|
8 | <select name="article" onchange="document.location.href='spip.php?breve'+this.options[this.selectedIndex].value"> |
---|
9 | <option value="#ID_BREVE"> --- </option> |
---|
10 | <BOUCLE_autresarticles(BREVES){id_rubrique}{exclus}> |
---|
11 | <option value="#ID_BREVE">[(#TITRE|supprimer_numero)] ([(#DATE|affdate)])</option> |
---|
12 | </BOUCLE_autresarticles> |
---|
13 | </select> |
---|
14 | <noscript> |
---|
15 | <div><input type='submit' class='fondo' value='Changer' /></div> |
---|
16 | </noscript> |
---|
17 | </form> |
---|
18 | </ul> |
---|
19 | </div> |
---|
20 | </B_autresarticles></BOUCLE_recup> |
---|
Note: See
TracBrowser
for help on using the repository browser.