source: trunk/root/templates/includes/locale_select.tt @ 459

Last change on this file since 459 was 459, checked in by misc, 13 years ago

fix commit 445

  • Property svn:keywords set to Id
File size: 246 bytes
Line 
1<!-- $Id$ -->
2[% langs = [ 'fr', 'de', 'it', 'nl' ] %]
3<select name="[% varname || 'locale' %]">
4    <option>C</option>
5[% FOREACH lang = langs.sort %]
6    <option[% " selected" IF locale == lang %]>[% lang | html %]</option>
7[% END %]
8</select>
Note: See TracBrowser for help on using the repository browser.