Rev 609 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
david |
1 |
<form action='[(#ENV{url})]'
|
|
|
2 |
method='post'
|
|
|
3 |
style='margin:0px; padding:0px;'>
|
|
|
4 |
<div>[
|
|
|
5 |
<input type='hidden' name='url' value='(#ENV{cible})' />
|
|
|
6 |
] <select name='[(#ENV{nom})]'
|
|
|
7 |
class='forml'
|
|
|
8 |
style='vertical-align: top; max-height: 24px; margin-bottom: 5px; width: 120px;'
|
|
|
9 |
onchange="document.location.href='[(#ENV{retour})]&[(#ENV{nom})]='+this.options[this.selectedIndex].value">
|
|
|
10 |
[(#ENV*{langues})]
|
|
|
11 |
</select>
|
|
|
12 |
<noscript>
|
|
|
13 |
<input type='submit' value='>>' class='spip_bouton' />
|
|
|
14 |
</noscript>
|
|
|
15 |
</div>
|
|
|
16 |
</form>
|