source: trunk/spip/2.1/extensions/magusine-portage2.1/squelettes/blocs/article/include-autresarticles-dropdown.html @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • 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.