source: trunk/spip/2.1/extensions/magusine-portage2.1/formulaires/menu_lang.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: 525 bytes
Line 
1<a name="formulaire_menu_lang" id="formulaire_menu_lang"></a>
2<h2><:info_langues:></h2>
3<ul class="listageconteneur"><li><form method="post" action="#ENV{url}">
4        [(#ENV{url}|form_hidden)]
5        <label for="#ENV{nom}"></label>
6        <select class="forml" name="#ENV{nom}" id="#ENV{nom}" onchange="document.location.href='#ENV{url}&amp;#ENV{nom}='+this.options[this.selectedIndex].value">
7        #ENV*{langues}
8        </select>
9        <noscript><div style="display:inline;">
10                <input type="submit" value="&gt;&gt;" />
11        </div></noscript></li></ul>
12</form>
Note: See TracBrowser for help on using the repository browser.