source: trunk/spip/esqueleto-redcta/plugins/magusine/formulaires/menu_lang.html @ 80

Last change on this file since 80 was 80, checked in by guille, 15 years ago

el plugin completo

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